Get summary info
GET
/api_users/summary
Get all summarized information pertaining to the API user making the request.
GET /api_users/summary
curl \
-X GET https://<your_environment_name>-uat-api.canopyservicing.com/api_users/summary \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response example (200)
{
"api_user_id": "dc3d83c5-b31e-48eb-80e7-38f12ac1a6e5",
"organization_name": "Lever Card 3000",
"name_first": "Analise",
"name_last": "Goldberg",
"email": "marissa@globex.com",
"phone": "1-123-456-7890",
"role": 1
}