Skip to main content
GET
Get Amazon User Details

Authorizations

X-API-Key
string
header
required

Supply the API Key in the HTTP-Header

Headers

Accept
enum<string>

The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.

Available options:
application/json,
application/hal+json,
application/xml,
text/xml,
text/csv

Response

Returns the data of the Amazon-Account

userId
string

The userId of the amazon user in the platform.

accessToken
string

The user's access token that allows platform to make requests to Amazon.

refreshToken
string

A refresh token that is used to generate a new access token refresh token pair.

Last modified on July 22, 2026