Adds an Organization
This endpoint may only be used by administrators.
/organization
Methods
GET
Gets the list of Organizations
Fields Parameter
Request Parameters
None
Example Response
POST
Adds an Organization
Request Parameters
Example Response
/organization/{id}
/organization/{uuid}
Methods
GET
Gets the Organization associated with {id} or {uuid}.
Fields Parameter
Request Parameters
None
Example Response
PATCH
Edits the Organization associated with {id} or {uuid}, changing only the passed in fields.
Request Parameters
Example Response
See /organization/{id}::GETDELETE
Deletes the Organization associated with {id} or {uuid}, depending on access and permissions.
Request Parameters
None
Example Response
/organization/{id}/acceptRiskRule
/organization/{uuid}/acceptRiskRule
Methods
GET
Gets the list of Accept Risk Rules in the Organization associated with {id} or {uuid}, unless filters are provided.
Fields Parameter
Filters
Example Response
/organization/{id}/recastRiskRule
/organization/{uuid}/recastRiskRule
Methods
GET
Gets the list of Recast Risk Rules in the Organization associated with {id} or {uuid}, unless filters are provided.