Consumers
Create consumer
Create a new consumer. A consumer represents an entity that consumes a Merchant
’s Product
. Consumers can have one or more subscriptions
, monitor wallet balances, analyze usage, and manage their subscriptions from a single entrypoint.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
201
application/json
Consumer created successfully
The response is of type object
.