Current Organization API
Verify the organization attached to a LinkQuick API key.
Use this endpoint as a connectivity check and to confirm which organization an API key controls. The organization is derived from the verified credential and cannot be selected through request parameters.
Authentication
Bearer authentication is recommended:
Authorization: Bearer nsk_••••••••The x-api-key header is also accepted for compatibility.
Response
| Field | Type | Description |
|---|---|---|
organization.id | string | Stable organization identifier |
organization.name | string | Organization display name |
organization.slug | string | null | Slug used by dashboard URLs |