Loading API reference…
/organizations/{organizationId}/human-inboxOrganization identifier.
uuidapplication/json
curl -X GET "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/human-inbox"{ "success": true, "statusCode": 200, "message": "Human inbox items listed.", "data": []}/organizations/{organizationId}/human-inbox/{inboxItemId}Organization identifier.
uuidHuman inbox item identifier.
uuidapplication/json
application/json
application/json
application/json
curl -X GET "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/human-inbox/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "success": true, "statusCode": 200, "message": "Human inbox item found.", "data": { "id": "fa37c769-25f9-4bf7-9acd-98f8464d87db", "status": "open" }}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 404, "message": "Human inbox item was not found.", "error": { "code": "human_inbox_item_not_found" }}{ "success": false, "statusCode": 409, "message": "Human inbox item is no longer open.", "error": { "code": "human_inbox_item_not_open" }}/organizations/{organizationId}/human-inbox/{inboxItemId}/respondOrganization identifier.
uuidHuman inbox item identifier.
uuidapplication/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/human-inbox/497f6eca-6276-4993-bfeb-53cbbbba6f08/respond" \ -H "Content-Type: application/json" \ -d '{ "response": "Use the EU tax region." }'{ "success": true, "statusCode": 200, "message": "Human inbox item found.", "data": { "id": "fa37c769-25f9-4bf7-9acd-98f8464d87db", "status": "open" }}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 404, "message": "Human inbox item was not found.", "error": { "code": "human_inbox_item_not_found" }}{ "success": false, "statusCode": 409, "message": "Human inbox item is no longer open.", "error": { "code": "human_inbox_item_not_open" }}/organizations/{organizationId}/human-inbox/{inboxItemId}/acknowledgeOrganization identifier.
uuidHuman inbox item identifier.
uuidapplication/json
application/json
application/json
application/json
curl -X POST "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/human-inbox/497f6eca-6276-4993-bfeb-53cbbbba6f08/acknowledge"{ "success": true, "statusCode": 200, "message": "Human inbox item found.", "data": { "id": "fa37c769-25f9-4bf7-9acd-98f8464d87db", "status": "open" }}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 404, "message": "Human inbox item was not found.", "error": { "code": "human_inbox_item_not_found" }}{ "success": false, "statusCode": 409, "message": "Human inbox item is no longer open.", "error": { "code": "human_inbox_item_not_open" }}