Obtain A Request Token
Request a temporary token as a third party to begin the OAuth 1.0a authorization workflow.
Headers
Authorization
OAuth 1.0a authorization request header for request to /request_token endpoint.
Response
Success response with temporary OAuth access token
oauth_token
Temporary OAuth access token. 20 character hex value.
Errors
401
Unauthorized Error
503
Service Unavailable Error

