Retrieve the Identity Config for one Identity and Template.
HTTP 200 OK
Request headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT> |
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
identity_id | string | Yes | Forward Identity ID. |
template_id | string | Yes | Forward Template ID. |
Example request
Example response
HTTP 200 OK
Response fields
| Field | Type | Description |
|---|---|---|
type | string | Always config. |
identity_id | string | Forward Identity ID. |
template_id | string | Forward Template ID. |
identity_config | object | Stored user-level override DSL. |
metadata | object | Custom metadata. |
created_at | string | Creation timestamp. |
updated_at | string | Update timestamp. |
Errors
| HTTP | Type | Code | Trigger |
|---|---|---|---|
| 401 | authentication_error | TOKEN_INVALID | PAT invalid or expired. |
| 404 | not_found_error | - | Identity, Template, or Config does not exist. |
Notes
- Use Get Effective Config to see the compiled runtime config.
enabled: falsein a resource map disables inherited Template resources.