Static createStatic deleteDelete a consumer
Use this API to delete a consumer.
Token Permissions: [ application:update:* ]
void
ApiError
The ID of the consumer *
Optional xOptional context id the request is running. *
Static getGet a consumer
Use this API to get a single consumer by its ID.
Token Permissions: [ application:get:* ]
ConsumerResponse The consumer.
ApiError
The ID of the consumer. *
Optional xOptional context id the request is running. *
Static getGet a list of consumers
Use this API to get a list of consumers that match the given parameters.
Token Permissions: [ event_designer:access ]
ConsumersResponse Get a list of consumers and the accompanying metadata.
ApiError
Optional applicationMatch only consumers with the given application version IDs, separated by commas. *
Optional ids?: string[]Match only consumers with the given IDs separated by commas. *
Optional pageThe page number to get. *
Optional pageThe number of consumers to get per page. *
Optional xOptional context id the request is running. *
Static updateUpdate a consumer
Use this API to update a consumer.
Token Permissions: [ application:update:* ]
ConsumerResponse Updated a consumer. Returns the newly saved consumer in the response body.
ApiError
Create a consumer Use this API to create a consumer.
Token Permissions: [
application:update:*]Returns
ConsumerResponse Created a consumer. Returns the newly saved consumer in the response body.
Throws
ApiError