API Request Access Token Service

NB: This version of our API is deprecated. You can find our latest documentation here.

Each API client need to authenticate to the request access token service at least once per week.

Resource URL

https://secure.rankur.com/api/requesttoken

Parameters:

oauth_consumer_key Required. The consumer key provided by Rankur.
oauth_signature Required. The OAuth signature, containing the consumer_secret.
oauth_signature_method Required. The signature method – RSA-SHA1, HMAC-SHA1, PLAINTEXT methods are supported.

back to API Documentation