Retrieve a Forward identity by ID.
HTTP 200 OK
Returns the Identity object.
Request 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 OK
Response fields
Returns the Identity object.
Errors
| HTTP | Code | Trigger |
|---|---|---|
| 401 | TOKEN_INVALID | 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.