How to get the Custom Service display name on the REST API
Hi everyone,
In order to identify, on my integration, which "Customer Service" the user is connected to, it would be great to have the "Display Name" available for consumption at API level.
E.G
When calling the /identity/oauth/token end point to get the authentication token it would be fantastic to have the customServiceName property
Is that available somewhere else?
Here my example
{
access_token: "........",
token_type: ".........",
expires_in: 3367,
scope: "......",
customServiceName: "My Display Name Value"
}

Bests!