API/Current Organization API

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

FieldTypeDescription
organization.idstringStable organization identifier
organization.namestringOrganization display name
organization.slugstring | nullSlug used by dashboard URLs

Examples