User
Overview
Returns the profile of the authenticated user associated with the bearer token.Endpoints
Get authenticated user
- Method:
GET - Path:
/api/v1/user - Scope:
user:read - Subscription: None (global endpoint)
Path parameters
None.Query parameters
None.Response 200
Response fields
| Field | Type | Description |
|---|---|---|
id | string | User sqid |
avatar | string|null | Avatar URL |
first_name | string | First name |
job_title | string|null | Job title |
last_name | string | Last name |
linkedin_url | string|null | LinkedIn profile URL |
email | string | Email address |
created_at | string | Account creation timestamp |
Errors
| Status | When |
|---|---|
401 | Missing or invalid token |
403 | Token missing user:read scope |