Get the current user's identity
Responses
- application/json
Request Example for get/v1/identity
curl https://api.consignlyhq.com/v1/identity
{
"identityConnectionId": "123e4567-e89b-12d3-a456-426614174000",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"userFullName": null,
"organisationId": "123e4567-e89b-12d3-a456-426614174000",
"organisationName": null,
"partnerId": null,
"partnerCode": null,
"partnerName": null
}