Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Section ID
curl --request GET \
--url https://staging.api.us.aptlydone.com/settings/v1/decision-sections/{id}/check-relationships \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"timestamp": "2025-06-24T08:51:42.214Z",
"message": "Success",
"data": {
"exists": true,
"count": 5
}
}curl --request GET \
--url https://staging.api.us.aptlydone.com/settings/v1/decision-sections/{id}/check-relationships \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"timestamp": "2025-06-24T08:51:42.214Z",
"message": "Success",
"data": {
"exists": true,
"count": 5
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Section ID
Relationship check completed successfully