Saltar al contenido principal
GET
/
enduser
/
{id}
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>"
}

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

id
string<uuid4>
requerido

The identifier of the EndUser to return

Respuesta

EndUser response

id
string<uuid4>
requerido

Unique identifier for the EndUser

display_name
string
requerido

EndUser's display name

integration_type
enum<string>

Enum representing the Integration's channel

Opciones disponibles:
api,
whatsapp
info
string

EndUser's information valuable for interactions with Agents or human agents