Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
third_account_identity_read - Read user account's basic identity informationcurl --location 'https://api.zid.sa/v1/managers/account/me' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en'{
"status": "object",
"user": {
"id": 1,
"uuid": "e5616699-6f91-4e84-a655-19f1ecb4b166",
"name": "Osama Store (Don't change it :P)",
"email": "os1987@yahoo.com",
"mobile": "966500000005",
"mobile_object": {
"country_code": "966",
"mobile": "500000005"
},
"gender": "f",
"preferred_language": "ar",
"created_at": "2019-07-28 22:26:53"
},
"message": {
"type": "object",
"code": null,
"name": null,
"description": null
}
}