Check API key
https://app.genuinelink.ai/api/v1/auth/checkValidates the Bearer API key supplied in the `Authorization` header and returns metadata about its scope and identity. Use this endpoint to verify credentials before integrating other endpoints, or to distinguish company keys (`glc_…`) from agency keys (`gla_…`).
No `X-Company-Id` header is required — this endpoint introspects the key itself.
Recent Requests
0 requests this session| Time | Status | User Agent |
|---|---|---|
| Make a request to see history. | ||
Responses
Response Body
API key validation result.
Always true on a successful check.
Whether the key is scoped to a company or agency.
Opaque public API key record identifier.
Label given to the key in settings.
Opaque public company account ID when scope is COMPANY (or agency + X-Company-Id).
Opaque public agency ID. Present when scope is AGENCY, or when scope is COMPANY and the company belongs to an agency. Null for independent company accounts.
Response Body
API key validation result.
Always true on a successful check.
Whether the key is scoped to a company or agency.
Opaque public API key record identifier.
Label given to the key in settings.
Opaque public company account ID when scope is COMPANY (or agency + X-Company-Id).
Opaque public agency ID. Present when scope is AGENCY, or when scope is COMPANY and the company belongs to an agency. Null for independent company accounts.