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": "500dbaf3-9504-4724-9fe4-d3c67425b3f1",
"customer_id": 3,
"customer_guid": "5ad089a4-6c1a-4ab1-a807-66427bc3ae88",
"timezone_id": 1
}
Name | Type |
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. |