Skip to main content
GET
/
customers
/
{id}
/
required-signings
Get customer required signings
curl --request GET \
  --url https://api.sandbox.iron.xyz/api/customers/{id}/required-signings \
  --header 'X-API-Key: <api-key>'
[
  {
    "display_name": "Terms and Conditions",
    "id": "019bdbe0-3a81-7f90-8d87-898daa9cd353",
    "url": "https://www.google.com/terms-and-conditions"
  }
]

Authorizations

X-API-Key
string
header
required

API Key

Headers

X-SUB-PARTNER-ID
string

Optional sub-partner UUID, if provided, the required signings will be filtered for the sub-partner

Path Parameters

id
string<uuid>
required

the ID of the Customer to get required signings for

Response

GET Required Signings Succeeded

display_name
string
required

the display name of the terms and conditions

id
string<uuid>
required

The unique identifier for the terms and conditions url

url
string
required

The URL of the terms and conditions