POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.

Headers

Accept-Language
string
default:en

Preferred language for the response

Body

application/json
organisationId
string
required

The unique identifier of the organisation

Example:

"FYH0NTVW0DXK"

merchantAccountNumber
integer
required

The unique identifier of the merchant account. Set to 0 to retrieve claims from login context (returns first active merchant association)

Required range: 0 <= x <= 99999999
Example:

35253486

userId
string
required

The unique identifier of the user

Example:

"user-id-123"

Response

200 - application/json

Success - Merchant user claims retrieved

claimType
string
required

The type/category of the claim (e.g., MerchantAccountName, MerchantStatusCode, LevelNumber, LevelName, MerchantAccountNumber, OrganisationId, OrganisationTypeCode, Role, UserRole)

Example:

"MerchantAccountName"

claimValue
string
required

The value of the claim

Example:

"Acme Corporation"