curl --request GET \
--url /b2b/v1/auth/client \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access_token}'
{
"client": {}
}Authentication
Get Client Info
Get information about the authenticated client
GET
/
b2b
/
v1
/
auth
/
client
curl --request GET \
--url /b2b/v1/auth/client \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access_token}'
{
"client": {}
}
