GET /api/v1/forward/identities/{identity_id}/templates/{template_id}/config
Returns the stored Forward Identity Config DSL. This is the override layer, not the compiled runtime config.
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 OKResponse 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 | Trigger |
|---|---|---|
| 401 | authentication_error | 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.