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:
post
https://ris.rightsline.com
/v4/auth/temporary-credentials
Request Temporary Credentials
{
"accessKey":"*****************",
"secretKey":"***********************"
}
Last modified 1yr ago