For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get user

The method allows you to get user data by his id or clientId

Get user

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body

User data request body

idstringOptional

User ID in the system. Required, if 'clientId' was not provided

Example: 38ce356d-5f34-4b8b-9af2-e0ddc91ca288
clientIdstringOptional

User ID in the merchant system. Required, if 'id' was not provided

Example: user12345
Responses
200Success
application/json

Successful response

successbooleanRequired

Request success indicator

post
/api-gateway/personal-addresses/get-user
200Success

Last updated