POST
/
enduser
curl --request POST \
  --url https://api.altur.io/api/v1.0/enduser \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "display_name": "<string>",
  "info": "<string>"
}'
{
  "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.

Body

application/json

EndUser to be created

The body is of type object.

Response

200
application/json

EndUser created successfully

The response is of type object.