Access Token
Get a new access token for a specific seller using a one-time authorization code or a valid refresh token
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The type of grant used for the request. If authorization_code is used, the authorization code must be sent via the code parameter. If refresh_token is used, the refresh token must be sent via the refresh_token parameter
A password associated with your client_id, given to you by Feedonomics as part of the onboarding process
Single-use authorization code, for requesting new tokens using the authorization_code grant type
A refresh_token obtained by a previous call to the POST /access_token endpoint, for requesting new tokens using the refresh_token grant type
Response
The token used to obtain new access and refresh tokens using the refresh_token endpoint
The lifetime in seconds of the access_token