Skip to main content
GET
Check whether a consumer user exists.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

consumer_id
string<uuid>
required

The id of the consumer on program system

Response

OK

id
string
read-only

The consumer_id of the created consumer.

Example:

"ConsumerId123"