Get user
The method allows you to get user data by his id or clientId
Header parameters
x-api-public-keystringOptional
Public API-key
x-api-signaturestringOptional
Signing the request body with a private API-key
Content-typestringOptionalExample:
Request content type
application/jsonBody
User data request body
idstringOptionalExample:
User ID in the system. Required, if 'clientId' was not provided
be4723bf-0bd0-4ff9-a59b-2c8425b08d2dclientIdstringOptionalExample:
User ID in the merchant system. Required, if 'id' was not provided
user12345Responses
200Success
application/json
post
/api-gateway/personal-addresses/get-user200Success
Last updated