API Agencies Endpoints
Agencies() Get a full list of agencies. Request Request Data: No extra data required. Response {
"Result": {
"Age"...
Fri, 19 Jul, 2024 at 2:14 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...
Fri, 19 Jul, 2024 at 2:16 PM
AgencyEdit(
object Agency,
bool WebhookEvaluate
) Edit an existing Agency. Works very similar to api/AgencyAdd but to identify which agency to edi...
Fri, 19 Jul, 2024 at 2:18 PM