Requesting temporary credentials
Request temporary credentials to be used to authenticate API requests.
In accordance with AWS security recommendations, Rightsline utilizes expiring credentials to authenticate requests to our API. These temporary credentials are valid for 1 hour. After these credentials expire, you will need to request a new set of temporary credentials. These temporary credentials will be used to compute the Authentication signature for all other requests to the API.
To obtain temporary credentials, send a request to the following endpoint:
Request Temporary Credentials
POST
https://ris.rightsline.com/v4/auth/temporary-credentials
Headers
Content-Type
string
application/json
x-api-key
string
Your company's API key.
Request Body
accessKey
string
Your user's API access key.
secretKey
string
Your user's API secret key.
Example Request
See Getting Started for instructions on obtaining your access and secret keys.
Last updated