Loading API reference…
/organizations/{organizationId}/actionsuuiduuidValue in
Value in
uuiduuiduuidValue in
Value in
curl -X GET "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/actions"/organizations/{organizationId}/actions/{id}uuiduuidcurl -X GET "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/actions/497f6eca-6276-4993-bfeb-53cbbbba6f08"/organizations/{organizationId}/actions/{id}/approveuuiduuidapplication/json
TypeScript Definitions
Use the request body type in TypeScript.
curl -X POST "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/actions/497f6eca-6276-4993-bfeb-53cbbbba6f08/approve" \ -H "Content-Type: application/json" \ -d '{}'/organizations/{organizationId}/actions/{id}/rejectuuiduuidapplication/json
TypeScript Definitions
Use the request body type in TypeScript.
curl -X POST "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/actions/497f6eca-6276-4993-bfeb-53cbbbba6f08/reject" \ -H "Content-Type: application/json" \ -d '{}'/organizations/{organizationId}/actions/{id}/reconcileuuiduuidapplication/json
TypeScript Definitions
Use the request body type in TypeScript.
curl -X POST "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/actions/497f6eca-6276-4993-bfeb-53cbbbba6f08/reconcile" \ -H "Content-Type: application/json" \ -d '{ "outcome": "succeeded", "note": "string" }'length <= 2000length <= 2000Value in
1 <= length <= 2000