cURL
curl --request GET \ --url https://api.sandbox.iron.xyz/api/customers/{id}/required-signings \ --header 'X-API-Key: <api-key>' \ --header 'X-SUB-PARTNER-ID: <x-sub-partner-id>'
[ { "display_name": "Terms and Conditions", "id": "019ae024-5885-7273-b60c-ac944e44ad7c", "type": "Url", "url": "https://www.google.com/terms-and-conditions" } ]
Get all required signings for a customer
API Key
Optional sub-partner UUID, if provided, the required signings will be filtered for the sub-partner
the ID of the Customer to get required signings for
GET Required Signings Succeeded
the display name of the terms and conditions
The unique identifier for the terms and conditions url
Document
Url
The URL of the terms and conditions