GET
/
enduser
/
{id}
curl --request GET \
  --url https://api.altur.io/api/v1.0/enduser/{id} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "display_name": "<string>",
  "integration_type": "api",
  "info": "<string>"
}

Authorizations

Authorization
string
header
required

Add api-key YOUR_API_SECRET_KEY as the value of the Authorization header.

Path Parameters

id
string
required

The identifier of the EndUser to return

Response

200
application/json

EndUser response

The response is of type object.