- 26 Mar 2024
- 1 Minute to read
- Print
- DarkLight
v1 Publish message to the server
- Updated on 26 Mar 2024
- 1 Minute to read
- Print
- DarkLight
Publish single or multiple messages to the server via a topic
AWS Cognito Authorizer. Since there are no custom scopes the ID Token must be used for authorization
The RapidIdentity Cloud tenant id
The project id this service belongs. MUST be builtin or custom
The routing key name. Must not contain builtin_ or custom_ as these are reserved words
The messages in the request to publish
200 response
The server assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic
Body is not present or formatted incorrectly
The request is not authorized. Check that an api key exists and that the api key is valid for the tenantId
Unable to retrieve queue as name does not exist
The request does not have a projectId of custom or builtin
Unable to connect to pubsub service