Catalog metadata
Last updated
Was this helpful?
Last updated
Was this helpful?
GitHub Sample Application
A sample application showing how to listen for and process AWS SNS messages via an AWS Lambda function is available on GitHub ( ).
To use the sample application you will need to perform the following steps:
The nomenclature for SNS topics is as follows:
{environment}-rtl-div{div_number}-v4-ct{char_type_id}
environment: See table "Environment Variable" below.
div: this is your company identifier assigned by Rightsline, typically a two to four digit number
char_type_id: See char type table at
Provide your Rightsline representative with your AWS account id along with the SNS topics you wish to subscribe. They will set up the required access policies so you can begin receiving messages.
Follow the steps under page to obtain your API key, access key, and secret keys. These will be used to make calls into the Rightsline API.
Determine the API endpoint ( see page ) for your requests.
Environment
{environment} Value
Production
prd
Integration
int
Staging
stg
When executing your lambda you will need to set the following inputs to the function:
RLAPIKEY: This is provided to your company by Rightsline ( contact Rightsline representative ).
RLACCESSKEY: This is created in step 3 above and tied to your Rightsline user account.
RLSECRETKEY: This is created in step 3 above and tied to your Rightsline user account.
RLAPIURL: This is found in step 4 above (no protocol needed, just the hostname - api.rightsline.com).
Postman
There are example API calls for:
Getting temporary credentials
Searching the catalog
Creating a catalog item ( w/ a deal )
Updating a previous created catalog item
Retrieving a catalog item
Deleting a catalog item
access_key
secret_key
endpoint_url
api_gateway
version
This should be set to "v4" as that is the API version targeted by this documentation.
region
This should be set to "us-west-2" in order for the AWS authorization service to work.
catalog_id
This is an optional variable that can be used to define the catalog item
A collection of Postman calls are available to help you get started with interacting with the catalog-item Rightsline API. A collection that can be imported into your workspace can be found @
Follow the steps under page to obtain your API key, access key, and secret keys. These will be used to make calls into the Rightsline API.
Follow the steps under page to obtain your API key, access key, and secret keys. These will be used to make calls into the Rightsline API.
Determine the API endpoint ( see page ) for your requests.
Follow the steps under page to obtain your API key, access key, and secret keys. These will be used to make calls into the Rightsline API.