Records

The following endpoints allow you to view consent records for the specified merchant/domain company or property.

Get records

get

Retrieve a list of consent records generated by properties within this company

Authorizations
AuthorizationstringRequired

API key generated in Clym Partner Portal.

Query parameters
merchant_idstringOptional

Either a merchant ID or a domain ID is required

domain_idstringOptional
property_idstringOptional

Filter results by the given property id

receipt_typestring · enumOptional

Filter results by the given receipt type

Possible values:
receipt_statusstring · enumOptional

Filter results based on the receipt status

Possible values:
Responses
chevron-right
200

Result with an array of records

application/json
get
/portal/instance/company/records
200

Result with an array of records

Get record

get

Retrieve the information of a receipt record

Authorizations
AuthorizationstringRequired

API key generated in Clym Partner Portal.

Path parameters
idstringRequired

The consent record id

Example: RCPT_SJqfau0ZlUpIGyXgTL3LEE9q1T7t3xxx
Query parameters
merchant_idstringOptional

Either a merchant ID or a domain ID is required

domain_idstringOptional
Responses
chevron-right
200

Result record information

application/json
get
/portal/instance/company/records/{id}
200

Result record information

Last updated