v2
latestOpenAPI 3.1.02026-07-26102336742.6 KBPlatform 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