Organization

Get organization context

Basic context for the organization this API key belongs to. There is no organization id in this or any v1 response — the organization is already implicit in the API key.

Read-only — this endpoint does not consume credits.


GET
/me

Authorization

bearerAuth
AuthorizationBearer <token>

Organization API key from Integrations → API keys.

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/me"
{  "requestId": "string",  "name": "string",  "website": "string",  "description": "string"}
{  "requestId": "01HXYZABCDEF",  "error": {    "code": "unauthorized",    "message": "Invalid or revoked API key."  }}
{  "requestId": "01HXYZABCDEF",  "error": {    "code": "not_found",    "message": "Mention not found."  }}
{  "requestId": "01HXYZABCDEF",  "error": {    "code": "rate_limited",    "message": "Rate limit exceeded for linkedin. Try again later.",    "retryAfter": 42  }}