Skip to main content
GET
https://app-stage.agdejar.sa
/
b2b
/
v1
/
auth
/
client
curl --request GET \
  --url /b2b/v1/auth/client \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer {access_token}'
{
  "client": {}
}

Headers

Accept
string
required
Must be “application/json”

Response

client
object
Client information object
curl --request GET \
  --url /b2b/v1/auth/client \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer {access_token}'