# Get ID Token

Provides a signed JWT ID token that can be added to a HTTP request header (e.g. in Authorization header as "Bearer jwt_id_token". The receiver of the request can validate the header using standard JWKS

Endpoint: GET /v1/id_token
Security: bearerAuth

## Response 200 fields (application/json):

  - `jwt_id_token` (string, required)
    A valid JWT ID token signed by MIM IdP

## Response 404 fields (application/json):

  - `code` (integer, required)

  - `message` (string, required)


