Skip to main content
GET
/
v1
/
exemptions
/
{exemption_id}
/
attachments
Get Attachments For Exemption
curl --request GET \
  --url https://api.trykintsugi.com/v1/exemptions/{exemption_id}/attachments \
  --header 'X-API-KEY: <api-key>' \
  --header 'x-organization-id: <api-key>'
[
  {
    "related_entity_id": "exmp_JqrwqvonUzdXs",
    "related_entity_type": "EXEMPTION",
    "id": "atch_7qPLke8KvSCnX"
  },
  {
    "related_entity_id": "exmp_JqrwqvonUzdXs",
    "related_entity_type": "EXEMPTION",
    "id": "atch_qAVqXdCavmtm3"
  }
]

Authorizations

X-API-KEY
string
header
required
x-organization-id
string
header
required

Path Parameters

exemption_id
string
required

The unique identifier for the exemption whose attachments are being retrieved.

Response

Successfully retrieved attachments for exemption

The unique identifier of the exemption associated with the attachment.

The type of entity associated with the attachment. In this case, it will always be EXEMPTION, REGISTRATION ,FILING, FILING_PAYMENT.

Available options:
EXEMPTION,
REGISTRATION,
FILING,
FILING_PAYMENT
id
string
required

The unique identifier of the uploaded attachment (attachment ID).