Obtain A Request Token

View as MarkdownOpen in Claude
Request a temporary token as a third party to begin the OAuth 1.0a authorization workflow.

Headers

AuthorizationstringOptional

OAuth 1.0a authorization request header for request to /request_token endpoint.

Response

Success response with temporary OAuth access token
oauth_tokenstring
Temporary OAuth access token. 20 character hex value.

Errors

401
Unauthorized Error
503
Service Unavailable Error