oauth

Generate OAuth access token

Generate an OAuth access token by using an authorization code or a refresh token.

IMPORTANT: You need to start the OAuth flow via www.pinterest.com/oauth before calling this endpoint (or have an existing refresh token).

See <a href='/docs/getting-started/authentication/'>Authentication</a> for more.

post/oauth/token

Response

response

response_type'authorization_code' | 'refresh_token'
access_tokenstring required
token_typestring required
expires_ininteger required
scopestring required

Changes