API Agencies Endpoints
Agencies() Get a full list of agencies. Request Request Data: No extra data required. Response {
"Result": {
"Age"...
Tue, 13 May, 2025 at 12:41 PM
Agency(
string Agency,
int AgencyID
) Get information for one agency. Request Request Data: (string) Agency (optional) – Identify the Agency b...
Fri, 19 Jul, 2024 at 2:15 PM
AgencyAdd(
object Agency,
bool WebhookEvaluate
) Creates a new Agency. Request Request Data: (object) Agency (string) Agency (optional) – Iden...
Tue, 13 May, 2025 at 12:49 PM
AgencyEdit(
object Agency,
bool WebhookEvaluate
) Edit an existing Agency. Works very similar to api/AgencyAdd but to identify which agency to edi...
Tue, 13 May, 2025 at 12:51 PM