Español
cURL
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>" }
Returns the EndUser corresponding to the given indentifier
Add api-key YOUR_API_SECRET_KEY as the value of the Authorization header.
api-key YOUR_API_SECRET_KEY
Authorization
The identifier of the EndUser to return
EndUser response
The response is of type object.
object