GET   auth-details

Retrieves user and customer details associated with an authentication ticket.

Remarks

Returns a user and customer detail in the response.

Request example

curl --request GET "https://api-asm1.apica.io/v3/auth-details?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

{
  "user_id": 1,
  "user_guid": "40f00774-4ad9-4052-91c0-de1deb73ef89",
  "customer_id": 3,
  "customer_guid": "61ffe67b-592b-4512-80ca-85e62acb86f1",
  "timezone_id": 1
}
NameType Description
user_id Integer

User ID.

user_guid Guid

User GUID.

customer_id Integer

Customer ID.

customer_guid Guid

Customer GUID.

timezone_id Integer

Default Time Zone.