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": "507d6649-54eb-4422-b62d-710e8619d016",
"customer_id": 3,
"customer_guid": "6d7ef8f8-6101-4232-85e8-aace81f57862"
}
Name | Type |
Description |
user_id
|
Integer |
User ID. |
user_guid
|
Guid |
User GUID. |
customer_id
|
Integer |
Customer ID. |
customer_guid
|
Guid |
Customer GUID. |