Logo PopinaPopina API

Get a consumer

Get a consumer based on an id.

GET/v1/consumers/{id}
authorization<token>

To get an API key, please contact us. We'll be happy to help you.

In: header

Path Parameters

idstring

Consumer id path parameter

Formatuuid

Response Body

application/json

curl -X GET "https://api.pragma-project.dev/v1/consumers/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "d6f5e4d3-c2b1-42a0-9c68-31a3b4d5e6f7",
  "createdAt": {},
  "updatedAt": {},
  "name": "CONSUMER_NAME",
  "scopes": []
}