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": "be98e1e8-f59a-4619-8085-e12c516055ab",
"customer_id": 3,
"customer_guid": "ac65acf6-4372-4c4b-a025-8465d93a2bd1"
}
Name | Type |
Description |
user_id
|
Integer |
User ID. |
user_guid
|
Guid |
User GUID. |
customer_id
|
Integer |
Customer ID. |
customer_guid
|
Guid |
Customer GUID. |