API Documentation

Everything you need to interact with AccessGrid.

Create HID Org

Enterprise only
Contact us

Register one of your existing HID Origo organizations. Add the returned hid_admin_email address as an admin user in your Origo portal with the Org Admin, MI Administrator and RM Administrator roles. Setup runs from there, ending at completed.

name

string

All

Request

Response

{ "id": "91c2a7e4", "name": "My Org", "slug": "my-org", "hid_admin_email": "<designated-email>", "email": null, "first_name": null, "last_name": null, "phone": null, "full_address": null, "status": "awaiting_invite", "created_at": "2024-08-12T11:32:45Z" }

List HID Orgs

Enterprise only
Contact us

List the HID orgs registered under the current enterprise or partner account, newest first. Use it to look up an org's hid_admin_email or check its status.

Request

Response

[ { "id": "91c2a7e4", "name": "Acme Corporation", "slug": "acme-corp", "hid_admin_email": "<designated-email>", "email": null, "first_name": null, "last_name": null, "phone": null, "full_address": null, "status": "awaiting_invite", "created_at": "2024-08-12T11:32:45Z" }, { "id": "b73d9f21", "name": "Globex Industries", "slug": "globex-industries", "hid_admin_email": "<designated-email>", "email": null, "first_name": null, "last_name": null, "phone": null, "full_address": null, "status": "completed", "created_at": "2025-02-03T09:18:10Z" } ]