Platform Tokens
Exchange authorization code or refresh token for access token
Rate limit: 100 requests / 10 seconds per shop. See Rate limiting.
OAuth 2.0 token endpoint. Supports 'authorization_code' grant type for exchanging authorization codes for tokens, and 'refresh_token' grant type for refreshing access tokens.
post/open-api/v1.0/platform/token
Request body
Example request
{
"client_id": "app_12345",
"redirect_uri": "https://example.com/callback",
"grant_type": "authorization_code"
}Response
OK
object required
Changes
No recorded changes to this endpoint across all 2 revisions of this API.