API Documentation

Everything you need to interact with AccessGrid.

Create HID Org

Enterprise only
Contact us

Create a new HID org for your enterprise or partner account. Generates credentials and queues automation to finish HID setup.

name

string

All

full_address

string

All

phone

string

All

first_name

string

All

last_name

string

All

Request

Response

[ { "id": "91c2a7e4f8b", "name": "Acme Corporation", "slug": "acme-corp", "first_name": "John", "last_name": "Doe", "phone": "+1-415-555-0198", "full_address": "123 Market Street, San Francisco, CA 94105, USA", "status": "active", "created_at": "2024-08-12T11:32:45Z" }, { "id": "b73d9f21a3c", "name": "Globex Industries", "slug": "globex-industries", "first_name": "Jane", "last_name": "Smith", "phone": "+1-212-555-7744", "full_address": "456 Madison Avenue, New York, NY 10022, USA", "status": "pending", "created_at": "2025-02-03T09:18:10Z" } ]

List HID Orgs

Enterprise only
Contact us

List HID orgs created under the current enterprise or partner account.

Request

Response

Empty

Finish HID Org Registration

Enterprise only
Contact us

Complete the HID org registration process after creating an org. This is a follow-up step to 'Create HID Org' and should be called once you receive the HID registration email with credentials. The email and password are provided by HID during their registration process.

email

string

All

password

string

All

Request

Response

Empty