Credential Account Operations
A connector must provide an endpoint allowing Unito to retrieve information on the provider account associated with
the currently authenticated user.
This endpoints is defined by the credentialAccountRelativeUrl property of the configuration file.
GET /me
Empty
On success, it must returns a CredentialAccount.
200 OK
{
"id": "johndoe_1",
"displayName": "John Doe",
"emails": ["[email protected]"],
"partition": "https://my-domain.provider.com"
}