GET /api/v1/forward/identities/{identity_id}
Returns an Identity owned by the authenticated account.
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT> |
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
identity_id | string | Yes | Forward Identity ID. |
Example request
Example response
HTTP 200 OKResponse fields
Returns the Identity object.Errors
| HTTP | Type | Trigger |
|---|---|---|
| 401 | authentication_error | PAT invalid or expired. |
| 403 | permission_error | Not authorized for this resource. |
| 404 | not_found_error | Identity does not exist or is not visible to the caller. |
Notes
- Disabled identities can still be retrieved.
- Deleted identities must not be used to create new sessions.