This route returns the ambassador information of the connected user. you can use different url prefixes according to the application you are using.
- /manager/me
- /platform/me
- /widget/me
GET
/{environment}/me
curl \
--request GET 'https://domain.tld/api/v2/{environment}/me' \
--header "Authorization: Bearer $ACCESS_TOKEN"