{
  "item": [
    {
      "name": "General",
      "description": "",
      "item": [
        {
          "name": "Analytics",
          "description": "Specifies paths and operations for retrieving platform analytics data.",
          "item": [
            {
              "id": "92d86732-451d-4dbc-94dc-2e3090c66eeb",
              "name": "Retrieve events",
              "request": {
                "name": "Retrieve events",
                "description": {
                  "content": "Returns a list of matching events from the tenant's event database. \n\nThe `categories` and `types` parameters filter based on an **OR** logic, whilst all other parameters use an \"AND\" logic. For example `(categories OR types) AND requestIds AND dateFrom`.\n\nRefer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list of events categories and types.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "analytics",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event IDs. These can be retrieved from event details.",
                        "type": "text/plain"
                      },
                      "key": "ids",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event IDs. These can be retrieved from event details.",
                        "type": "text/plain"
                      },
                      "key": "ids",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by request IDs. These can be retrieved from event details. The response will include all the individual events that are part of the queried request.",
                        "type": "text/plain"
                      },
                      "key": "requestIds",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by request IDs. These can be retrieved from event details. The response will include all the individual events that are part of the queried request.",
                        "type": "text/plain"
                      },
                      "key": "requestIds",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event categories. Uses an **OR** operation with `types`. Every **category** includes several event **types**. Each API endpoint details the event types it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                        "type": "text/plain"
                      },
                      "key": "categories",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event categories. Uses an **OR** operation with `types`. Every **category** includes several event **types**. Each API endpoint details the event types it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                        "type": "text/plain"
                      },
                      "key": "categories",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event types. Uses an **OR** operation with `categories`. Every **category** includes several event **types**. Each API endpoint details the events it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                        "type": "text/plain"
                      },
                      "key": "types",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event types. Uses an **OR** operation with `categories`. Every **category** includes several event **types**. Each API endpoint details the events it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                        "type": "text/plain"
                      },
                      "key": "types",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event start date and time (inclusive), in ISO-8601 format.",
                        "type": "text/plain"
                      },
                      "key": "dateFrom",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event end date and time (inclusive), in ISO-8601 format.",
                        "type": "text/plain"
                      },
                      "key": "dateTo",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Filter events by management user IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified management user IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any management user IDs. \n- `*`: Returns events that are assigned to any management user IDs.\n",
                        "type": "text/plain"
                      },
                      "key": "managementUserIds",
                      "value": "<uuid>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Filter events by management user IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified management user IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any management user IDs. \n- `*`: Returns events that are assigned to any management user IDs.\n",
                        "type": "text/plain"
                      },
                      "key": "managementUserIds",
                      "value": "<uuid>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Filter events by client IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified client IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any client IDs. \n- `*`: Returns events that are assigned to any client IDs.\n",
                        "type": "text/plain"
                      },
                      "key": "clientIds",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Filter events by client IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified client IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any client IDs. \n- `*`: Returns events that are assigned to any client IDs.\n",
                        "type": "text/plain"
                      },
                      "key": "clientIds",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "21794d7e-62e3-4381-9770-912df8152d1e",
                  "name": "A list of events",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "analytics",
                        "events"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event IDs. These can be retrieved from event details.",
                            "type": "text/plain"
                          },
                          "key": "ids",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by request IDs. These can be retrieved from event details. The response will include all the individual events that are part of the queried request.",
                            "type": "text/plain"
                          },
                          "key": "requestIds",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event categories. Uses an **OR** operation with `types`. Every **category** includes several event **types**. Each API endpoint details the event types it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "categories",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event types. Uses an **OR** operation with `categories`. Every **category** includes several event **types**. Each API endpoint details the events it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "types",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event start date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event end date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateTo",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by management user IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified management user IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any management user IDs. \n- `*`: Returns events that are assigned to any management user IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "managementUserIds",
                          "value": "<uuid>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by client IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified client IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any client IDs. \n- `*`: Returns events that are assigned to any client IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "clientIds",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"timestamp\": \"<string>\",\n\t\t\t\"category\": \"<string>\",\n\t\t\t\"metadata\": {},\n\t\t\t\"data\": {},\n\t\t\t\"requestId\": \"<string>\",\n\t\t\t\"requestIp\": \"<string>\",\n\t\t\t\"managementUserId\": \"<uuid>\",\n\t\t\t\"clientId\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"timestamp\": \"<string>\",\n\t\t\t\"category\": \"<string>\",\n\t\t\t\"metadata\": {},\n\t\t\t\"data\": {},\n\t\t\t\"requestId\": \"<string>\",\n\t\t\t\"requestIp\": \"<string>\",\n\t\t\t\"managementUserId\": \"<uuid>\",\n\t\t\t\"clientId\": \"<string>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c7a2bb8a-7f6e-4cb9-94ce-bea9b9661464",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "analytics",
                        "events"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event IDs. These can be retrieved from event details.",
                            "type": "text/plain"
                          },
                          "key": "ids",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by request IDs. These can be retrieved from event details. The response will include all the individual events that are part of the queried request.",
                            "type": "text/plain"
                          },
                          "key": "requestIds",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event categories. Uses an **OR** operation with `types`. Every **category** includes several event **types**. Each API endpoint details the event types it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "categories",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event types. Uses an **OR** operation with `categories`. Every **category** includes several event **types**. Each API endpoint details the events it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "types",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event start date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event end date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateTo",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by management user IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified management user IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any management user IDs. \n- `*`: Returns events that are assigned to any management user IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "managementUserIds",
                          "value": "<uuid>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by client IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified client IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any client IDs. \n- `*`: Returns events that are assigned to any client IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "clientIds",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "63bc56d4-9036-4760-9519-6e4cacbbda36",
                  "name": "Unauthorized. The client is not recognized by authorization server.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "analytics",
                        "events"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event IDs. These can be retrieved from event details.",
                            "type": "text/plain"
                          },
                          "key": "ids",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by request IDs. These can be retrieved from event details. The response will include all the individual events that are part of the queried request.",
                            "type": "text/plain"
                          },
                          "key": "requestIds",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event categories. Uses an **OR** operation with `types`. Every **category** includes several event **types**. Each API endpoint details the event types it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "categories",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event types. Uses an **OR** operation with `categories`. Every **category** includes several event **types**. Each API endpoint details the events it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "types",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event start date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event end date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateTo",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by management user IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified management user IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any management user IDs. \n- `*`: Returns events that are assigned to any management user IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "managementUserIds",
                          "value": "<uuid>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by client IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified client IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any client IDs. \n- `*`: Returns events that are assigned to any client IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "clientIds",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "text/plain"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "<string>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "ac7f8509-dfd9-40bc-8cad-208296e001c0",
                  "name": "Forbidden. The client is recognized by authorization server but is not allowed to access this resource.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "analytics",
                        "events"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event IDs. These can be retrieved from event details.",
                            "type": "text/plain"
                          },
                          "key": "ids",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by request IDs. These can be retrieved from event details. The response will include all the individual events that are part of the queried request.",
                            "type": "text/plain"
                          },
                          "key": "requestIds",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event categories. Uses an **OR** operation with `types`. Every **category** includes several event **types**. Each API endpoint details the event types it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "categories",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event types. Uses an **OR** operation with `categories`. Every **category** includes several event **types**. Each API endpoint details the events it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "types",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event start date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event end date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateTo",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by management user IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified management user IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any management user IDs. \n- `*`: Returns events that are assigned to any management user IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "managementUserIds",
                          "value": "<uuid>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by client IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified client IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any client IDs. \n- `*`: Returns events that are assigned to any client IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "clientIds",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "12a2ee59-d882-4263-867f-9be7dec0389a",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "analytics",
                        "events"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event IDs. These can be retrieved from event details.",
                            "type": "text/plain"
                          },
                          "key": "ids",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by request IDs. These can be retrieved from event details. The response will include all the individual events that are part of the queried request.",
                            "type": "text/plain"
                          },
                          "key": "requestIds",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event categories. Uses an **OR** operation with `types`. Every **category** includes several event **types**. Each API endpoint details the event types it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "categories",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event types. Uses an **OR** operation with `categories`. Every **category** includes several event **types**. Each API endpoint details the events it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "types",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event start date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event end date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateTo",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by management user IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified management user IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any management user IDs. \n- `*`: Returns events that are assigned to any management user IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "managementUserIds",
                          "value": "<uuid>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by client IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified client IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any client IDs. \n- `*`: Returns events that are assigned to any client IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "clientIds",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f99cacb5-3e67-4f8d-9b79-52f21c72e4e0",
              "name": "Retrieve events",
              "request": {
                "name": "Retrieve events",
                "description": {
                  "content": "Returns a list of matching events from the tenant's event database. \n\nThe `categories` and `types` parameters filter based on an **OR** logic, whilst all other parameters use an \"AND\" logic. For example `(categories OR types) AND requestIds AND dateFrom`.\n\nRefer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list of events categories and types.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event IDs. These can be retrieved from event details.",
                        "type": "text/plain"
                      },
                      "key": "ids",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event IDs. These can be retrieved from event details.",
                        "type": "text/plain"
                      },
                      "key": "ids",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by request IDs. These can be retrieved from event details. The response will include all the individual events that are part of the queried request.",
                        "type": "text/plain"
                      },
                      "key": "requestIds",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by request IDs. These can be retrieved from event details. The response will include all the individual events that are part of the queried request.",
                        "type": "text/plain"
                      },
                      "key": "requestIds",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event categories. Uses an **OR** operation with `types`. Every **category** includes several event **types**. Each API endpoint details the event types it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                        "type": "text/plain"
                      },
                      "key": "categories",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event categories. Uses an **OR** operation with `types`. Every **category** includes several event **types**. Each API endpoint details the event types it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                        "type": "text/plain"
                      },
                      "key": "categories",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event types. Uses an **OR** operation with `categories`. Every **category** includes several event **types**. Each API endpoint details the events it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                        "type": "text/plain"
                      },
                      "key": "types",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event types. Uses an **OR** operation with `categories`. Every **category** includes several event **types**. Each API endpoint details the events it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                        "type": "text/plain"
                      },
                      "key": "types",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event start date and time (inclusive), in ISO-8601 format.",
                        "type": "text/plain"
                      },
                      "key": "dateFrom",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Query by event end date and time (inclusive), in ISO-8601 format.",
                        "type": "text/plain"
                      },
                      "key": "dateTo",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Filter events by management user IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified management user IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any management user IDs. \n- `*`: Returns events that are assigned to any management user IDs.\n",
                        "type": "text/plain"
                      },
                      "key": "managementUserIds",
                      "value": "<uuid>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Filter events by management user IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified management user IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any management user IDs. \n- `*`: Returns events that are assigned to any management user IDs.\n",
                        "type": "text/plain"
                      },
                      "key": "managementUserIds",
                      "value": "<uuid>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Filter events by client IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified client IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any client IDs. \n- `*`: Returns events that are assigned to any client IDs.\n",
                        "type": "text/plain"
                      },
                      "key": "clientIds",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Filter events by client IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified client IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any client IDs. \n- `*`: Returns events that are assigned to any client IDs.\n",
                        "type": "text/plain"
                      },
                      "key": "clientIds",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "411d1caa-95a5-4c6b-bde1-7fb35b72b42f",
                  "name": "A list of events",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event IDs. These can be retrieved from event details.",
                            "type": "text/plain"
                          },
                          "key": "ids",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by request IDs. These can be retrieved from event details. The response will include all the individual events that are part of the queried request.",
                            "type": "text/plain"
                          },
                          "key": "requestIds",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event categories. Uses an **OR** operation with `types`. Every **category** includes several event **types**. Each API endpoint details the event types it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "categories",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event types. Uses an **OR** operation with `categories`. Every **category** includes several event **types**. Each API endpoint details the events it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "types",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event start date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event end date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateTo",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by management user IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified management user IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any management user IDs. \n- `*`: Returns events that are assigned to any management user IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "managementUserIds",
                          "value": "<uuid>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by client IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified client IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any client IDs. \n- `*`: Returns events that are assigned to any client IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "clientIds",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"timestamp\": \"<string>\",\n\t\t\t\"category\": \"<string>\",\n\t\t\t\"metadata\": {},\n\t\t\t\"data\": {},\n\t\t\t\"requestId\": \"<string>\",\n\t\t\t\"requestIp\": \"<string>\",\n\t\t\t\"managementUserId\": \"<uuid>\",\n\t\t\t\"clientId\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"timestamp\": \"<string>\",\n\t\t\t\"category\": \"<string>\",\n\t\t\t\"metadata\": {},\n\t\t\t\"data\": {},\n\t\t\t\"requestId\": \"<string>\",\n\t\t\t\"requestIp\": \"<string>\",\n\t\t\t\"managementUserId\": \"<uuid>\",\n\t\t\t\"clientId\": \"<string>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "99cf9356-d26e-474d-96cd-13a5f14f1b36",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event IDs. These can be retrieved from event details.",
                            "type": "text/plain"
                          },
                          "key": "ids",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by request IDs. These can be retrieved from event details. The response will include all the individual events that are part of the queried request.",
                            "type": "text/plain"
                          },
                          "key": "requestIds",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event categories. Uses an **OR** operation with `types`. Every **category** includes several event **types**. Each API endpoint details the event types it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "categories",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event types. Uses an **OR** operation with `categories`. Every **category** includes several event **types**. Each API endpoint details the events it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "types",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event start date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event end date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateTo",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by management user IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified management user IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any management user IDs. \n- `*`: Returns events that are assigned to any management user IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "managementUserIds",
                          "value": "<uuid>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by client IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified client IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any client IDs. \n- `*`: Returns events that are assigned to any client IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "clientIds",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "97f80a31-389f-47a4-b997-babadcb8d7d7",
                  "name": "Unauthorized. The client is not recognized by authorization server.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event IDs. These can be retrieved from event details.",
                            "type": "text/plain"
                          },
                          "key": "ids",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by request IDs. These can be retrieved from event details. The response will include all the individual events that are part of the queried request.",
                            "type": "text/plain"
                          },
                          "key": "requestIds",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event categories. Uses an **OR** operation with `types`. Every **category** includes several event **types**. Each API endpoint details the event types it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "categories",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event types. Uses an **OR** operation with `categories`. Every **category** includes several event **types**. Each API endpoint details the events it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "types",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event start date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event end date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateTo",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by management user IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified management user IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any management user IDs. \n- `*`: Returns events that are assigned to any management user IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "managementUserIds",
                          "value": "<uuid>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by client IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified client IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any client IDs. \n- `*`: Returns events that are assigned to any client IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "clientIds",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "text/plain"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "<string>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "37586118-e7df-4adb-b569-2f0e718ca838",
                  "name": "Forbidden. The client is recognized by authorization server but is not allowed to access this resource.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event IDs. These can be retrieved from event details.",
                            "type": "text/plain"
                          },
                          "key": "ids",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by request IDs. These can be retrieved from event details. The response will include all the individual events that are part of the queried request.",
                            "type": "text/plain"
                          },
                          "key": "requestIds",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event categories. Uses an **OR** operation with `types`. Every **category** includes several event **types**. Each API endpoint details the event types it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "categories",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event types. Uses an **OR** operation with `categories`. Every **category** includes several event **types**. Each API endpoint details the events it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "types",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event start date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event end date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateTo",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by management user IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified management user IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any management user IDs. \n- `*`: Returns events that are assigned to any management user IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "managementUserIds",
                          "value": "<uuid>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by client IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified client IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any client IDs. \n- `*`: Returns events that are assigned to any client IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "clientIds",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "69c4e41e-fef7-4cb1-aa41-1dcfcc3216ab",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event IDs. These can be retrieved from event details.",
                            "type": "text/plain"
                          },
                          "key": "ids",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by request IDs. These can be retrieved from event details. The response will include all the individual events that are part of the queried request.",
                            "type": "text/plain"
                          },
                          "key": "requestIds",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event categories. Uses an **OR** operation with `types`. Every **category** includes several event **types**. Each API endpoint details the event types it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "categories",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event types. Uses an **OR** operation with `categories`. Every **category** includes several event **types**. Each API endpoint details the events it generates under the **Analytic events** heading. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list.",
                            "type": "text/plain"
                          },
                          "key": "types",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event start date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Query by event end date and time (inclusive), in ISO-8601 format.",
                            "type": "text/plain"
                          },
                          "key": "dateTo",
                          "value": "<dateTime>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by management user IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified management user IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any management user IDs. \n- `*`: Returns events that are assigned to any management user IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "managementUserIds",
                          "value": "<uuid>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Filter events by client IDs. You can obtain these IDs from the event details. The response will include all individual events associated with the specified client IDs.\n\nSpecial filtering values:\n- `none`: Returns events that are not assigned to any client IDs. \n- `*`: Returns events that are assigned to any client IDs.\n",
                            "type": "text/plain"
                          },
                          "key": "clientIds",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Messaging",
          "description": "Specifies paths and operations for signing, encrypting, decrypting and sending messages.",
          "item": [
            {
              "id": "c858b9be-c7d9-4de4-acf0-b14e9133707b",
              "name": "Sign a message",
              "request": {
                "name": "Sign a message",
                "description": {
                  "content": "Accepts a message payload and signs it with a JWS (JSON Web Signature) using the a specific key from the DID (Decentralized Identifier) provided in the request.\n\n### **Analytic events**\n* MESSAGING_SIGN_START\n* MESSAGING_SIGN_SUCCESS\n* MESSAGING_SIGN_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "sign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"didUrl\": \"<string>\",\n\t\"payload\": {}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "d54954f5-6190-42ae-bd49-ff4f387a8e25",
                  "name": "Message signed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"didUrl\": \"<string>\",\n\t\"payload\": {}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "<string>",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d074dd72-164c-4f32-9465-f90f7cdfd858",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"didUrl\": \"<string>\",\n\t\"payload\": {}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ac047518-a8f2-4810-8b98-3b20dbe32092",
              "name": "Verify a message",
              "request": {
                "name": "Verify a message",
                "description": {
                  "content": "Verifies the signature of a provided JWS (JSON Web Signature), validating that the payload has not been tampered with and verifying that the kid in the JWS header is the same as the `iss` value in the Request Object.\n\nOne use case for verifying a JWS with a DID is when the Mobile Wallet App sends a Request Object to an OpenID Provider as part of the Authorization Code Flow (as per https://openid.net/specs/openid-connect-core-1_0-final.html#RequestObject). The Request Object is wrapped in a JWS with a signature that is generated from the Subject DID on the mobile app. Therefore verifying the JWS proves that the mobile app has access to the private key of the Subject DID.\n\n### **Analytic events**\n* MESSAGING_VERIFY_START\n* MESSAGING_VERIFY_SUCCESS\n* MESSAGING_VERIFY_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"jws\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "1f324aa6-32aa-4b4e-85bc-2748c69b2ea2",
                  "name": "Verification successful",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"jws\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"didUrl\": \"<string>\",\n\t\"did\": \"<string>\",\n\t\"verified\": \"<boolean>\",\n\t\"payload\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f38e1dc4-912a-43a5-ad96-52ac04d81f0a",
                  "name": "Invalid JWS",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"jws\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "14ae53e6-1c01-4e2e-b6bc-5b8451cb23e6",
              "name": "Encrypt a message",
              "request": {
                "name": "Encrypt a message",
                "description": {
                  "content": "Encrypts the provided payload using into a JWM (JSON Web Message) format.\n\n### **Analytic events**\n* MESSAGING_ENCRYPT_START\n* MESSAGING_ENCRYPT_SUCCESS\n* MESSAGING_ENCRYPT_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "encrypt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"senderDidUrl\": \"<string>\",\n\t\"recipientDidUrls\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"payload\": {}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "e8cf6eff-dc77-462e-a5b5-49954e8d3e6d",
                  "name": "Message encrypted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "encrypt"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"senderDidUrl\": \"<string>\",\n\t\"recipientDidUrls\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"payload\": {}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"jwe\": {\n\t\t\"protected\": \"<string>\",\n\t\t\"recipients\": [\n\t\t\t{\n\t\t\t\t\"encryption_key\": \"<string>\",\n\t\t\t\t\"header\": {\n\t\t\t\t\t\"alg\": \"<string>\",\n\t\t\t\t\t\"kid\": \"<string>\",\n\t\t\t\t\t\"epk\": {\n\t\t\t\t\t\t\"kty\": \"<string>\",\n\t\t\t\t\t\t\"crv\": \"<string>\",\n\t\t\t\t\t\t\"x\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"skid\": \"<string>\"\n\t\t\t\t}\n\t\t\t}\n\t\t],\n\t\t\"ciphertext\": \"<string>\",\n\t\t\"iv\": \"<string>\",\n\t\t\"tag\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2013aae5-1f05-4b86-aad3-7985bbd5d223",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "encrypt"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"senderDidUrl\": \"<string>\",\n\t\"recipientDidUrls\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"payload\": {}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7827a2d0-4526-42c9-ae2d-b2bc7b4bb120",
              "name": "Decrypt a message",
              "request": {
                "name": "Decrypt a message",
                "description": {
                  "content": "Decrypts a provided message where the tenant manages the keys for the defined `recipientDidUrl`.\n\n### **Analytic events**\n* MESSAGING_DECRYPT_START\n* MESSAGING_DECRYPT_SUCCESS\n* MESSAGING_DECRYPT_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "decrypt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"jwe\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "bd145585-25e7-4a25-821c-58b4707b0366",
                  "name": "Message Decrypted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "decrypt"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"jwe\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"payload\": \"<string>\",\n\t\"senderDidUrl\": \"<string>\",\n\t\"senderPublicJwk\": {},\n\t\"recipientDidUrl\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8e007300-80e2-419f-8abd-a8c1f3e87158",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "decrypt"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"jwe\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "24c15a11-3592-4e43-be58-8303226c8b46",
              "name": "Send a message",
              "request": {
                "name": "Send a message",
                "description": {
                  "content": "Sends an encrypted JWM (JSON Web Messaging) format message to a service endpoint defined in a public DID document.\n\n### **Analytic events**\n* MESSAGING_SEND_START\n* MESSAGING_SEND_SUCCESS\n* MESSAGING_SEND_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"to\": \"<string>\",\n\t\"message\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "ed16031e-4402-4f5b-88a4-5e1d258229b2",
                  "name": "Message sent",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "send"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"to\": \"<string>\",\n\t\"message\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "6ab22489-10ae-491a-b00e-33d7944f3403",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "send"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"to\": \"<string>\",\n\t\"message\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Inboxes",
          "description": "Specifies paths and operations for managing inboxes.",
          "item": [
            {
              "id": "933c9b2d-533a-438d-98aa-d958a3c0a824",
              "name": "Create an inbox",
              "request": {
                "name": "Create an inbox",
                "description": {
                  "content": "Creates an inbox that can register DIDs and then hold messages sent to those DIDs service points.\n\n### **Analytic events**\n* MESSAGING_INBOX_CREATE_START\n* MESSAGING_INBOX_CREATE_SUCCESS\n* MESSAGING_INBOX_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "inboxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "b9e36dd0-57de-462c-85c5-406e7007bc6f",
                  "name": "Inbox created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "582cd85c-f23e-48c8-a3cc-656ac17fff79",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "90fd7861-b2e5-4893-ba9f-d804eea87725",
              "name": "List inboxes",
              "request": {
                "name": "List inboxes",
                "description": {
                  "content": "Returns a list of all inboxes on the tenant.\n\n### **Analytic events**\n* MESSAGING_INBOX_RETRIEVE_LIST_START\n* MESSAGING_INBOX_RETRIEVE_LIST_SUCCESS\n* MESSAGING_INBOX_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "inboxes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "963b7a6c-043f-4526-9622-af7f09abb8ec",
                  "name": "A list of inboxes",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "10157fa5-cceb-4eb3-a205-58d5c68ad75f",
              "name": "Retrieve an inbox",
              "request": {
                "name": "Retrieve an inbox",
                "description": {
                  "content": "Retrieves an inbox based on its ID.\n\n### **Analytic events**\n* MESSAGING_INBOX_RETRIEVE_START\n* MESSAGING_INBOX_RETRIEVE_SUCCESS\n* MESSAGING_INBOX_RETRIEVE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "inboxes",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Inbox ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "807ad2e5-db52-4ed0-96e4-80e8611dd67b",
                  "name": "Inbox returned",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5dbb27a6-762f-48c9-9215-56cf9dc0e5b2",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d3493681-e87e-4876-91ac-4ca039104d5f",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "54708c6d-89f4-42ed-8ad7-29071c812f8e",
              "name": "Update an inbox",
              "request": {
                "name": "Update an inbox",
                "description": {
                  "content": "Update the inbox configurations",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "inboxes",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Inbox ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "38a04b49-df2d-450d-9c0a-700beaf7d427",
                  "name": "Inbox updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "dc06517d-50cd-47e6-8827-561d60199bdd",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2067fe8e-707b-451e-a5a3-c696be3b72a5",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a4beeac9-4cb0-432a-8c4d-07344da13e5e",
              "name": "Delete an inbox",
              "request": {
                "name": "Delete an inbox",
                "description": {
                  "content": "Deletes an inbox by providing its ID.\n\n### **Analytic events**\n* MESSAGING_INBOX_DELETE_START\n* MESSAGING_INBOX_DELETE_SUCCESS\n* MESSAGING_INBOX_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "inboxes",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Inbox ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "88a42a33-d469-43ca-abe8-571e43d0fbd0",
                  "name": "Inbox deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "e14073e6-caf7-4ed2-938c-4f4d6fb2c6ac",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2e288d24-8788-446a-98dd-45b73c79174b",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ccf409c8-6c6c-4f69-abd4-e50cb72cd109",
              "name": "Register DID with an inbox",
              "request": {
                "name": "Register DID with an inbox",
                "description": {
                  "content": "Register the provided DID to the requested inbox.\n\n<Callout>\nDID registration with inboxes is currently limited to `did:key`'\n</Callout>\n\n### **Analytic events**\n* MESSAGING_INBOX_DID_REGISTER_START\n* MESSAGING_INBOX_DID_REGISTER_SUCCESS\n* MESSAGING_INBOX_DID_REGISTER_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "inboxes",
                    ":id",
                    "dids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Requested inbox ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"did\": \"<string>\",\n\t\"jwt\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "50041f1f-ef99-41d4-a2ce-3f72838569f0",
                  "name": "DID registered with inbox",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "dids"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"did\": \"<string>\",\n\t\"jwt\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"did\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a27fe737-bc0e-4a9f-b6f7-3acadca14e30",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "dids"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"did\": \"<string>\",\n\t\"jwt\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5104e6bd-27b9-4684-96ac-c0caab6894f6",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "dids"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"did\": \"<string>\",\n\t\"jwt\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1daf6e5d-47c3-4bf8-a0fd-0c6b8eba3577",
              "name": "Retrieve inbox DIDs",
              "request": {
                "name": "Retrieve inbox DIDs",
                "description": {
                  "content": "Retrieves a list of all the DIDs registered with the requested inbox.\n\n### **Analytic events**\n* MESSAGING_INBOX_DID_RETRIEVE_LIST_START\n* MESSAGING_INBOX_DID_RETRIEVE_LIST_SUCCESS\n* MESSAGING_INBOX_DID_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "inboxes",
                    ":id",
                    "dids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Requested inbox ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "d98a4018-00e5-4290-81b3-6b5ff8e3ac09",
                  "name": "A list of inbox DIDs",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "dids"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f4013439-5795-4fa2-87c6-e42611a83ae6",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "dids"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "88481601-5c80-464a-ab8f-2f2e97f62c89",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "dids"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ceffb9db-d929-4940-90ea-6aabdb9107ef",
              "name": "Unregister DID with an inbox",
              "request": {
                "name": "Unregister DID with an inbox",
                "description": {
                  "content": "Unregisters a DID from the requested inbox.\n\n### **Analytic events**\n* MESSAGING_INBOX_DID_UNREGISTER_START\n* MESSAGING_INBOX_DID_UNREGISTER_SUCCESS\n* MESSAGING_INBOX_DID_UNREGISTER_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "inboxes",
                    ":id",
                    "dids",
                    ":did"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Requested inbox ID",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "did",
                      "disabled": false,
                      "description": {
                        "content": "(Required) DID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "39800f30-2ca4-4128-83f8-bb1eac225af5",
                  "name": "DID unregistered from inbox",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "dids",
                        ":did"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "b4cb27b6-bab0-4ded-b9ad-d2186dfd5de1",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "dids",
                        ":did"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f9815d9e-6e7d-4214-bf3a-2f44849fdb65",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "dids",
                        ":did"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9c51f2e4-13f0-40cb-a7da-5c3af51e26c4",
              "name": "Retrieve all messages",
              "request": {
                "name": "Retrieve all messages",
                "description": {
                  "content": "Retrieving all the messages from an inbox\n\n### **Analytic events**\n* MESSAGING_INBOX_MESSAGE_RETRIEVE_LIST_START\n* MESSAGING_INBOX_MESSAGE_RETRIEVE_LIST_SUCCESS\n* MESSAGING_INBOX_MESSAGE_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "inboxes",
                    ":id",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Requested inbox ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "7faca2ba-4f0c-4729-9148-561d94680bbb",
                  "name": "A list of inbox messages",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "messages"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"createdAt\": \"<date>\",\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"inboxId\": \"<string>\",\n\t\t\t\"payload\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"createdAt\": \"<date>\",\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"inboxId\": \"<string>\",\n\t\t\t\"payload\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c53d9434-9835-4f32-b86d-f9035b53e06e",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "messages"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1f7d5a99-3e0d-4ee1-a8b7-a71e0444df4b",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "messages"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b84937a4-f242-4577-a626-09a075d87ed4",
              "name": "Retrieve a message",
              "request": {
                "name": "Retrieve a message",
                "description": {
                  "content": "Retrieves a message from the requested inbox by providing its ID.\n\n### **Analytic events**\n* MESSAGING_INBOX_MESSAGE_RETRIEVE_START\n* MESSAGING_INBOX_MESSAGE_RETRIEVE_SUCCESS\n* MESSAGING_INBOX_MESSAGE_RETRIEVE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "inboxes",
                    ":id",
                    "messages",
                    ":messageid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Requested inbox ID",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "messageid",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Requested message ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "12d10116-fae2-4fc4-8eae-dae1143a0542",
                  "name": "An inbox message",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "messages",
                        ":messageid"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"name\": \"<string>\",\n\t\"createdAt\": \"<date>\",\n\t\"id\": \"<string>\",\n\t\"inboxId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6fd07d5f-c3eb-4262-8881-bf92e4f6cd0d",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "messages",
                        ":messageid"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3126d082-1525-4c6d-83e7-4575a6c9d268",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "messages",
                        ":messageid"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "55ffe0a3-c455-4f94-93a7-cef53f0a131f",
              "name": "Delete a message",
              "request": {
                "name": "Delete a message",
                "description": {
                  "content": "Deletes a message from the requested inbox by providing its ID.\n\n### **Analytic events**\n* MESSAGING_INBOX_MESSAGE_DELETE_START\n* MESSAGING_INBOX_MESSAGE_DELETE_SUCCESS\n* MESSAGING_INBOX_MESSAGE_DELETE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "messaging",
                    "inboxes",
                    ":id",
                    "messages",
                    ":messageid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Requested inbox ID",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "messageid",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Requested message ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "89b60d96-26bf-43e4-ad32-e121a56fe644",
                  "name": "Message deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "messages",
                        ":messageid"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "a3910949-2919-44fb-94f5-38f709eb8933",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "messages",
                        ":messageid"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a81667f7-3526-49f2-8c6c-8764d5974338",
                  "name": "Not Found",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "messaging",
                        "inboxes",
                        ":id",
                        "messages",
                        ":messageid"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Tenant configuration",
      "description": "",
      "item": [
        {
          "name": "Security",
          "description": "Specifies paths and operations for accessing protected endpoints.",
          "item": [
            {
              "id": "416d78d8-d123-4ddd-abd3-0b87eca6f685",
              "name": "Create API Auth Token",
              "request": {
                "name": "Create API Auth Token",
                "description": {
                  "content": "Authorization endpoint for gaining token used for API requests requiring `bearerAuth`.\n\nYou will be provided the required `client_id` and `client_secret` as part of onboarding.\n\n> The returned bearer token will only enable access to endpoints as per your client's defined role. Refer to [Access Control](https://learn.mattr.global/docs/platform-management/access-control) for more information.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "oauth",
                    "token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"client_id\": \"<string>\",\n\t\"client_secret\": \"<string>\",\n\t\"audience\": \"<string>\",\n\t\"grant_type\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "e965c793-487b-42ef-88e7-7d05ca78fbb6",
                  "name": "Successful response",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "oauth",
                        "token"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"client_id\": \"<string>\",\n\t\"client_secret\": \"<string>\",\n\t\"audience\": \"<string>\",\n\t\"grant_type\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"access_token\": \"<string>\",\n\t\"expires_in\": \"<number>\",\n\t\"token_type\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c65f4b0c-f59b-4d70-821c-97ad65898015",
                  "name": "Unauthorized",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "oauth",
                        "token"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"client_id\": \"<string>\",\n\t\"client_secret\": \"<string>\",\n\t\"audience\": \"<string>\",\n\t\"grant_type\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"error\": \"<string>\",\n\t\"error_description\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Custom domain",
          "description": "Specifies paths and operations for managing custom domains.",
          "item": [
            {
              "id": "9d2738a5-b3c9-4120-a104-3ef7267b08a8",
              "name": "Configure custom domain",
              "request": {
                "name": "Configure custom domain",
                "description": {
                  "content": "Creates a custom domain configuration on your tenant. You can configure a custom domain for a specific MATTR VII tenant to represent your brand and instil trust with your end-users. Any MATTR VII tenant can only have one custom domain. Refer to our [docs](https://learn.mattr.global/docs/platform-management/custom-domain-overview) for more information.\n\n### **Analytic events**\n* CONFIG_CUSTOM_DOMAIN_CREATE_START\n* CONFIG_CUSTOM_DOMAIN_CREATE_SUCCESS\n* CONFIG_CUSTOM_DOMAIN_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "config",
                    "domain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"logoUrl\": \"<string>\",\n\t\"domain\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "84e76271-3a7b-4293-a0fe-7ddfa8c0e39e",
                  "name": "Custom domain created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "domain"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"logoUrl\": \"<string>\",\n\t\"domain\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"name\": \"<string>\",\n\t\"logoUrl\": \"<string>\",\n\t\"domain\": \"<string>\",\n\t\"verificationToken\": \"<string>\",\n\t\"isVerified\": \"<boolean>\",\n\t\"verifiedAt\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "67050734-4e73-47c2-99e5-329cd7dc9978",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "domain"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"logoUrl\": \"<string>\",\n\t\"domain\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4a0b1926-972d-4dad-ab74-f128619e430a",
              "name": "Retrieve custom domain",
              "request": {
                "name": "Retrieve custom domain",
                "description": {
                  "content": "Returns your tenant's custom domain configuration and its verification status.\n\n### **Analytic events**\n* CONFIG_CUSTOM_DOMAIN_RETRIEVE_START\n* CONFIG_CUSTOM_DOMAIN_RETRIEVE_SUCCESS\n* CONFIG_CUSTOM_DOMAIN_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "config",
                    "domain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "1bb0d86c-835e-4897-816b-927fba5ed5b6",
                  "name": "Custom domain returned",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "domain"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"name\": \"<string>\",\n\t\"logoUrl\": \"<string>\",\n\t\"domain\": \"<string>\",\n\t\"verificationToken\": \"<string>\",\n\t\"isVerified\": \"<boolean>\",\n\t\"verifiedAt\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d4af108d-6230-4294-9c98-a822208594f7",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "domain"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "47f8275d-09fc-4344-8151-10d368f896d8",
              "name": "Delete custom domain",
              "request": {
                "name": "Delete custom domain",
                "description": {
                  "content": "Deletes the custom domain configuration on your tenant.\n\n<Callout>\nDeleting your custom domain configuration breaks the linkage with any credentials issued under the custom domain. These credentials will no longer be valid.\n</Callout>\n\n### **Analytic events**\n* CONFIG_CUSTOM_DOMAIN_DELETE_START\n* CONFIG_CUSTOM_DOMAIN_DELETE_SUCCESS\n* CONFIG_CUSTOM_DOMAIN_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "config",
                    "domain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "8be51e68-1719-4f98-94e9-389e254785d3",
                  "name": "Custom domain deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "domain"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "02c3d58e-ac9e-4e04-9008-163badabe982",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "domain"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "e2c8424c-44c4-4a26-9922-45eda3274661",
              "name": "Update custom domain",
              "request": {
                "name": "Update custom domain",
                "description": {
                  "content": "Updates the custom domain configuration.\n\n### **Analytic events**\n* CONFIG_CUSTOM_DOMAIN_UPDATE_START\n* CONFIG_CUSTOM_DOMAIN_UPDATE_SUCCESS\n* CONFIG_CUSTOM_DOMAIN_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "config",
                    "domain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"logoUrl\": \"<string>\",\n\t\"domain\": \"<string>\",\n\t\"id\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "a91014b5-fc15-4d51-bd53-57e367177c64",
                  "name": "Custom Domain updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "domain"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"logoUrl\": \"<string>\",\n\t\"domain\": \"<string>\",\n\t\"id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"name\": \"<string>\",\n\t\"logoUrl\": \"<string>\",\n\t\"domain\": \"<string>\",\n\t\"verificationToken\": \"<string>\",\n\t\"isVerified\": \"<boolean>\",\n\t\"verifiedAt\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3a08dfa6-fbdb-401d-a386-3f2c80c7d997",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "domain"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"logoUrl\": \"<string>\",\n\t\"domain\": \"<string>\",\n\t\"id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "996cd49b-254c-4863-aa0b-e3ec60ede4bf",
              "name": "Verify custom domain",
              "request": {
                "name": "Verify custom domain",
                "description": {
                  "content": "Verifies that you have control of the configured custom domain by examining its TXT record.\n\n<Callout>\nYour custom domain will not be active until you verify it. Refer to [Verify domain ownership](https://learn.mattr.global/docs/platform-management/custom-domain-overview#verify-domain-ownership) for more information.\n</Callout>\n\n### **Analytic events**\n* CONFIG_CUSTOM_DOMAIN_VERIFY_START\n* CONFIG_CUSTOM_DOMAIN_VERIFY_SUCCESS\n* CONFIG_CUSTOM_DOMAIN_VERIFY_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "config",
                    "domain",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "66c03d18-c66f-492b-ba41-76198bb7a09b",
                  "name": "Custom domain verified",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "domain",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "44b4a579-4ed3-4108-aa98-c33394a6a56e",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "domain",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "466405f1-3d54-48cc-b77b-3aabf03057fd",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "domain",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Webhooks",
          "description": "Specifies paths and operations for managing Webhooks.",
          "item": [
            {
              "id": "ed6bd619-2d13-4750-bcbb-608ed5da0f54",
              "name": "Create Webhook",
              "request": {
                "name": "Create Webhook",
                "description": {
                  "content": "Creates a new webhook for this tenant.\n\n### **Analytic events**\n* WEBHOOK_CREATE_START\n* WEBHOOK_CREATE_SUCCESS\n* WEBHOOK_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "webhooks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"events\": [\n\t\t\"OpenIdCredentialIssuedSummary\",\n\t\t\"OidcIssuerCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "8ebbf3be-0cec-4089-8ea5-5e45bc9ca519",
                  "name": "Webhook created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"events\": [\n\t\t\"OpenIdCredentialIssuedSummary\",\n\t\t\"OidcIssuerCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"events\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": false\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f902a058-283b-4a75-b96a-77e5771f8864",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"events\": [\n\t\t\"OpenIdCredentialIssuedSummary\",\n\t\t\"OidcIssuerCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9f0f9be5-e065-4fe9-bdac-06f6b006ce10",
              "name": "Retrieve all Webhooks",
              "request": {
                "name": "Retrieve all Webhooks",
                "description": {
                  "content": "Retrieves a list of webhooks configured on the tenant.\n\n### **Analytic events**\n* WEBHOOK_RETRIEVE_LIST_START\n* WEBHOOK_RETRIEVE_LIST_SUCCESS\n* WEBHOOK_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "webhooks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "c2fa0ae0-8c83-480a-8b8b-56b438b9372b",
                  "name": "Webhooks retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"events\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"url\": \"<uri>\",\n\t\t\t\"disabled\": false\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"events\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"url\": \"<uri>\",\n\t\t\t\"disabled\": false\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "769edc58-db69-40d0-ba79-81deb9d3dc18",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ac1034d2-4c79-4ab7-91f0-283d4c9683c4",
              "name": "Retrieve Webhook",
              "request": {
                "name": "Retrieve Webhook",
                "description": {
                  "content": "Retrieve a specific Webhook by providing its ID.\n\n### **Analytic events**\n* WEBHOOK_RETRIEVE_START\n* WEBHOOK_RETRIEVE_SUCCESS\n* WEBHOOK_RETRIEVE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "webhooks",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The requested Webhook ID.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "a943f69e-3c79-4588-a9dd-53b7c1318da0",
                  "name": "Webhook retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"events\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": false\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6e825469-affd-4d4d-bb39-8f5e3954ee50",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f052ddba-3219-4ba4-b667-95c62c6532b0",
              "name": "Update Webhook",
              "request": {
                "name": "Update Webhook",
                "description": {
                  "content": "Updates an existing Webhook by providing its ID.\n\n### **Analytic events**\n* WEBHOOK_UPDATE_START\n* WEBHOOK_UPDATE_SUCCESS\n* WEBHOOK_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "webhooks",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Webhook ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"events\": [\n\t\t\"OpenIdCredentialIssuedSummary\",\n\t\t\"OidcIssuerCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "f306e635-9b88-4c8a-82d6-92666fca3854",
                  "name": "Webhook updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"events\": [\n\t\t\"OpenIdCredentialIssuedSummary\",\n\t\t\"OidcIssuerCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"events\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": false\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5301aa6d-29dd-4abe-a062-220fdba0f3a2",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"events\": [\n\t\t\"OpenIdCredentialIssuedSummary\",\n\t\t\"OidcIssuerCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b23c1d83-d341-492e-a64e-87621de0ccf9",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"events\": [\n\t\t\"OpenIdCredentialIssuedSummary\",\n\t\t\"OidcIssuerCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "fa8b96b8-ad36-4e78-ae93-5e212869ea51",
              "name": "Delete Webhook",
              "request": {
                "name": "Delete Webhook",
                "description": {
                  "content": "Deletes a Webhook by providing its ID.\n\n### **Analytic events**\n* WEBHOOK_DELETE_START\n* WEBHOOK_DELETE_SUCCESS\n* WEBHOOK_DELETE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "webhooks",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Webhook ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "afc01628-7cab-4315-be87-15d5021d2b9b",
                  "name": "Webhook deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "ff32cd50-488f-451c-94d5-86518f9bb6e0",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f3c905ea-bb2d-471b-919d-0e113b640b3b",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c1e6dfba-81eb-43bb-b795-3087638ff489",
              "name": "Retrieve Webhook JWKs",
              "request": {
                "name": "Retrieve Webhook JWKs",
                "description": {
                  "content": "Retrieves a list of Webhook JWKs (JSON Web Keys) from the tenant. These keys can be used to verify the HTTP signature and validate the integrity and authorship of generated Webhooks. This endpoint does not require authentication and is publicly available by design.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "webhooks",
                    "jwks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "82e39b24-4128-453f-aec8-6ae78e99ccf6",
                  "name": "Webhook JWKs retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks",
                        "jwks"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"keys\": [\n\t\t{\n\t\t\t\"kty\": \"<string>\",\n\t\t\t\"crv\": \"<string>\",\n\t\t\t\"x\": \"<string>\",\n\t\t\t\"use\": \"<string>\",\n\t\t\t\"kid\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"kty\": \"<string>\",\n\t\t\t\"crv\": \"<string>\",\n\t\t\t\"x\": \"<string>\",\n\t\t\t\"use\": \"<string>\",\n\t\t\t\"kid\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Identifiers",
      "description": "",
      "item": [
        {
          "name": "DIDs",
          "description": "Specifies paths and operations for managing DIDs.",
          "item": [
            {
              "id": "81c0aeb5-c658-4a64-8910-afd087adb740",
              "name": "Well known DID configuration",
              "request": {
                "name": "Well known DID configuration",
                "description": {
                  "content": "Returns a list of Decentralized Identifier (DID) Configuration entries from the tenant. These are automatically created for **all** DIDS created on a tenant so that they can be used by any party aiming to establish and verify the domain-DID linkage by exposing cryptographic proofs. Thus, this endpoint is unprotected, public facing and can be deterministically found at the root of the tenant subdomain or alias by any party. Refer to [Well Known DID Configuration](https://identity.foundation/.well-known/resources/did-configuration) on the Decentralized Identity Foundation website for more information.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    ".well-known",
                    "did-configuration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "4b6dd819-73cc-48c0-9615-08a4d457eabe",
                  "name": "List of DID Configuration entries",
                  "originalRequest": {
                    "url": {
                      "path": [
                        ".well-known",
                        "did-configuration"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"entries\": [\n\t\t{\n\t\t\t\"@context\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"type\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"givenName\": \"<string>\",\n\t\t\t\t\"familyName\": \"<string>\",\n\t\t\t\t\"alumniOf\": \"<string>\"\n\t\t\t},\n\t\t\t\"proof\": {\n\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\t\"jws\": \"<string>\",\n\t\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\t\"verificationMethod\": \"<string>\"\n\t\t\t},\n\t\t\t\"issuer\": {\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\t\"iconUrl\": \"<string>\"\n\t\t\t},\n\t\t\t\"credentialBranding\": {\n\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t\t},\n\t\t\t\"credentialStatus\": {\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t\t},\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"description\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"@context\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"type\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"givenName\": \"<string>\",\n\t\t\t\t\"familyName\": \"<string>\",\n\t\t\t\t\"alumniOf\": \"<string>\"\n\t\t\t},\n\t\t\t\"proof\": {\n\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\t\"jws\": \"<string>\",\n\t\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\t\"verificationMethod\": \"<string>\"\n\t\t\t},\n\t\t\t\"issuer\": {\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\t\"iconUrl\": \"<string>\"\n\t\t\t},\n\t\t\t\"credentialBranding\": {\n\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t\t},\n\t\t\t\"credentialStatus\": {\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t\t},\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"description\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4b316dcf-5081-4df9-9cb1-3654d5695364",
              "name": "Create a DID",
              "request": {
                "name": "Create a DID",
                "description": {
                  "content": "Takes a supported [DID method](https://learn.mattr.global/docs/concepts/dids#methods) and returns a new DID with its generated keys and required information. This endpoint also registers the DID Document when applicable.\n\nMATTR VII currently supports creating DIDs of the following methods:\n- **did:key**: The most basic type of DID. The public key forms the DID and has no further data associated with it.\n- **did:web**: This type of DID requires hosting the DID document on a publicly accessible domain in order to make the document and its contents available.\n\n### **Analytic events**\n* DID_CREATE_START\n* DID_CREATE_SUCCESS\n* DID_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "dids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"method\": \"web\",\n\t\"options\": {\n\t\t\"keyType\": \"<string>\",\n\t\t\"url\": \"<string>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "05c2bf6e-43c1-4151-be56-49ac7c913e2d",
                  "name": "DID document created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "dids"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"method\": \"web\",\n\t\"options\": {\n\t\t\"keyType\": \"<string>\",\n\t\t\"url\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"registrationStatus\": \"<string>\",\n\t\"did\": \"<string>\",\n\t\"metadata\": {\n\t\t\"keys\": [\n\t\t\t{\n\t\t\t\t\"kmsKeyId\": \"<string>\",\n\t\t\t\t\"didDocumentKeyId\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"kmsKeyId\": \"<string>\",\n\t\t\t\t\"didDocumentKeyId\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"registered\": \"<number>\",\n\t\t\"initialDidDocument\": {}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d2a04a1e-3ca0-416d-929c-f23e264cc87f",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "dids"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"method\": \"web\",\n\t\"options\": {\n\t\t\"keyType\": \"<string>\",\n\t\t\"url\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b00e4490-11fa-4dac-b2d1-c0039d77d1fb",
              "name": "Retrieve a list of DIDs",
              "request": {
                "name": "Retrieve a list of DIDs",
                "description": {
                  "content": "Returns a list of all DIDs (Decentralized Identifiers) managed by the tenant and their associated meta-data.\n\n### **Analytic events**\n* DID_RETRIEVE_LIST_START\n* DID_RETRIEVE_LIST_SUCCESS\n* DID_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "dids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "390f39f5-fc77-455b-b984-93e02f95890a",
                  "name": "A list of DIDs",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "dids"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"did\": \"<string>\",\n\t\t\t\"localMetadata\": {\n\t\t\t\t\"keys\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"kmsKeyId\": \"<string>\",\n\t\t\t\t\t\t\"didDocumentKeyId\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"kmsKeyId\": \"<string>\",\n\t\t\t\t\t\t\"didDocumentKeyId\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"registered\": \"<number>\",\n\t\t\t\t\"initialDidDocument\": {}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"did\": \"<string>\",\n\t\t\t\"localMetadata\": {\n\t\t\t\t\"keys\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"kmsKeyId\": \"<string>\",\n\t\t\t\t\t\t\"didDocumentKeyId\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"kmsKeyId\": \"<string>\",\n\t\t\t\t\t\t\"didDocumentKeyId\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"registered\": \"<number>\",\n\t\t\t\t\"initialDidDocument\": {}\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9490e23c-d6d0-4f51-97dd-3170741cec57",
              "name": "Resolve a DID",
              "request": {
                "name": "Resolve a DID",
                "description": {
                  "content": "Retrieves a DID and its metadata from the tenant by its URI. This may involve a network call depending on the method involved:\n- For did:key the public key is encapsulated in the DID URI itself.\n- For did:web it must be resolved by accessing the `/.well-known/did.json` path on its domain.\n\n### **Analytic events**\n* DID_RETRIEVE_START\n* DID_RETRIEVE_SUCCESS\n* DID_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "dids",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) DID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "fccd4fba-2bd4-417b-85ea-dfaf7ad44aa5",
                  "name": "A DID Document and its meta-data",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "dids",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"did\": {},\n\t\"registrationStatus\": \"<string>\",\n\t\"localMetadata\": {\n\t\t\"keys\": [\n\t\t\t{\n\t\t\t\t\"kmsKeyId\": \"<string>\",\n\t\t\t\t\"didDocumentKeyId\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"kmsKeyId\": \"<string>\",\n\t\t\t\t\"didDocumentKeyId\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"registered\": \"<number>\",\n\t\t\"initialDidDocument\": {}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "15ab5d8b-3e76-4b52-bb89-6a0e45f7edde",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "dids",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "512b1471-9386-4b36-a716-c4c9c8a9a85e",
              "name": "Delete a DID",
              "request": {
                "name": "Delete a DID",
                "description": {
                  "content": "Deletes a DID and all associated metadata by providing its URI. This includes all the removal of all associated private keys from the Key Management System (KMS).\n\n<Callout>\nFor `did:web` you will need to manually remove the `did.json` from your hosted domain.\n</Callout>\n\n### **Analytic events**\n* DID_DELETE_START\n* DID_DELETE_SUCCESS\n* DID_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "dids",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) DID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "2813878c-14c7-44fa-910d-d8db3d47b9e0",
                  "name": "DID successfully deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "dids",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "4450f224-0a6e-47a2-8057-e05ae6653fc7",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "dids",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e7666f9a-cfdd-4725-8df0-e96c31d672f1",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "dids",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "IACA",
          "description": "Specifies paths and operations for managing IACAs.",
          "item": [
            {
              "id": "01e79c04-8f2e-44fd-820a-04bbac755767",
              "name": "Create an IACA",
              "request": {
                "name": "Create an IACA",
                "description": {
                  "content": "Creates a new IACA that can be used to sign certificates for Document and Status List signers.\n- IACAs are always created as inactive. You must manually [update](#operation/update-mobile-credential-iaca) the IACA to [`active: true`](#operation/update-mobile-credential-iaca!path=active&t=request) before it can be used to sign mDocs.\n- A maximum of three IACAs can be created per tenant.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_IACA_CREATE_START\n* MOBILE_CREDENTIAL_IACA_CREATE_SUCCESS\n* MOBILE_CREDENTIAL_IACA_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "iacas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"commonName\": \"{tenantDomain} IACA\",\n\t\"country\": \"<string>\",\n\t\"notBefore\": \"<string>\",\n\t\"notAfter\": \"<string>\",\n\t\"stateOrProvinceName\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "c3b820ed-014d-4277-9607-ac044e65a358",
                  "name": "IACA created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "iacas"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"commonName\": \"{tenantDomain} IACA\",\n\t\"country\": \"<string>\",\n\t\"notBefore\": \"<string>\",\n\t\"notAfter\": \"<string>\",\n\t\"stateOrProvinceName\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"notAfter\": \"<date>\",\n\t\t\"notBefore\": \"<date>\",\n\t\t\"country\": \"<string>\",\n\t\t\"commonName\": \"{tenantDomain} IACA\",\n\t\t\"stateOrProvinceName\": \"<string>\"\n\t},\n\t\"certificateFingerprint\": \"<string>\",\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "aaeca320-7321-4094-af77-d7e06d05e823",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "iacas"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"commonName\": \"{tenantDomain} IACA\",\n\t\"country\": \"<string>\",\n\t\"notBefore\": \"<string>\",\n\t\"notAfter\": \"<string>\",\n\t\"stateOrProvinceName\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0b969c14-0643-4d67-a667-4a25618fb336",
                  "name": "Maximum number of IACA certificates reached. Please delete an existing certificate before creating a new one.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "iacas"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"commonName\": \"{tenantDomain} IACA\",\n\t\"country\": \"<string>\",\n\t\"notBefore\": \"<string>\",\n\t\"notAfter\": \"<string>\",\n\t\"stateOrProvinceName\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Conflict",
                  "code": 409,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "051d046c-00c1-4d81-9c0c-33465c39ac06",
              "name": "Retrieve all IACAs",
              "request": {
                "name": "Retrieve all IACAs",
                "description": {
                  "content": "Retrieves all existing IACAs from the tenant.\n### **Analytic events**\n* MOBILE_CREDENTIAL_IACA_RETRIEVE_LIST_START\n* MOBILE_CREDENTIAL_IACA_RETRIEVE_LIST_SUCCESS\n* MOBILE_CREDENTIAL_IACA_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "iacas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "d8e425b3-d54f-4496-94cd-fc6b05a2d904",
                  "name": "IACAs Retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "iacas"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"notAfter\": \"<date>\",\n\t\t\t\t\"notBefore\": \"<date>\",\n\t\t\t\t\"country\": \"<string>\",\n\t\t\t\t\"commonName\": \"{tenantDomain} IACA\",\n\t\t\t\t\"stateOrProvinceName\": \"<string>\"\n\t\t\t},\n\t\t\t\"certificateFingerprint\": \"<string>\",\n\t\t\t\"isManaged\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"notAfter\": \"<date>\",\n\t\t\t\t\"notBefore\": \"<date>\",\n\t\t\t\t\"country\": \"<string>\",\n\t\t\t\t\"commonName\": \"{tenantDomain} IACA\",\n\t\t\t\t\"stateOrProvinceName\": \"<string>\"\n\t\t\t},\n\t\t\t\"certificateFingerprint\": \"<string>\",\n\t\t\t\"isManaged\": \"<boolean>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7d288da6-1aaf-459d-a555-9b8cbe7ac3f9",
              "name": "Retrieve an IACA",
              "request": {
                "name": "Retrieve an IACA",
                "description": {
                  "content": "Retrieves an existing IACA by providing its ID.\n### **Analytic events**\n* MOBILE_CREDENTIAL_IACA_RETRIEVE_START\n* MOBILE_CREDENTIAL_IACA_RETRIEVE_SUCCESS\n* MOBILE_CREDENTIAL_IACA_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "iacas",
                    ":iacaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "iacaId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) IACA ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "0619fd3e-e82d-425a-9a08-21abbc3236b2",
                  "name": "IACA retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "iacas",
                        ":iacaId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"notAfter\": \"<date>\",\n\t\t\"notBefore\": \"<date>\",\n\t\t\"country\": \"<string>\",\n\t\t\"commonName\": \"{tenantDomain} IACA\",\n\t\t\"stateOrProvinceName\": \"<string>\"\n\t},\n\t\"certificateFingerprint\": \"<string>\",\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "032c45d4-144d-4082-87fb-323b12084136",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "iacas",
                        ":iacaId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "46f0f294-029c-4efa-b27f-dae11d79dacd",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "iacas",
                        ":iacaId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "76e35602-dfb5-4c7c-8657-6e752c54a204",
              "name": "Update an IACA",
              "request": {
                "name": "Update an IACA",
                "description": {
                  "content": "Update the status of an IACA. Only active IACAs can be used for signing mDocs.\n\nCreating an IACA with `active` set to `false` enables distributing the IACA's PEM to relying parties in advance, before it is being used to sign any mDocs.\n### **Analytic events**\n* MOBILE_CREDENTIAL_IACA_UPDATE_START\n* MOBILE_CREDENTIAL_IACA_UPDATE_SUCCESS\n* MOBILE_CREDENTIAL_IACA_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "iacas",
                    ":iacaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "iacaId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) IACA ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"active\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "78fb3f54-f2c2-41ff-9263-cec88f184274",
                  "name": "IACA updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "iacas",
                        ":iacaId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"notAfter\": \"<date>\",\n\t\t\"notBefore\": \"<date>\",\n\t\t\"country\": \"<string>\",\n\t\t\"commonName\": \"{tenantDomain} IACA\",\n\t\t\"stateOrProvinceName\": \"<string>\"\n\t},\n\t\"certificateFingerprint\": \"<string>\",\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ab5397f7-8d87-46f1-a4d4-30a756637008",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "iacas",
                        ":iacaId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "61f6d461-bfef-4242-9eec-386133a4f577",
              "name": "Delete an IACA",
              "request": {
                "name": "Delete an IACA",
                "description": {
                  "content": "Deletes an existing IACA by providing its ID.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_IACA_DELETE_START\n* MOBILE_CREDENTIAL_IACA_DELETE_LIST_SUCCESS\n* MOBILE_CREDENTIAL_IACA_DELETE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "iacas",
                    ":iacaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "iacaId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) IACA ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "3007b7c3-cc7a-44e5-bc8f-cf9f014a322e",
                  "name": "IACA deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "iacas",
                        ":iacaId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "acb4b661-3290-405e-8b58-dc39bb7a1325",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "iacas",
                        ":iacaId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7b6c0ae1-5349-4e05-b8dc-a71e7bbc2ff3",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "iacas",
                        ":iacaId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2407110a-7579-48fa-ab52-633105a196cd",
              "name": "Retrieve IACA CRL",
              "request": {
                "name": "Retrieve IACA CRL",
                "description": {
                  "content": "Retrieves the Certificate Revocation List (CRL) for the specified IACA in DER binary format.\n\nThis endpoint is public and does not require authentication. CRLs must be publicly accessible so relying parties can validate certificates.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_IACA_CRL_RETRIEVE_START\n* MOBILE_CREDENTIAL_IACA_CRL_RETRIEVE_SUCCESS\n* MOBILE_CREDENTIAL_IACA_CRL_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "iacas",
                    ":iacaId",
                    "crl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "iacaId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) IACA identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/pkix-crl"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "cf6f8bc7-f6d5-4f9d-aaec-4212c3117f32",
                  "name": "IACA CRL retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "iacas",
                        ":iacaId",
                        "crl"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/pkix-crl"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/pkix-crl"
                    }
                  ],
                  "body": "<binary>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "83bb53a2-ab22-4bfd-bef6-462e8d1b129a",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "iacas",
                        ":iacaId",
                        "crl"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Digital Trust Service",
      "description": "",
      "item": [
        {
          "name": "Ecosystems",
          "description": "Specifies paths and operations for managing ecosystems.",
          "item": [
            {
              "id": "029f18c1-6949-4f87-8c03-ee863e2faefe",
              "name": "Retrieve all ecosystems",
              "request": {
                "name": "Retrieve all ecosystems",
                "description": {
                  "content": "Retrieves a list of ecosystems.\n### **Analytic events**\n* ECOSYSTEM_RETRIEVE_LIST_START\n* ECOSYSTEM_RETRIEVE_LIST_SUCCESS\n* ECOSYSTEM_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "642eabe9-831e-4978-8879-9cd1fe0711e3",
                  "name": "Ecosystems retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"integrations\": [\n\t\t\t\t{\n\t\t\t\t\t\"format\": \"MATTR\",\n\t\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\t\"enabled\": \"<boolean>\",\n\t\t\t\t\t\"integrationResult\": {\n\t\t\t\t\t\t\"success\": \"<boolean>\",\n\t\t\t\t\t\t\"lastSyncedAt\": \"<dateTime>\",\n\t\t\t\t\t\t\"lastModifiedAt\": \"<dateTime>\",\n\t\t\t\t\t\t\"failReasons\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"format\": \"MATTR\",\n\t\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\t\"enabled\": \"<boolean>\",\n\t\t\t\t\t\"integrationResult\": {\n\t\t\t\t\t\t\"success\": \"<boolean>\",\n\t\t\t\t\t\t\"lastSyncedAt\": \"<dateTime>\",\n\t\t\t\t\t\t\"lastModifiedAt\": \"<dateTime>\",\n\t\t\t\t\t\t\"failReasons\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"integrations\": [\n\t\t\t\t{\n\t\t\t\t\t\"format\": \"MATTR\",\n\t\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\t\"enabled\": \"<boolean>\",\n\t\t\t\t\t\"integrationResult\": {\n\t\t\t\t\t\t\"success\": \"<boolean>\",\n\t\t\t\t\t\t\"lastSyncedAt\": \"<dateTime>\",\n\t\t\t\t\t\t\"lastModifiedAt\": \"<dateTime>\",\n\t\t\t\t\t\t\"failReasons\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"format\": \"MATTR\",\n\t\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\t\"enabled\": \"<boolean>\",\n\t\t\t\t\t\"integrationResult\": {\n\t\t\t\t\t\t\"success\": \"<boolean>\",\n\t\t\t\t\t\t\"lastSyncedAt\": \"<dateTime>\",\n\t\t\t\t\t\t\"lastModifiedAt\": \"<dateTime>\",\n\t\t\t\t\t\t\"failReasons\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "196f88a6-8816-409e-8222-e711e85be596",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1e8dae1e-4146-4f71-802f-6292c751966b",
              "name": "Create ecosystem",
              "request": {
                "name": "Create ecosystem",
                "description": {
                  "content": "Creates an ecosystem.\n### **Analytic events**\n* ECOSYSTEM_CREATE_START\n* ECOSYSTEM_CREATE_SUCCESS\n* ECOSYSTEM_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"integrations\": [\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t}\n\t]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "cc5275d0-a865-4f3b-917f-3cedd819b454",
                  "name": "Ecosystem created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"integrations\": [\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t}\n\t]\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"integrations\": [\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\",\n\t\t\t\"integrationResult\": {\n\t\t\t\t\"success\": \"<boolean>\",\n\t\t\t\t\"lastSyncedAt\": \"<dateTime>\",\n\t\t\t\t\"lastModifiedAt\": \"<dateTime>\",\n\t\t\t\t\"failReasons\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\",\n\t\t\t\"integrationResult\": {\n\t\t\t\t\"success\": \"<boolean>\",\n\t\t\t\t\"lastSyncedAt\": \"<dateTime>\",\n\t\t\t\t\"lastModifiedAt\": \"<dateTime>\",\n\t\t\t\t\"failReasons\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3467a544-2bba-4d23-ae65-76bd290aa5bb",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"integrations\": [\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t}\n\t]\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3842b136-e291-4bc4-92f3-392e14b23462",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"integrations\": [\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t}\n\t]\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f216679c-0c73-4663-8632-cd6d51e1db34",
              "name": "Sync ecosystem",
              "request": {
                "name": "Sync ecosystem",
                "description": {
                  "content": "Synchronizes all configured consumptions and integrations by retrieving the most recent trust information.\n**Analytic events**\n* ECOSYSTEM_TENANT_SYNC_ALL_START\n* ECOSYSTEM_TENANT_SYNC_ALL_SUCCESS\n* ECOSYSTEM_TENANT_SYNC_ALL_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "sync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "19298eb6-e0f4-4844-953c-969c7ad041e7",
                  "name": "Ecosystem sync request accepted.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "sync"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Accepted",
                  "code": 202,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"tenantConfiguration\": {\n\t\t\"ecosystems\": [\n\t\t\t{\n\t\t\t\t\"url\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"url\": \"<string>\"\n\t\t\t}\n\t\t]\n\t},\n\t\"integrations\": [\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "781efd10-41a0-40c5-9b76-038bfe9722e4",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "sync"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2bde775a-c283-4054-968e-66697a4a77ee",
              "name": "Retrieve ecosystem",
              "request": {
                "name": "Retrieve ecosystem",
                "description": {
                  "content": "Retrieves an ecosystem by its ID.\n### **Analytic events**\n* ECOSYSTEM_RETRIEVE_START\n* ECOSYSTEM_RETRIEVE_SUCCESS\n* ECOSYSTEM_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "e2ee9afb-6d62-4249-aaf7-2e80b4397ea4",
                  "name": "Ecosystem retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"integrations\": [\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\",\n\t\t\t\"integrationResult\": {\n\t\t\t\t\"success\": \"<boolean>\",\n\t\t\t\t\"lastSyncedAt\": \"<dateTime>\",\n\t\t\t\t\"lastModifiedAt\": \"<dateTime>\",\n\t\t\t\t\"failReasons\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\",\n\t\t\t\"integrationResult\": {\n\t\t\t\t\"success\": \"<boolean>\",\n\t\t\t\t\"lastSyncedAt\": \"<dateTime>\",\n\t\t\t\t\"lastModifiedAt\": \"<dateTime>\",\n\t\t\t\t\"failReasons\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2cd3e90a-ecf1-4f45-83f3-2dcabc40b4b2",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "339c53c1-f4db-4f57-bca3-74b51279a996",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "e06c5aad-d1db-4da4-beb4-bced1e708e57",
              "name": "Update ecosystem",
              "request": {
                "name": "Update ecosystem",
                "description": {
                  "content": "Updates an ecosystem by its ID.\n### **Analytic events**\n* ECOSYSTEM_UPDATE_START\n* ECOSYSTEM_UPDATE_SUCCESS\n* ECOSYSTEM_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"integrations\": [\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t}\n\t]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "41adcc08-45d4-46c6-a901-2c5b3306fbb6",
                  "name": "Ecosystem updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"integrations\": [\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t}\n\t]\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"integrations\": [\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\",\n\t\t\t\"integrationResult\": {\n\t\t\t\t\"success\": \"<boolean>\",\n\t\t\t\t\"lastSyncedAt\": \"<dateTime>\",\n\t\t\t\t\"lastModifiedAt\": \"<dateTime>\",\n\t\t\t\t\"failReasons\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\",\n\t\t\t\"integrationResult\": {\n\t\t\t\t\"success\": \"<boolean>\",\n\t\t\t\t\"lastSyncedAt\": \"<dateTime>\",\n\t\t\t\t\"lastModifiedAt\": \"<dateTime>\",\n\t\t\t\t\"failReasons\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ec466ae2-3ce3-4c43-8b28-a8eec80a5749",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"integrations\": [\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t}\n\t]\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "282bc252-0386-4cd4-959d-6fe0552ee079",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"integrations\": [\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t}\n\t]\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5a2517ea-222d-449f-b6d3-c2e85211968d",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"integrations\": [\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"format\": \"MATTR\",\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t}\n\t]\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "381ac2af-5634-4156-8de9-5c16267a2f1f",
              "name": "Delete ecosystem",
              "request": {
                "name": "Delete ecosystem",
                "description": {
                  "content": "Deletes an ecosystem by its ID.\n### **Analytic events**\n* ECOSYSTEM_DELETE_START\n* ECOSYSTEM_DELETE_SUCCESS\n* ECOSYSTEM_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "118fe997-31f6-4448-9d13-9669686266f1",
                  "name": "Ecosystem deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "b5419949-f7a6-49ea-9f5a-65e8c8c65061",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8a24e7db-cf46-49df-93d1-ecf27258dd9f",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2d1cc0da-a8c1-417b-aa72-f0d69704eb43",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Configuration",
          "description": "Operations for managing Ecosystem configurations for a tenant.",
          "item": [
            {
              "id": "2d823ded-50fc-4d37-b9ba-0fa85fef563f",
              "name": "Retrieve ecosystem configuration",
              "request": {
                "name": "Retrieve ecosystem configuration",
                "description": {
                  "content": "Retrieves the tenant's ecosystem configuration.\n### **Analytic events**\n* ECOSYSTEM_CONFIG_RETRIEVE_START\n* ECOSYSTEM_CONFIG_RETRIEVE_SUCCESS\n* ECOSYSTEM_CONFIG_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "config",
                    "ecosystems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "9231f301-1439-4eba-958c-e04fd6428b30",
                  "name": "Ecosystem configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"ecosystems\": [\n\t\t{\n\t\t\t\"url\": \"<string>\"\n\t\t}\n\t],\n\t\"isIssuanceRestricted\": \"<boolean>\",\n\t\"isVerificationRestricted\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e5d22c6f-c760-4d15-8fa5-6f380b5e76a2",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "322d6b8e-8f18-49f0-a8be-9bad65f8fa81",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "500ab021-bf7c-4477-b10a-6bc31c2b00e2",
              "name": "Create ecosystem configuration",
              "request": {
                "name": "Create ecosystem configuration",
                "description": {
                  "content": "Creates an ecosystem configuration for the tenant.\n### **Analytic events**\n* ECOSYSTEM_CONFIG_CREATE_START\n* ECOSYSTEM_CONFIG_CREATE_SUCCESS\n* ECOSYSTEM_CONFIG_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "config",
                    "ecosystems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"ecosystems\": [\n\t\t{\n\t\t\t\"url\": \"<string>\"\n\t\t}\n\t],\n\t\"isIssuanceRestricted\": \"<boolean>\",\n\t\"isVerificationRestricted\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "1c3d6fc6-ab5e-4985-b618-f0b071e7359d",
                  "name": "Ecosystem configuration created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"ecosystems\": [\n\t\t{\n\t\t\t\"url\": \"<string>\"\n\t\t}\n\t],\n\t\"isIssuanceRestricted\": \"<boolean>\",\n\t\"isVerificationRestricted\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"ecosystems\": [\n\t\t{\n\t\t\t\"url\": \"<string>\"\n\t\t}\n\t],\n\t\"isIssuanceRestricted\": \"<boolean>\",\n\t\"isVerificationRestricted\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f6cd59fa-ba65-4412-a803-bb6998ae333f",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"ecosystems\": [\n\t\t{\n\t\t\t\"url\": \"<string>\"\n\t\t}\n\t],\n\t\"isIssuanceRestricted\": \"<boolean>\",\n\t\"isVerificationRestricted\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1ddb6e36-1549-4f1a-a004-5a706cbf29be",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"ecosystems\": [\n\t\t{\n\t\t\t\"url\": \"<string>\"\n\t\t}\n\t],\n\t\"isIssuanceRestricted\": \"<boolean>\",\n\t\"isVerificationRestricted\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f3c83398-4870-4cd1-8a34-e2f6841484d6",
              "name": "Update ecosystem configuration",
              "request": {
                "name": "Update ecosystem configuration",
                "description": {
                  "content": "Updates the tenant's ecosystem configuration.\n### **Analytic events**\n* ECOSYSTEM_CONFIG_UPDATE_START\n* ECOSYSTEM_CONFIG_UPDATE_SUCCESS\n* ECOSYSTEM_CONFIG_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "config",
                    "ecosystems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"ecosystems\": [\n\t\t{\n\t\t\t\"url\": \"<string>\"\n\t\t}\n\t],\n\t\"isIssuanceRestricted\": \"<boolean>\",\n\t\"isVerificationRestricted\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "8cca7f10-0b1e-4eee-996a-5c56e6babc08",
                  "name": "Ecosystem configuration updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"ecosystems\": [\n\t\t{\n\t\t\t\"url\": \"<string>\"\n\t\t}\n\t],\n\t\"isIssuanceRestricted\": \"<boolean>\",\n\t\"isVerificationRestricted\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"ecosystems\": [\n\t\t{\n\t\t\t\"url\": \"<string>\"\n\t\t}\n\t],\n\t\"isIssuanceRestricted\": \"<boolean>\",\n\t\"isVerificationRestricted\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "37a242a0-c58b-4f7c-84e5-079fdf8e87a4",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"ecosystems\": [\n\t\t{\n\t\t\t\"url\": \"<string>\"\n\t\t}\n\t],\n\t\"isIssuanceRestricted\": \"<boolean>\",\n\t\"isVerificationRestricted\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "cb62ae98-065b-4f78-92a3-5e11592d0954",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"ecosystems\": [\n\t\t{\n\t\t\t\"url\": \"<string>\"\n\t\t}\n\t],\n\t\"isIssuanceRestricted\": \"<boolean>\",\n\t\"isVerificationRestricted\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2542353e-5ecb-46df-a096-3a444195e591",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"ecosystems\": [\n\t\t{\n\t\t\t\"url\": \"<string>\"\n\t\t}\n\t],\n\t\"isIssuanceRestricted\": \"<boolean>\",\n\t\"isVerificationRestricted\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "af3b4506-05ec-462c-aaff-c67ead5e2d9e",
              "name": "Delete ecosystem configuration",
              "request": {
                "name": "Delete ecosystem configuration",
                "description": {
                  "content": "Deletes the tenant's ecosystem configuration.\n### **Analytic events**\n* ECOSYSTEM_CONFIG_DELETE_START\n* ECOSYSTEM_CONFIG_DELETE_SUCCESS\n* ECOSYSTEM_CONFIG_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "config",
                    "ecosystems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "00d5949c-7d1d-474a-b65b-caa31158ffb9",
                  "name": "Ecosystem configuration deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "04bf3a6c-96b2-4975-af77-c08fc0c8b624",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "12a56269-86f9-4703-a3a9-8829e8747ab0",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "config",
                        "ecosystems"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Participants",
          "description": "Specifies paths and operations for managing ecosystem participants.",
          "item": [
            {
              "id": "d56c75a0-8203-42ce-b915-4e46b8f79cde",
              "name": "Retrieve participants",
              "request": {
                "name": "Retrieve participants",
                "description": {
                  "content": "Retrieves a list of participants from the requested ecosystem.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_RETRIEVE_LIST_START\n* ECOSYSTEM_PARTICIPANT_RETRIEVE_LIST_SUCCESS\n* ECOSYSTEM_PARTICIPANT_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "76c01f40-c041-4bf9-b051-494ea459d194",
                  "name": "Participants retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"identifiers\": {\n\t\t\t\t\"web-semantic\": \"<string>\",\n\t\t\t\t\"compact-semantic\": \"<string>\",\n\t\t\t\t\"compact\": \"<string>\",\n\t\t\t\t\"mobile\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\t\t\"status\": \"Delisted\",\n\t\t\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"isIssuer\": false,\n\t\t\t\"isVerifier\": false,\n\t\t\t\"isIssuerConstrained\": true,\n\t\t\t\"isVerifierConstrained\": true,\n\t\t\t\"status\": \"Inactive\",\n\t\t\t\"country\": \"<string>\",\n\t\t\t\"stateOrProvince\": \"<string>\",\n\t\t\t\"organizationAddress\": \"<string>\",\n\t\t\t\"organizationPhoneNumber\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"identifiers\": {\n\t\t\t\t\"web-semantic\": \"<string>\",\n\t\t\t\t\"compact-semantic\": \"<string>\",\n\t\t\t\t\"compact\": \"<string>\",\n\t\t\t\t\"mobile\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\t\t\"status\": \"Active\",\n\t\t\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"isIssuer\": false,\n\t\t\t\"isVerifier\": false,\n\t\t\t\"isIssuerConstrained\": true,\n\t\t\t\"isVerifierConstrained\": true,\n\t\t\t\"status\": \"Inactive\",\n\t\t\t\"country\": \"<string>\",\n\t\t\t\"stateOrProvince\": \"<string>\",\n\t\t\t\"organizationAddress\": \"<string>\",\n\t\t\t\"organizationPhoneNumber\": \"<string>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "aefe63d7-3abf-40c6-97d4-ce5e824b07a8",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "982eb6c0-4b37-4c1a-acce-b6a13aaed3d9",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "36c00862-87db-44bc-b378-23146411a995",
              "name": "Create participant",
              "request": {
                "name": "Create participant",
                "description": {
                  "content": "Creates a participant in the requested ecosystem.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_CREATE_START\n* ECOSYSTEM_PARTICIPANT_CREATE_SUCCESS\n* ECOSYSTEM_PARTICIPANT_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "993a0227-51c1-4822-8c36-d64765ff8510",
                  "name": "Participant created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Delisted\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0bc59807-063e-4a67-aa3b-7f3b760293cd",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b7ffff22-48b0-4eb3-b0d3-3e6929cec12c",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e1e559a8-f65c-45e9-aa2b-8ef71e58d380",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "97c9d21a-4f72-4bd3-9f4f-3ae090bdf3c2",
              "name": "Retrieve participant",
              "request": {
                "name": "Retrieve participant",
                "description": {
                  "content": "Retrieves a participant from the requested ecosystem by its ID.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_RETRIEVE_START\n* ECOSYSTEM_PARTICIPANT_RETRIEVE_SUCCESS\n* ECOSYSTEM_PARTICIPANT_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "924ea56a-bc22-4485-a718-8d0b10724cb3",
                  "name": "Participant retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Delisted\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ab841d8b-8d6c-45f6-af5c-164fa9912614",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "76862029-48d4-4dbc-a4e0-ea0e2936f8b2",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "8c83b4ea-24f4-40e7-8bea-c846c012c743",
              "name": "Update participant",
              "request": {
                "name": "Update participant",
                "description": {
                  "content": "Updates a participant in the requested ecosystem by its ID.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_UPDATE_START\n* ECOSYSTEM_PARTICIPANT_UPDATE_SUCCESS\n* ECOSYSTEM_PARTICIPANT_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "01df35e8-31f1-4fa1-a852-831e8e0c7974",
                  "name": "Participant updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Delisted\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2f4aa960-54d1-4d04-adf4-8c1bd12322f4",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "83bfe5e4-9df1-42e2-af81-f5ff69681acb",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8573270c-2b35-4469-96d3-3cfa22d3f0a8",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3ac62fa2-27f0-4d98-ba60-edd02dd48468",
              "name": "Delete participant",
              "request": {
                "name": "Delete participant",
                "description": {
                  "content": "Deletes a participant in the requested ecosystem by its ID.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_DELETE_START\n* ECOSYSTEM_PARTICIPANT_DELETE_SUCCESS\n* ECOSYSTEM_PARTICIPANT_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "0e56e868-10dd-4c2e-8181-38799f116632",
                  "name": "Participant deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "d9662f6e-346c-4437-b1fa-0dc67ea913d5",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "de03edf9-e65c-4dc9-a4ba-fa6ddb31910e",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Credential types",
          "description": "Specifies paths and operations for managing ecosystem credential types.",
          "item": [
            {
              "id": "7c8d260e-842b-4bd8-a61a-2c7fafed4d48",
              "name": "Create credential type",
              "request": {
                "name": "Create credential type",
                "description": {
                  "content": "Creates a new credential type in the requested ecosystem.\n### **Analytic events**\n* ECOSYSTEM_CREDENTIAL_CREATE_START\n* ECOSYSTEM_CREDENTIAL_CREATE_SUCCESS\n* ECOSYSTEM_CREDENTIAL_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "credentials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"profile\": \"web-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"id\": true,\n\t\"ecosystemId\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "cf189a88-135d-44a3-b32c-095d9ee1c9d9",
                  "name": "Credential type created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"web-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"id\": true,\n\t\"ecosystemId\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"profile\": \"compact\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6ba25fce-d265-45f6-953e-86266001412d",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"web-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"id\": true,\n\t\"ecosystemId\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f04c1274-c494-4de2-976d-63319ca4cea2",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"web-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"id\": true,\n\t\"ecosystemId\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "956cded4-47f0-4b10-8145-79d335e2da80",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"web-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"id\": true,\n\t\"ecosystemId\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a0e7c449-3497-4c02-8883-d430ef7fe61c",
              "name": "Retrieve credential types",
              "request": {
                "name": "Retrieve credential types",
                "description": {
                  "content": "Retrieves a list of credential types from the requested ecosystem.\n### **Analytic events**\n* ECOSYSTEM_CREDENTIAL_RETRIEVE_LIST_START\n* ECOSYSTEM_CREDENTIAL_RETRIEVE_LIST_SUCCESS\n* ECOSYSTEM_CREDENTIAL_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "credentials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "a7f53f6f-83da-4a6e-aa2c-af03f4d0d1a9",
                  "name": "Credential types retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"profile\": \"compact\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"name\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"profile\": \"compact-semantic\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"name\": \"<string>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e097d509-058f-47e4-84d3-eccfb5942289",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8ba52b0c-92e8-47d2-ace1-adc8d286988f",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "38457403-371b-4e4a-8b0b-183fa5c2a3ff",
              "name": "Retrieve credential type",
              "request": {
                "name": "Retrieve credential type",
                "description": {
                  "content": "Retrieves a credential type from the requested ecosystem by its ID.\n### **Analytic events**\n* ECOSYSTEM_CREDENTIAL_RETRIEVE_START\n* ECOSYSTEM_CREDENTIAL_RETRIEVE_SUCCESS\n* ECOSYSTEM_CREDENTIAL_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "credentials",
                    ":credentialId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "credentialId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the credential",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "62f72996-23bd-4a7d-b25e-2916ff977270",
                  "name": "Credential type retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"profile\": \"compact\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4f2e75f8-a423-4d8c-9de4-21a946b0782a",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "15ea1e96-e635-461a-a721-dff4a5391b8b",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "615ff0d5-820e-4368-83f2-481243899d62",
              "name": "Delete credential type",
              "request": {
                "name": "Delete credential type",
                "description": {
                  "content": "Deletes a credential type from the requested ecosystem by its ID.\n### **Analytic events**\n* ECOSYSTEM_CREDENTIAL_DELETE_START\n* ECOSYSTEM_CREDENTIAL_DELETE_SUCCESS\n* ECOSYSTEM_CREDENTIAL_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "credentials",
                    ":credentialId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "credentialId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the credential",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "29e4f6bd-bc0a-40b4-8bf3-95750d1eb9d1",
                  "name": "Credential type deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "e67b8947-83af-4165-a8ff-ea9ada28f275",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e76a8949-3f3b-4928-8cbb-ff01fb191af3",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Participants assignment",
          "description": "Operations related to assigning credential types to Participants within an Ecosystem.",
          "item": [
            {
              "id": "efd9a29c-de21-4ec4-a48b-4f36c5bd50af",
              "name": "Create issuer assignment",
              "request": {
                "name": "Create issuer assignment",
                "description": {
                  "content": "Assigns a credential type to the requested participant in the requested ecosystem.\n### **Analytic events**\n* ECOSYSTEM_ISSUER_POLICY_CREATE_START\n* ECOSYSTEM_ISSUER_POLICY_CREATE_SUCCESS\n* ECOSYSTEM_ISSUER_POLICY_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "issuer",
                    "credentials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"credentialId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "f5b501fa-f2c8-4cd1-8899-ec41efa15652",
                  "name": "Issuer policy created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "issuer",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credentialId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"profile\": \"compact\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "334f4bc5-fe7f-4722-82d8-38e0c5dd9b0f",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "issuer",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credentialId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5f125972-2168-4680-addd-5e7d1276e1af",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "issuer",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credentialId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4ee7a47f-5731-44e4-9221-6ab18642aa29",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "issuer",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credentialId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d51d5deb-f73f-4d30-897d-87a3b6792909",
              "name": "Delete issuer assignment",
              "request": {
                "name": "Delete issuer assignment",
                "description": {
                  "content": "Removes a credential type to the requested participant in the requested ecosystem.\n### **Analytic events**\n* ECOSYSTEM_ISSUER_POLICY_DELETE_START\n* ECOSYSTEM_ISSUER_POLICY_DELETE_SUCCESS\n* ECOSYSTEM_ISSUER_POLICY_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "issuer",
                    "credentials",
                    ":credentialId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "credentialId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the credential",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "9f08b7a8-5878-4c77-8c01-a59915022a2a",
                  "name": "Issuer policy deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "issuer",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "c47ef7de-257b-4360-a0b9-f1061876a5a6",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "issuer",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1ba8763a-e7da-4542-8aed-6467897ffd06",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "issuer",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1fa3f1a9-a4ed-450c-bd3e-66aaba4e7e3a",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "issuer",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "281213aa-8dda-404e-a7ee-b3ea4e908622",
              "name": "Create verifier assignment",
              "request": {
                "name": "Create verifier assignment",
                "description": {
                  "content": "Assigns a credential type to the requested participant in the requested ecosystem.\n### **Analytic events**\n* ECOSYSTEM_VERIFIER_POLICY_CREATE_START\n* ECOSYSTEM_VERIFIER_POLICY_CREATE_SUCCESS\n* ECOSYSTEM_VERIFIER_POLICY_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "verifier",
                    "credentials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"credentialId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "5dd6f091-108b-41f8-ac64-949bc51755e0",
                  "name": "Verifier policy created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "verifier",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credentialId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"profile\": \"compact\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "52161b7c-339f-4c0b-8cb5-5d15fbb3fc1d",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "verifier",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credentialId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2f859794-3ff3-4152-b28b-99d0b220b2dc",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "verifier",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credentialId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a54c61b8-f797-43a1-ae54-71936a407bcb",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "verifier",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credentialId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7b235123-c0ba-49df-992c-e20470821d8b",
              "name": "Delete verifier assignment",
              "request": {
                "name": "Delete verifier assignment",
                "description": {
                  "content": "Removes a credential type from the requested participant in the requested ecosystem..\n### **Analytic events**\n* ECOSYSTEM_VERIFIER_POLICY_DELETE_START\n* ECOSYSTEM_VERIFIER_POLICY_DELETE_SUCCESS\n* ECOSYSTEM_VERIFIER_POLICY_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "verifier",
                    "credentials",
                    ":credentialId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "credentialId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the credential",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "34d3c933-ee2b-471a-9158-9ab387cb2757",
                  "name": "Verifier policy deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "verifier",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "0a04c326-8cf6-465d-8dbc-a3401f735ce2",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "verifier",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "852e8a9f-2e66-4743-928d-ae66bcb20540",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "verifier",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a1d30718-e8af-4f8f-8633-0c81e5b1df43",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "verifier",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Participants contacts",
          "description": "Operations related to managing contacts for Participants within an Ecosystem.",
          "item": [
            {
              "id": "bd70a42a-c7ad-43f3-a437-c87297952903",
              "name": "Create a participant point of contact",
              "request": {
                "name": "Create a participant point of contact",
                "description": {
                  "content": "Create a new point of contact for the specified participant. A maximum of 10 contacts can exist per participant.\n  ### **Analytic events**\n  * ECOSYSTEM_PARTICIPANT_CONTACT_CREATE_START\n  * ECOSYSTEM_PARTICIPANT_CONTACT_CREATE_SUCCESS\n  * ECOSYSTEM_PARTICIPANT_CONTACT_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"fullName\": \"<string>\",\n\t\"active\": \"<boolean>\",\n\t\"emailAddress\": \"<email>\",\n\t\"primaryPhoneNumber\": \"<string>\",\n\t\"secondaryPhoneNumber\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "fc5dedfb-1474-47c5-a9eb-6a834849273b",
                  "name": "Participant point of contact created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"fullName\": \"<string>\",\n\t\"active\": \"<boolean>\",\n\t\"emailAddress\": \"<email>\",\n\t\"primaryPhoneNumber\": \"<string>\",\n\t\"secondaryPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"fullName\": \"<string>\",\n\t\"active\": \"<boolean>\",\n\t\"createdBy\": {\n\t\t\"clientId\": \"<string>\",\n\t\t\"managementUserId\": \"<string>\"\n\t},\n\t\"createdAt\": \"<dateTime>\",\n\t\"lastModifiedBy\": {\n\t\t\"clientId\": \"<string>\",\n\t\t\"managementUserId\": \"<string>\"\n\t},\n\t\"lastModifiedAt\": \"<dateTime>\",\n\t\"emailAddress\": \"<email>\",\n\t\"primaryPhoneNumber\": \"<string>\",\n\t\"secondaryPhoneNumber\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1e424a6f-9010-42c7-a4e3-6999a030bdb0",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"fullName\": \"<string>\",\n\t\"active\": \"<boolean>\",\n\t\"emailAddress\": \"<email>\",\n\t\"primaryPhoneNumber\": \"<string>\",\n\t\"secondaryPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f6b9737d-bafd-4414-afc1-a24ab8add7da",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"fullName\": \"<string>\",\n\t\"active\": \"<boolean>\",\n\t\"emailAddress\": \"<email>\",\n\t\"primaryPhoneNumber\": \"<string>\",\n\t\"secondaryPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "defb00ff-2211-4f04-8dce-3097a5f94780",
              "name": "Retrieve all participant points of contact",
              "request": {
                "name": "Retrieve all participant points of contact",
                "description": {
                  "content": "Retrieve all points of contact for given participant.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_CONTACT_RETRIEVE_LIST_START\n* ECOSYSTEM_PARTICIPANT_CONTACT_RETRIEVE_LIST_SUCCESS\n* ECOSYSTEM_PARTICIPANT_CONTACT_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "93f15573-0a64-4efa-9e93-d29edccc3741",
                  "name": "Participant points of contact retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"fullName\": \"<string>\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"createdBy\": {\n\t\t\t\t\"clientId\": \"<string>\",\n\t\t\t\t\"managementUserId\": \"<string>\"\n\t\t\t},\n\t\t\t\"createdAt\": \"<dateTime>\",\n\t\t\t\"lastModifiedBy\": {\n\t\t\t\t\"clientId\": \"<string>\",\n\t\t\t\t\"managementUserId\": \"<string>\"\n\t\t\t},\n\t\t\t\"lastModifiedAt\": \"<dateTime>\",\n\t\t\t\"emailAddress\": \"<email>\",\n\t\t\t\"primaryPhoneNumber\": \"<string>\",\n\t\t\t\"secondaryPhoneNumber\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"fullName\": \"<string>\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"createdBy\": {\n\t\t\t\t\"clientId\": \"<string>\",\n\t\t\t\t\"managementUserId\": \"<string>\"\n\t\t\t},\n\t\t\t\"createdAt\": \"<dateTime>\",\n\t\t\t\"lastModifiedBy\": {\n\t\t\t\t\"clientId\": \"<string>\",\n\t\t\t\t\"managementUserId\": \"<string>\"\n\t\t\t},\n\t\t\t\"lastModifiedAt\": \"<dateTime>\",\n\t\t\t\"emailAddress\": \"<email>\",\n\t\t\t\"primaryPhoneNumber\": \"<string>\",\n\t\t\t\"secondaryPhoneNumber\": \"<string>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a17d7d16-f0fb-449a-b8b7-09b494f87f51",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f0c1a039-0302-4c45-995c-77d73b890fd6",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a773bf45-c50e-4740-b8a2-168ed7e3e45f",
              "name": "Retrieve a participant point of contact",
              "request": {
                "name": "Retrieve a participant point of contact",
                "description": {
                  "content": "Retrieve a specific point of contact for a given participant.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_CONTACT_RETRIEVE_START\n* ECOSYSTEM_PARTICIPANT_CONTACT_RETRIEVE_SUCCESS\n* ECOSYSTEM_PARTICIPANT_CONTACT_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "contacts",
                    ":contactId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "contactId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of the points of contact for a given participant.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "b2074250-8f89-4275-a6ad-74159312a3c6",
                  "name": "Participant point of contact retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts",
                        ":contactId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"fullName\": \"<string>\",\n\t\"active\": \"<boolean>\",\n\t\"createdBy\": {\n\t\t\"clientId\": \"<string>\",\n\t\t\"managementUserId\": \"<string>\"\n\t},\n\t\"createdAt\": \"<dateTime>\",\n\t\"lastModifiedBy\": {\n\t\t\"clientId\": \"<string>\",\n\t\t\"managementUserId\": \"<string>\"\n\t},\n\t\"lastModifiedAt\": \"<dateTime>\",\n\t\"emailAddress\": \"<email>\",\n\t\"primaryPhoneNumber\": \"<string>\",\n\t\"secondaryPhoneNumber\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a08e1fe5-f833-4105-b719-b2b0cc5d5332",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts",
                        ":contactId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "18129ce0-15f4-4057-9a75-0c78f2be3c00",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts",
                        ":contactId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "430ef649-562e-4854-b4a5-518bcdf33ac4",
              "name": "Delete a participant point of contact",
              "request": {
                "name": "Delete a participant point of contact",
                "description": {
                  "content": "Delete a specific point of contact for a given participant.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_CONTACT_DELETE_START\n* ECOSYSTEM_PARTICIPANT_CONTACT_DELETE_SUCCESS\n* ECOSYSTEM_PARTICIPANT_CONTACT_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "contacts",
                    ":contactId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "contactId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of the points of contact for a given participant.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "31bc8d33-3a35-4723-b8c1-d306dedabd1e",
                  "name": "Participant point of contact deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts",
                        ":contactId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "6d68b490-5420-4311-8047-aa9dc090f531",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts",
                        ":contactId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a90cbfbe-4953-4f42-b154-77fa4fb8886a",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts",
                        ":contactId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "591eaa22-7401-46ba-b33e-813c8f79effd",
              "name": "Update a participant point of contact",
              "request": {
                "name": "Update a participant point of contact",
                "description": {
                  "content": "Update a specific point of contact for a given participant.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_CONTACT_UPDATE_START\n* ECOSYSTEM_PARTICIPANT_CONTACT_UPDATE_SUCCESS\n* ECOSYSTEM_PARTICIPANT_CONTACT_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "contacts",
                    ":contactId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "contactId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of the points of contact for a given participant.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"fullName\": \"<string>\",\n\t\"active\": \"<boolean>\",\n\t\"emailAddress\": \"<email>\",\n\t\"primaryPhoneNumber\": \"<string>\",\n\t\"secondaryPhoneNumber\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "8b498aa8-f9ea-4498-9a16-c5819b47f46e",
                  "name": "Participant point of contact updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts",
                        ":contactId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"fullName\": \"<string>\",\n\t\"active\": \"<boolean>\",\n\t\"emailAddress\": \"<email>\",\n\t\"primaryPhoneNumber\": \"<string>\",\n\t\"secondaryPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"fullName\": \"<string>\",\n\t\"active\": \"<boolean>\",\n\t\"createdBy\": {\n\t\t\"clientId\": \"<string>\",\n\t\t\"managementUserId\": \"<string>\"\n\t},\n\t\"createdAt\": \"<dateTime>\",\n\t\"lastModifiedBy\": {\n\t\t\"clientId\": \"<string>\",\n\t\t\"managementUserId\": \"<string>\"\n\t},\n\t\"lastModifiedAt\": \"<dateTime>\",\n\t\"emailAddress\": \"<email>\",\n\t\"primaryPhoneNumber\": \"<string>\",\n\t\"secondaryPhoneNumber\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6d8daed9-9661-4502-8ed5-a8977f344036",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts",
                        ":contactId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"fullName\": \"<string>\",\n\t\"active\": \"<boolean>\",\n\t\"emailAddress\": \"<email>\",\n\t\"primaryPhoneNumber\": \"<string>\",\n\t\"secondaryPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f5a2c497-c516-45dc-860b-5627b633ae70",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "contacts",
                        ":contactId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"fullName\": \"<string>\",\n\t\"active\": \"<boolean>\",\n\t\"emailAddress\": \"<email>\",\n\t\"primaryPhoneNumber\": \"<string>\",\n\t\"secondaryPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Participants evidence",
          "description": "Operations related to managing evidence for Participants within an Ecosystem.",
          "item": [
            {
              "id": "4ac91f40-99a5-4926-9efd-f74615851d56",
              "name": "Upload PDF evidence",
              "request": {
                "name": "Upload PDF evidence",
                "description": {
                  "content": "Upload a PDF file as evidence for the given participant. Maximum file size is 10MB.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_CREATE_START\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_CREATE_SUCCESS\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "evidence"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "fileDescription",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                },
                "auth": null
              },
              "response": [
                {
                  "id": "96060158-58e6-407f-8264-e1ea8c644944",
                  "name": "Evidence PDF uploaded",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "fileDescription",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "file",
                          "type": "file"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"filename\": \"<string>\",\n\t\"fileDescription\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"uploadedBy\": {\n\t\t\"clientId\": \"<string>\",\n\t\t\"managementUserId\": \"<string>\"\n\t},\n\t\"uploadedAt\": \"<dateTime>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c168190b-60df-46e9-b254-fd4f8f032e93",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "fileDescription",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "file",
                          "type": "file"
                        }
                      ]
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "861bb487-1f49-400b-8cd8-ad75735fed4d",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "fileDescription",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "file",
                          "type": "file"
                        }
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a00139ed-3ff0-4cb0-8692-45975f0056e0",
              "name": "Retrieve all PDF evidence metadata",
              "request": {
                "name": "Retrieve all PDF evidence metadata",
                "description": {
                  "content": "Retrieve metadata for all PDF evidence uploaded for given participant.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_RETRIEVE_LIST_START\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_RETRIEVE_LIST_SUCCESS\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "evidence"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "228fee3a-9dfb-4c40-a112-a3c43bdde092",
                  "name": "PDF evidence metadata retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"filename\": \"<string>\",\n\t\t\t\"fileDescription\": \"<string>\",\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"uploadedBy\": {\n\t\t\t\t\"clientId\": \"<string>\",\n\t\t\t\t\"managementUserId\": \"<string>\"\n\t\t\t},\n\t\t\t\"uploadedAt\": \"<dateTime>\"\n\t\t},\n\t\t{\n\t\t\t\"filename\": \"<string>\",\n\t\t\t\"fileDescription\": \"<string>\",\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"uploadedBy\": {\n\t\t\t\t\"clientId\": \"<string>\",\n\t\t\t\t\"managementUserId\": \"<string>\"\n\t\t\t},\n\t\t\t\"uploadedAt\": \"<dateTime>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "885ee37a-4619-4af6-935d-0bff42dd72e0",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "44422633-af72-4329-b0a2-a7db5aa601cd",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3839bd5a-a6a2-46d8-8567-289fd39517e1",
              "name": "Retrieve a PDF evidence metadata",
              "request": {
                "name": "Retrieve a PDF evidence metadata",
                "description": {
                  "content": "Retrieve metadata for a given uploaded PDF evidence.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_RETRIEVE_START\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_RETRIEVE_SUCCESS\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "evidence",
                    ":evidenceId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "evidenceId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant evidence",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "302c58e1-2d19-4a06-a48a-46fc1a08188c",
                  "name": "Evidence retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence",
                        ":evidenceId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"filename\": \"<string>\",\n\t\"fileDescription\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"uploadedBy\": {\n\t\t\"clientId\": \"<string>\",\n\t\t\"managementUserId\": \"<string>\"\n\t},\n\t\"uploadedAt\": \"<dateTime>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "afbd20ef-a5e3-49a7-8dad-727fe4190834",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence",
                        ":evidenceId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3aec6132-f0d2-4918-9226-487532c83df5",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence",
                        ":evidenceId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1deef2e6-3c97-49da-a780-449bb28ccdc1",
              "name": "Update PDF evidence metadata",
              "request": {
                "name": "Update PDF evidence metadata",
                "description": {
                  "content": "Update metadata for a given uploaded PDF evidence.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_UPDATE_START\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_UPDATE_SUCCESS\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "evidence",
                    ":evidenceId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "evidenceId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant evidence",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"fileDescription\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "29ecbb1f-17c5-452b-bf4c-bc6c3d9a477b",
                  "name": "Evidence PDF metadata updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence",
                        ":evidenceId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"fileDescription\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"filename\": \"<string>\",\n\t\"fileDescription\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"uploadedBy\": {\n\t\t\"clientId\": \"<string>\",\n\t\t\"managementUserId\": \"<string>\"\n\t},\n\t\"uploadedAt\": \"<dateTime>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "75790cc4-829c-4cfd-9aaf-0a61a8a3faab",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence",
                        ":evidenceId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"fileDescription\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "98b17a72-8b11-42e9-8e99-b0a6d3881b45",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence",
                        ":evidenceId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"fileDescription\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f9799583-4a98-418f-a2f2-58c25daacd99",
              "name": "Delete PDF evidence",
              "request": {
                "name": "Delete PDF evidence",
                "description": {
                  "content": "Delete metadata for a given uploaded PDF evidence and remove it from storage.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_DELETE_START\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_DELETE_SUCCESS\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "evidence",
                    ":evidenceId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "evidenceId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant evidence",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "a9246585-949d-44e0-b19d-67352c05eddf",
                  "name": "PDF Evidence deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence",
                        ":evidenceId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "6880ed4c-5eca-4909-beac-36f562aafd57",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence",
                        ":evidenceId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "73c55817-7097-4772-8e3a-f2a8c670e09d",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence",
                        ":evidenceId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c8f9b8b8-a03b-4cf9-ae19-43079302eb2c",
              "name": "Download PDF evidence",
              "request": {
                "name": "Download PDF evidence",
                "description": {
                  "content": "Retrieves a specific PDF evidence file.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_DOWNLOAD_START\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_DOWNLOAD_SUCCESS\n* ECOSYSTEM_PARTICIPANT_EVIDENCE_DOWNLOAD_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId",
                    "evidence",
                    ":evidenceId",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "evidenceId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant evidence",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/pdf"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "1604243c-0fe6-44c2-8665-ff250a410240",
                  "name": "PDF Evidence file retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence",
                        ":evidenceId",
                        "download"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/pdf"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/pdf"
                    }
                  ],
                  "body": "<binary>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "de0b6d9d-00d6-4218-bbfa-f15bcae0a1fa",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence",
                        ":evidenceId",
                        "download"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Participants validation",
          "description": "Operations related to validating Participants within an Ecosystem.",
          "item": [
            {
              "id": "ac7d1a7e-2792-46ac-b904-34fd4e65b278",
              "name": "Validate issuer",
              "request": {
                "name": "Validate issuer",
                "description": {
                  "content": "Validates that an issuer is allowed to issue a specific credential format according to the ecosystem policy.\n\n### **Analytics events**\n* ECOSYSTEM_VALIDATE_PARTICIPANT_START\n* ECOSYSTEM_VALIDATE_PARTICIPANT_SUCCESS\n* ECOSYSTEM_VALIDATE_PARTICIPANT_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "issuer-validation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "1754308d-874f-4b51-b384-8b676fa1c064",
                  "name": "Validation completed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "issuer-validation"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"validated\": \"<boolean>\",\n\t\"policyVersion\": \"<string>\",\n\t\"identifier\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "662b350d-c61b-4f22-a0b0-376e63c724d3",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "issuer-validation"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c4f5182a-99b4-453b-9122-6b141e102c99",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "issuer-validation"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "87575a6a-6f38-4d2f-bbdc-004babfd991c",
              "name": "Validate verifier",
              "request": {
                "name": "Validate verifier",
                "description": {
                  "content": "Validates that a verifier is allowed to verify a specific credential format according to the ecosystem policy.\n\n### **Analytics events**\n* ECOSYSTEM_VALIDATE_PARTICIPANT_START\n* ECOSYSTEM_VALIDATE_PARTICIPANT_SUCCESS\n* ECOSYSTEM_VALIDATE_PARTICIPANT_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "verifier-validation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "384d590a-5e9a-4994-a686-5bc2067b79bd",
                  "name": "Validation completed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "verifier-validation"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"validated\": \"<boolean>\",\n\t\"policyVersion\": \"<string>\",\n\t\"identifier\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5be6064c-335a-4a50-8c41-e809eb4d65d5",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "verifier-validation"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9a42722b-3507-4879-8578-1335edc07742",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "verifier-validation"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Policy",
          "description": "Specifies paths and operations for publishing and retrieving an ecosystem policy.",
          "item": [
            {
              "id": "6175d4a6-83da-4958-b376-f49d522a2ec5",
              "name": "Publish policy",
              "request": {
                "name": "Publish policy",
                "description": {
                  "content": "Publish a new version of the ecosystem policy. Only active and currently valid participants and IACA certificates are included in the policy.\n### **Analytic events**\n* ECOSYSTEM_POLICY_CREATE_START\n* ECOSYSTEM_POLICY_CREATE_SUCCESS\n* ECOSYSTEM_POLICY_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "efc50c50-0d3d-4558-b95a-a47e17ec295e",
                  "name": "Ecosystem policy published",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policies"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"policyPublishedAt\": \"<dateTime>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e047cbc2-72e9-4752-a174-1cae60b37a44",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policies"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d8694bb6-2477-4f7d-b329-0e13d0f79083",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policies"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "80846a8d-40ba-4a8e-aef6-54226b454f0a",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policies"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "763e301e-d825-4fd0-9168-6512b85e697c",
              "name": "Retrieve latest ecosystem policy",
              "request": {
                "name": "Retrieve latest ecosystem policy",
                "description": {
                  "content": "Retrieves an ecosystem policy by providing the ecosystem ID.\n### **Analytic events**\n* ECOSYSTEM_POLICY_RETRIEVE_LATEST_START\n* ECOSYSTEM_POLICY_RETRIEVE_LATEST_SUCCESS\n* ECOSYSTEM_POLICY_RETRIEVE_LATEST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "policies",
                    "public",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": true,
                    "description": {
                      "content": "The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.",
                      "type": "text/plain"
                    },
                    "key": "If-None-Match",
                    "value": "<string>"
                  },
                  {
                    "disabled": true,
                    "description": {
                      "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                      "type": "text/plain"
                    },
                    "key": "Accept-Encoding",
                    "value": "deflate"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "6328051c-84cd-4638-92c1-369afeebf03d",
                  "name": "Latest ecosystem policy retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policies",
                        "public",
                        "latest"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.",
                          "type": "text/plain"
                        },
                        "key": "If-None-Match",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "An Entity Tag (ETag) is a unique identifier assigned to a specific version of a resource. It allows clients to check if a resource has been modified since it was last retrieved.",
                        "type": "text/plain"
                      },
                      "key": "ETag",
                      "value": "<string>"
                    }
                  ],
                  "body": "{\n\t\"policyModifiedAt\": \"<dateTime>\",\n\t\"policyPublishedAt\": \"<dateTime>\",\n\t\"credentials\": {\n\t\t\"599bf148-d711-405a-a20b-9c8a87ac8850\": {\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"profile\": \"compact-semantic\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"name\": \"<string>\"\n\t\t}\n\t},\n\t\"participants\": {\n\t\t\"a24e391a-c27f-4b6e-9805-1ee7e03f3c58\": {\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"identifiers\": {\n\t\t\t\t\"web-semantic\": \"<string>\",\n\t\t\t\t\"compact-semantic\": \"<string>\",\n\t\t\t\t\"compact\": \"<string>\",\n\t\t\t\t\"mobile\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\t\t\"status\": \"Delisted\",\n\t\t\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"isIssuer\": false,\n\t\t\t\"isVerifier\": false,\n\t\t\t\"isIssuerConstrained\": true,\n\t\t\t\"isVerifierConstrained\": true,\n\t\t\t\"status\": \"Inactive\",\n\t\t\t\"country\": \"<string>\",\n\t\t\t\"stateOrProvince\": \"<string>\",\n\t\t\t\"organizationAddress\": \"<string>\",\n\t\t\t\"organizationPhoneNumber\": \"<string>\",\n\t\t\t\"issuerAllowedCredentials\": [\n\t\t\t\t\"<uuid>\",\n\t\t\t\t\"<uuid>\"\n\t\t\t],\n\t\t\t\"verifierAllowedCredentials\": [\n\t\t\t\t\"<uuid>\",\n\t\t\t\t\"<uuid>\"\n\t\t\t]\n\t\t}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f52772e4-4aff-4101-bea8-137dd652a7c5",
                  "name": "Not Modified. The resource has not been modified since the last request.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policies",
                        "public",
                        "latest"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.",
                          "type": "text/plain"
                        },
                        "key": "If-None-Match",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Modified",
                  "code": 304,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "8ef414a5-61db-4670-87c8-1bccc10b1a31",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policies",
                        "public",
                        "latest"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.",
                          "type": "text/plain"
                        },
                        "key": "If-None-Match",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b0b1bcc7-cabe-4f00-b971-face6fe08a6a",
              "name": "Retrieve ecosystem policy",
              "request": {
                "name": "Retrieve ecosystem policy",
                "description": {
                  "content": "Retrieves an ecosystem policy by providing the ecosystem ID.\n### **Analytic events**\n* ECOSYSTEM_POLICY_RETRIEVE_LATEST_START\n* ECOSYSTEM_POLICY_RETRIEVE_LATEST_SUCCESS\n* ECOSYSTEM_POLICY_RETRIEVE_LATEST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "policy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": true,
                    "description": {
                      "content": "The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.",
                      "type": "text/plain"
                    },
                    "key": "If-None-Match",
                    "value": "<string>"
                  },
                  {
                    "disabled": true,
                    "description": {
                      "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                      "type": "text/plain"
                    },
                    "key": "Accept-Encoding",
                    "value": "deflate"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "eee340b8-8697-459e-bd3d-ea0c67468261",
                  "name": "Ecosystem policy retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policy"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.",
                          "type": "text/plain"
                        },
                        "key": "If-None-Match",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "An Entity Tag (ETag) is a unique identifier assigned to a specific version of a resource. It allows clients to check if a resource has been modified since it was last retrieved.",
                        "type": "text/plain"
                      },
                      "key": "ETag",
                      "value": "<string>"
                    }
                  ],
                  "body": "{\n\t\"policyModifiedAt\": \"<dateTime>\",\n\t\"policyPublishedAt\": \"<dateTime>\",\n\t\"credentials\": {\n\t\t\"599bf148-d711-405a-a20b-9c8a87ac8850\": {\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"profile\": \"compact-semantic\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"name\": \"<string>\"\n\t\t}\n\t},\n\t\"participants\": {\n\t\t\"a24e391a-c27f-4b6e-9805-1ee7e03f3c58\": {\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"identifiers\": {\n\t\t\t\t\"web-semantic\": \"<string>\",\n\t\t\t\t\"compact-semantic\": \"<string>\",\n\t\t\t\t\"compact\": \"<string>\",\n\t\t\t\t\"mobile\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\t\t\"status\": \"Delisted\",\n\t\t\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"isIssuer\": false,\n\t\t\t\"isVerifier\": false,\n\t\t\t\"isIssuerConstrained\": true,\n\t\t\t\"isVerifierConstrained\": true,\n\t\t\t\"status\": \"Inactive\",\n\t\t\t\"country\": \"<string>\",\n\t\t\t\"stateOrProvince\": \"<string>\",\n\t\t\t\"organizationAddress\": \"<string>\",\n\t\t\t\"organizationPhoneNumber\": \"<string>\",\n\t\t\t\"issuerAllowedCredentials\": [\n\t\t\t\t\"<uuid>\",\n\t\t\t\t\"<uuid>\"\n\t\t\t],\n\t\t\t\"verifierAllowedCredentials\": [\n\t\t\t\t\"<uuid>\",\n\t\t\t\t\"<uuid>\"\n\t\t\t]\n\t\t}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "894c6641-b88e-4e4c-9b34-e08979677e95",
                  "name": "Not Modified. The resource has not been modified since the last request.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policy"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.",
                          "type": "text/plain"
                        },
                        "key": "If-None-Match",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Modified",
                  "code": 304,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "268c37f7-aa5f-4cd5-8c91-e9dd512c21c9",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policy"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.",
                          "type": "text/plain"
                        },
                        "key": "If-None-Match",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "845690a0-e203-4db1-8a6f-9f98db91ad7b",
              "name": "Retrieve ecosystem policy preview",
              "request": {
                "name": "Retrieve ecosystem policy preview",
                "description": {
                  "content": "Retrieves an ecosystem policy preview by providing the Ecosystem's ID. A policy preview includes all the participants and credential types created in the ecosystem, excluding any participants with expired or inactive IACAs.\n\n### **Analytic events**\n* ECOSYSTEM_POLICY_PREVIEW_RETRIEVE_START\n* ECOSYSTEM_POLICY_PREVIEW_RETRIEVE_SUCCESS\n* ECOSYSTEM_POLICY_PREVIEW_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "preview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": true,
                    "description": {
                      "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                      "type": "text/plain"
                    },
                    "key": "Accept-Encoding",
                    "value": "deflate"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "c71c6d4b-b85d-4ef1-9b57-5216910a4f3c",
                  "name": "Ecosystem policy preview retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "preview"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"policyModifiedAt\": \"<dateTime>\",\n\t\"credentials\": {\n\t\t\"599bf148-d711-405a-a20b-9c8a87ac8850\": {\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"profile\": \"compact\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"name\": \"<string>\"\n\t\t}\n\t},\n\t\"participants\": {\n\t\t\"a24e391a-c27f-4b6e-9805-1ee7e03f3c58\": {\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"identifiers\": {\n\t\t\t\t\"web-semantic\": \"<string>\",\n\t\t\t\t\"compact-semantic\": \"<string>\",\n\t\t\t\t\"compact\": \"<string>\",\n\t\t\t\t\"mobile\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"status\": \"Active\",\n\t\t\t\t\t\t\"validationResult\": {\n\t\t\t\t\t\t\t\"validated\": \"<boolean>\",\n\t\t\t\t\t\t\t\"failReasons\": [\n\t\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"isIssuer\": false,\n\t\t\t\"isVerifier\": false,\n\t\t\t\"isIssuerConstrained\": true,\n\t\t\t\"isVerifierConstrained\": true,\n\t\t\t\"status\": \"Inactive\",\n\t\t\t\"country\": \"<string>\",\n\t\t\t\"stateOrProvince\": \"<string>\",\n\t\t\t\"organizationAddress\": \"<string>\",\n\t\t\t\"organizationPhoneNumber\": \"<string>\",\n\t\t\t\"issuerAllowedCredentials\": [\n\t\t\t\t\"<uuid>\",\n\t\t\t\t\"<uuid>\"\n\t\t\t],\n\t\t\t\"verifierAllowedCredentials\": [\n\t\t\t\t\"<uuid>\",\n\t\t\t\t\"<uuid>\"\n\t\t\t]\n\t\t}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8bd2a470-7819-4b99-a002-0399c7d3deb1",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "preview"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Certificates",
          "description": "Specifies paths and operations for managing DTS root CA certificates.",
          "item": [
            {
              "id": "c72c8475-5178-477f-8f71-2dbc6501078f",
              "name": "Create a DTS root CA certificate",
              "request": {
                "name": "Create a DTS root CA certificate",
                "description": {
                  "content": "Creates a DTS root CA certificate which is used to sign DTS signer certificates.\n- A maximum of three DTS root CA certificates can be created per tenant.\n### **Analytic events**\n* ECOSYSTEM_DTS_CA_CERTIFICATE_CREATE_START\n* ECOSYSTEM_DTS_CA_CERTIFICATE_CREATE_SUCCESS\n* ECOSYSTEM_DTS_CA_CERTIFICATE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "certificates",
                    "ca"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"organisationName\": \"<string>\",\n\t\"commonName\": \"<string>\",\n\t\"country\": \"<string>\",\n\t\"notAfter\": \"<dateTime>\",\n\t\"notBefore\": \"<dateTime>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "b7ec4953-6b82-4ece-a7fe-10e999ddb543",
                  "name": "DTS root CA certificate created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"organisationName\": \"<string>\",\n\t\"commonName\": \"<string>\",\n\t\"country\": \"<string>\",\n\t\"notAfter\": \"<dateTime>\",\n\t\"notBefore\": \"<dateTime>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"commonName\": \"<string>\",\n\t\t\"country\": \"<string>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"notBefore\": \"<dateTime>\",\n\t\t\"organisationName\": \"<string>\"\n\t},\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f66009c3-cd7b-4dc6-b5ce-4be7acb63ed6",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"organisationName\": \"<string>\",\n\t\"commonName\": \"<string>\",\n\t\"country\": \"<string>\",\n\t\"notAfter\": \"<dateTime>\",\n\t\"notBefore\": \"<dateTime>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c382ce99-7670-4432-a46c-166c699725e3",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"organisationName\": \"<string>\",\n\t\"commonName\": \"<string>\",\n\t\"country\": \"<string>\",\n\t\"notAfter\": \"<dateTime>\",\n\t\"notBefore\": \"<dateTime>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ff37ab1c-0aec-4830-a320-1c68141d327b",
                  "name": "Maximum number of DTS CA certificates reached. Please delete an existing certificate before creating a new one.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"organisationName\": \"<string>\",\n\t\"commonName\": \"<string>\",\n\t\"country\": \"<string>\",\n\t\"notAfter\": \"<dateTime>\",\n\t\"notBefore\": \"<dateTime>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Conflict",
                  "code": 409,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "6caa6ef2-0945-411b-a2d3-d8b473cc9b24",
              "name": "Retrieve all DTS root CA certificates",
              "request": {
                "name": "Retrieve all DTS root CA certificates",
                "description": {
                  "content": "Retrieves all DTS root CA certificates.\n### **Analytic events**\n* ECOSYSTEM_DTS_CA_CERTIFICATE_RETRIEVE_LIST_START\n* ECOSYSTEM_DTS_CA_CERTIFICATE_RETRIEVE_LIST_SUCCESS\n* ECOSYSTEM_DTS_CA_CERTIFICATE_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "certificates",
                    "ca"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "9f7e7d65-93d5-4a51-97bc-7aad0b0aa654",
                  "name": "DTS root CA certificates retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateFingerprint\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"commonName\": \"<string>\",\n\t\t\t\t\"country\": \"<string>\",\n\t\t\t\t\"notAfter\": \"<dateTime>\",\n\t\t\t\t\"notBefore\": \"<dateTime>\",\n\t\t\t\t\"organisationName\": \"<string>\"\n\t\t\t},\n\t\t\t\"isManaged\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateFingerprint\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"commonName\": \"<string>\",\n\t\t\t\t\"country\": \"<string>\",\n\t\t\t\t\"notAfter\": \"<dateTime>\",\n\t\t\t\t\"notBefore\": \"<dateTime>\",\n\t\t\t\t\"organisationName\": \"<string>\"\n\t\t\t},\n\t\t\t\"isManaged\": \"<boolean>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7336937c-b101-4c92-b52f-0e83733593ee",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "42faa312-b934-457b-b6fe-391dc42407ac",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a0948662-255b-4f2f-b1fb-833920fa2035",
              "name": "Delete a DTS root CA certificate",
              "request": {
                "name": "Delete a DTS root CA certificate",
                "description": {
                  "content": "Deletes a DTS root CA certificate.\n### **Analytic events**\n* ECOSYSTEM_DTS_CA_CERTIFICATE_DELETE_START\n* ECOSYSTEM_DTS_CA_CERTIFICATE_DELETE_SUCCESS\n* ECOSYSTEM_DTS_CA_CERTIFICATE_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "certificates",
                    "ca",
                    ":dtsCaCertificateId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "dtsCaCertificateId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of the DTS root CA certificate.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "c7939839-c90f-4ad1-a33c-0d25022d45cf",
                  "name": "DTS root CA certificate deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca",
                        ":dtsCaCertificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "21a7dd88-61c7-472c-a239-7be7fdaa3aed",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca",
                        ":dtsCaCertificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3c5b48fe-4ddd-40ac-bd40-7fdf20f02301",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca",
                        ":dtsCaCertificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2e87e6ce-6555-4a43-ae32-d2adf3884a05",
              "name": "Update a DTS root CA certificate",
              "request": {
                "name": "Update a DTS root CA certificate",
                "description": {
                  "content": "Updates a DTS root CA certificate.\n### **Analytic events**\n* ECOSYSTEM_DTS_CA_CERTIFICATE_UPDATE_START\n* ECOSYSTEM_DTS_CA_CERTIFICATE_UPDATE_SUCCESS\n* ECOSYSTEM_DTS_CA_CERTIFICATE_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "certificates",
                    "ca",
                    ":dtsCaCertificateId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "dtsCaCertificateId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of the DTS root CA certificate.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"active\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "dc60580b-e2b9-400c-af59-020dfe93410d",
                  "name": "DTS root CA certificate updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca",
                        ":dtsCaCertificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"commonName\": \"<string>\",\n\t\t\"country\": \"<string>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"notBefore\": \"<dateTime>\",\n\t\t\"organisationName\": \"<string>\"\n\t},\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8f96cc1a-0374-4232-8b8f-ed9dcfa5c97d",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca",
                        ":dtsCaCertificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bb90a9dd-0947-49bc-9bed-bb58d2f8ab33",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca",
                        ":dtsCaCertificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "adae1145-b5d3-4a2e-b436-4b3c9d76a42d",
              "name": "Retrieve a DTS root CA certificate",
              "request": {
                "name": "Retrieve a DTS root CA certificate",
                "description": {
                  "content": "Retrieves a DTS root CA certificate.\n### **Analytic events**\n* ECOSYSTEM_DTS_CA_CERTIFICATE_RETRIEVE_START\n* ECOSYSTEM_DTS_CA_CERTIFICATE_RETRIEVE_SUCCESS\n* ECOSYSTEM_DTS_CA_CERTIFICATE_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "certificates",
                    "ca",
                    ":dtsCaCertificateId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "dtsCaCertificateId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of the DTS root CA certificate.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "af054df9-9ef3-4ec2-a315-91fc290c6b86",
                  "name": "DTS root CA certificate retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca",
                        ":dtsCaCertificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"commonName\": \"<string>\",\n\t\t\"country\": \"<string>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"notBefore\": \"<dateTime>\",\n\t\t\"organisationName\": \"<string>\"\n\t},\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ab0f9c85-d548-41aa-8e6b-5ffc9511b458",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca",
                        ":dtsCaCertificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "17e018b7-12cf-44f7-8232-8bdd3fead7e2",
              "name": "Retrieve a DTS root CA certificate revocation list",
              "request": {
                "name": "Retrieve a DTS root CA certificate revocation list",
                "description": {
                  "content": "Retrieves the revocation list for a given DTS root CA certificate.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "certificates",
                    "ca",
                    ":dtsCaCertificateId",
                    "crl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "dtsCaCertificateId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of the DTS root CA certificate.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "5a09c652-b693-4a34-9b26-89d2a3dd1737",
                  "name": "DTS root CA certificate revocation list retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca",
                        ":dtsCaCertificateId",
                        "crl"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "<string>",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "82d069e4-cc9b-420e-8a47-ae10c2b5376f",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "ca",
                        ":dtsCaCertificateId",
                        "crl"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d758b562-0f9e-460b-8e57-b90d4121595a",
              "name": "Retrieve all public DTS root CA certificates",
              "request": {
                "name": "Retrieve all public DTS root CA certificates",
                "description": {
                  "content": "Retrieves all public DTS root CA certificates.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "public",
                    "certificates",
                    "ca"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "14a6ad16-bd63-4cad-80b4-5229dbe3bfdf",
                  "name": "Public DTS root CA certificates retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "public",
                        "certificates",
                        "ca"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"rootCertificates\": [\n\t\t{\n\t\t\t\"certificate\": \"<string>\",\n\t\t\t\"notBefore\": \"<dateTime>\",\n\t\t\t\"notAfter\": \"<dateTime>\",\n\t\t\t\"fingerprint\": \"<string>\",\n\t\t\t\"commonName\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"certificate\": \"<string>\",\n\t\t\t\"notBefore\": \"<dateTime>\",\n\t\t\t\"notAfter\": \"<dateTime>\",\n\t\t\t\"fingerprint\": \"<string>\",\n\t\t\t\"commonName\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a78018e2-f36a-4112-9bc5-0cc4bd8ddc3b",
              "name": "Retrieve DTS root CA certificate",
              "request": {
                "name": "Retrieve DTS root CA certificate",
                "description": {
                  "content": "Retrieves the latest DTS root CA certificate. This can be used by relying parties to verify a signed VICAL.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "vicals",
                    "public",
                    "certificates",
                    "ca",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "e23f9ad6-48b9-4ef1-aafe-1cae9e86b429",
                  "name": "DTS root CA certificate retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "public",
                        "certificates",
                        "ca",
                        "latest"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "57bc51ac-aba2-4b83-acae-b9678a903296",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "public",
                        "certificates",
                        "ca",
                        "latest"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "cdc54b4b-ee96-4c2d-b8d9-e4437852cb00",
              "name": "Retrieve DTS root CA certificate revocation list",
              "request": {
                "name": "Retrieve DTS root CA certificate revocation list",
                "description": {
                  "content": "Retrieves revocation list for a given DTS root CA certificate.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "vicals",
                    "public",
                    "certificates",
                    "ca",
                    ":caCertificateId",
                    "crl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "caCertificateId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of the VICAL root CA certificate.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "495a85f2-dd58-4557-8ab2-e3409d79494b",
                  "name": "Revocation list retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "public",
                        "certificates",
                        "ca",
                        ":caCertificateId",
                        "crl"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "099ee66a-fd48-4f00-acbf-69c12f8d752c",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "public",
                        "certificates",
                        "ca",
                        ":caCertificateId",
                        "crl"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "VICAL",
      "description": "",
      "item": [
        {
          "name": "General",
          "description": "Specifies paths and operations for publishing and retrieving an ecosystem policy as a VICAL.",
          "item": [
            {
              "id": "0cd5c00e-9e2a-4aa5-962f-ae2e5336249a",
              "name": "Create VICAL",
              "request": {
                "name": "Create VICAL",
                "description": {
                  "content": "Creates a Verified Issuer Certificate Authority List (VICAL) based on the policy of the requested ecosystem. Refer to VICAL ot learn more about the [VICAL](https://learn.mattr.global/docs/issuance/vical/overview) purpose and data structure.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "vicals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "af112861-5860-4178-bf84-c0c6cdb259a4",
                  "name": "VICAL created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"vicalIssueID\": \"<integer>\",\n\t\"date\": \"<dateTime>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4d485340-380f-4979-a201-56c0b3e640b8",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "71e3fead-8da6-4d77-80ad-b9b368259080",
              "name": "Retrieve all VICALs",
              "request": {
                "name": "Retrieve all VICALs",
                "description": {
                  "content": "Retrieves all VICALs available in the requested ecosystem.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "vicals",
                    "public"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "0d844573-5460-42b6-b33b-35947ab516f5",
                  "name": "VICALs retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "public"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"date\": \"<dateTime>\",\n\t\t\t\"filename\": \"<string>\",\n\t\t\t\"isAutoPublished\": \"<boolean>\",\n\t\t\t\"vicalIssueID\": \"<integer>\"\n\t\t},\n\t\t{\n\t\t\t\"date\": \"<dateTime>\",\n\t\t\t\"filename\": \"<string>\",\n\t\t\t\"isAutoPublished\": \"<boolean>\",\n\t\t\t\"vicalIssueID\": \"<integer>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e7d1acce-af9b-4a8e-9a30-33c9ca99d0c8",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "public"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "5bab903e-fda2-4924-9b64-67eeba196c46",
              "name": "Retrieve latest VICAL",
              "request": {
                "name": "Retrieve latest VICAL",
                "description": {
                  "content": "Retrieves the latest VICAL from the requested ecosystem.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "vicals",
                    "public",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/cbor"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "61a559a4-cf97-4fbf-9208-a29303d050a8",
                  "name": "VICAL retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "public",
                        "latest"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/cbor"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/cbor"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "The media type of the file",
                        "type": "text/plain"
                      },
                      "key": "Content-Type",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Indicates file attachment",
                        "type": "text/plain"
                      },
                      "key": "Content-Disposition",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "The size of the file in bytes",
                        "type": "text/plain"
                      },
                      "key": "Content-Length",
                      "value": "<number>"
                    }
                  ],
                  "body": "<binary>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "814eb46b-cd86-4e03-9fdb-bfc6f3a27af4",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "public",
                        "latest"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "bfd615aa-d793-4b04-a33c-fb010ca20289",
              "name": "Retrieve specific VICAL",
              "request": {
                "name": "Retrieve specific VICAL",
                "description": {
                  "content": "Retrieves a specific VICAL from the requested ecosystem by providing the VICAL version identifier.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "vicals",
                    "public",
                    ":vicalIssueId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<integer>",
                      "key": "vicalIssueId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of a specific VICAL version. This numeric value is continuously increased whenever a VICAL is created.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/cbor"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "f77853f2-9c82-4ca4-bcbb-a85289bd2854",
                  "name": "VICAL retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "public",
                        ":vicalIssueId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/cbor"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/cbor"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "The media type of the file",
                        "type": "text/plain"
                      },
                      "key": "Content-Type",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Indicates file attachment",
                        "type": "text/plain"
                      },
                      "key": "Content-Disposition",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "The size of the file in bytes",
                        "type": "text/plain"
                      },
                      "key": "Content-Length",
                      "value": "<number>"
                    }
                  ],
                  "body": "<binary>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "57aad858-1851-462b-89ca-2d7f11978fde",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "public",
                        ":vicalIssueId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Configuration",
          "description": "Specifies paths and operations for managing VICAL configuration.",
          "item": [
            {
              "id": "3f45eaf1-7eeb-4572-8675-b2ee678d029d",
              "name": "Update VICAL configuration",
              "request": {
                "name": "Update VICAL configuration",
                "description": {
                  "content": "Update the VICAL configuration for the requested ecosystem",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "vicals",
                    "configuration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"vicalProvider\": \"<string>\",\n\t\"autoPublish\": {\n\t\t\"enabled\": \"<boolean>\",\n\t\t\"frequency\": \"Daily\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "d051da76-0ea1-4381-9985-764451f3b64d",
                  "name": "VICAL configuration updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "configuration"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"vicalProvider\": \"<string>\",\n\t\"autoPublish\": {\n\t\t\"enabled\": \"<boolean>\",\n\t\t\"frequency\": \"Daily\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"vicalProvider\": \"<string>\",\n\t\"autoPublish\": {\n\t\t\"enabled\": \"<boolean>\",\n\t\t\"frequency\": \"Weekly\",\n\t\t\"configuredAt\": \"<dateTime>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9b0e1039-04b8-4d03-8b8e-0ad531f6cd08",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "configuration"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"vicalProvider\": \"<string>\",\n\t\"autoPublish\": {\n\t\t\"enabled\": \"<boolean>\",\n\t\t\"frequency\": \"Daily\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3e923675-dfaf-4e24-9100-daf2c03aa4d0",
              "name": "Retrieve VICAL configuration",
              "request": {
                "name": "Retrieve VICAL configuration",
                "description": {
                  "content": "Retrieve the VICAL configuration from the requested ecosystem",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "vicals",
                    "configuration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "e0721095-5b96-4545-9569-c6b874c47343",
                  "name": "VICAL configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "configuration"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"vicalProvider\": \"<string>\",\n\t\"autoPublish\": {\n\t\t\"enabled\": \"<boolean>\",\n\t\t\"frequency\": \"Weekly\",\n\t\t\"configuredAt\": \"<dateTime>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8e60ab83-b8bb-4338-a654-e8acdc2aef5d",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "configuration"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4059c169-9295-4d69-b841-dd44c34b49eb",
              "name": "Delete VICAL configuration",
              "request": {
                "name": "Delete VICAL configuration",
                "description": {
                  "content": "Delete the VICAL configuration for the requested ecosystem",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "vicals",
                    "configuration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "3f8925cf-c9c4-421b-9530-3ffa1436bd36",
                  "name": "VICAL configuration deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "configuration"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "95abb8ba-080c-40e4-bafb-153b30de99bc",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "configuration"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Signers",
          "description": "Specifies paths and operations for managing VICAL signers.",
          "item": [
            {
              "id": "f5a397c7-6347-46a9-b9ca-c76bf3aba92f",
              "name": "Create a VICAL signer",
              "request": {
                "name": "Create a VICAL signer",
                "description": {
                  "content": "Creates a VICAL signer.\n- Only available in implementations using unmanaged (external) DTS root CA certificates.\n- A maximum of five VICAL signers can be created per tenant.\n\n### **Analytic events**\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_CREATE_START\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_CREATE_SUCCESS\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "certificates",
                    "vical-signers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"caId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "207298d8-e82f-408e-b92c-89cd12404745",
                  "name": "VICAL signer created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"caId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"csrPem\": \"<string>\",\n\t\"caId\": \"<uuid>\",\n\t\"active\": false\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "927ebed1-472f-43f7-9e8c-d0afdd77fdf8",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"caId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2bcf4720-50ba-4af4-9cc1-7cb5fcb6bd05",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"caId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7942c14e-b03c-427f-9b6b-94ba4c417d90",
                  "name": "Maximum number of VICAL signer certificates reached. Please delete an existing certificate before creating a new one.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"caId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Conflict",
                  "code": 409,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "615a4f48-37bc-4b97-896e-303dd3b346f1",
              "name": "Retrieve all VICAL signers",
              "request": {
                "name": "Retrieve all VICAL signers",
                "description": {
                  "content": "Retrieves all VICAL signers.\n### **Analytic events**\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_RETRIEVE_LIST_START\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_RETRIEVE_LIST_SUCCESS\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "certificates",
                    "vical-signers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "a20c77e9-e11d-46e4-8d87-2dcea2a5c0bd",
                  "name": "VICAL signers retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateFingerprint\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"commonName\": \"<string>\",\n\t\t\t\t\"country\": \"<string>\",\n\t\t\t\t\"notAfter\": \"<dateTime>\",\n\t\t\t\t\"notBefore\": \"<dateTime>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateFingerprint\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"commonName\": \"<string>\",\n\t\t\t\t\"country\": \"<string>\",\n\t\t\t\t\"notAfter\": \"<dateTime>\",\n\t\t\t\t\"notBefore\": \"<dateTime>\"\n\t\t\t}\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b6a7be49-1800-4723-8f55-1eb66f476e61",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d941291a-5bf0-43cb-8504-4f60bd4fa17c",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "617f26fd-9241-45e3-9458-7416d89d8f1a",
              "name": "Update a VICAL signer",
              "request": {
                "name": "Update a VICAL signer",
                "description": {
                  "content": "Updates a VICAL signer by:\n- Providing a VICAL Signer Certificate (VSC) in PEM format that matches its Certificate Signing Request (CSR).\n- Activating or deactivating the VICAL signer. Only VICAL signers with a valid PEM certificate can be activated.\n- The `certificatePem` field becomes immutable after it's updated for the first time.\n\n<Callout>\nOnly available in implementations using unmanaged (external) DTS root CA certificates.\n</Callout>\n\n### **Analytic events**\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_UPDATE_START\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_UPDATE_SUCCESS\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "certificates",
                    "vical-signers",
                    ":vicalSignerId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "vicalSignerId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of the VICAL signer.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "0e34af75-0738-41a0-80c8-98890ca892be",
                  "name": "VICAL signer updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers",
                        ":vicalSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"commonName\": \"<string>\",\n\t\t\"country\": \"<string>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"notBefore\": \"<dateTime>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fe886634-317e-419a-925a-4fa72f29dea9",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers",
                        ":vicalSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "159f5a97-8103-42fa-9a31-4389b82e6aea",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers",
                        ":vicalSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "bc4314df-7d29-4c36-bb67-fbef96bb101e",
              "name": "Delete a VICAL signer",
              "request": {
                "name": "Delete a VICAL signer",
                "description": {
                  "content": "Deletes a VICAL signer.\n\n<Callout>\nOnly available in implementations using unmanaged (external) DTS root CA certificates.\n</Callout>\n\n### **Analytic events**\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_DELETE_START\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_DELETE_SUCCESS\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "certificates",
                    "vical-signers",
                    ":vicalSignerId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "vicalSignerId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of the VICAL signer.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "a2161ad7-42e1-4674-83a6-43c616f656cd",
                  "name": "VICAL signer deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers",
                        ":vicalSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "0df57dab-18fc-45af-a2d8-35256acbafc2",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers",
                        ":vicalSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7fecf15a-af8c-44e5-b6dd-797786da2be0",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers",
                        ":vicalSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "053f9e5c-fbc7-488b-8b4f-84be2dcca9af",
              "name": "Retrieve a VICAL signer",
              "request": {
                "name": "Retrieve a VICAL signer",
                "description": {
                  "content": "Retrieves a VICAL signer.\n### **Analytic events**\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_RETRIEVE_START\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_RETRIEVE_SUCCESS\n* ECOSYSTEM_VICAL_SIGNER_CERTIFICATE_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "certificates",
                    "vical-signers",
                    ":vicalSignerId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "vicalSignerId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of the VICAL signer.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "33478cc0-dd7c-48c4-8655-5c32a556357b",
                  "name": "VICAL signer retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers",
                        ":vicalSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"commonName\": \"<string>\",\n\t\t\"country\": \"<string>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"notBefore\": \"<dateTime>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e4da5a51-d4e2-439a-8951-7d4ad5eb143a",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "certificates",
                        "vical-signers",
                        ":vicalSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Direct credential issuance",
      "description": "",
      "item": [
        {
          "name": "CWT credentials",
          "description": "Specifies paths and operations for issuing CWT credentials.",
          "item": [
            {
              "id": "f5207f21-1041-48aa-b676-ceccb119e732",
              "name": "Sign a CWT credential",
              "request": {
                "name": "Sign a CWT credential",
                "description": {
                  "content": "Returns a signed CWT credential generated from a provided valid payload.\n\nThe payload can include any number of custom claims, as CWT credentials do not comply with any specific standard or specification.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SIGN_START\n* CREDENTIAL_COMPACT_SIGN_SUCCESS\n* CREDENTIAL_COMPACT_SIGN_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "sign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"payload\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\",\n\t\t\"type\": \"<string>\"\n\t},\n\t\"revocable\": false,\n\t\"isRevoked\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "f38b8cd2-e8f4-4bff-be96-58884ec75dc6",
                  "name": "CWT credential signed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\",\n\t\t\"type\": \"<string>\"\n\t},\n\t\"revocable\": false,\n\t\"isRevoked\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"encoded\": \"<string>\",\n\t\"decoded\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"jti\": \"<string>\",\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\",\n\t\t\"type\": \"<string>\",\n\t\t\"status\": {\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"index\": \"<number>\"\n\t\t}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "689f2861-6e55-415b-b6f8-ee9ad4ef109a",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\",\n\t\t\"type\": \"<string>\"\n\t},\n\t\"revocable\": false,\n\t\"isRevoked\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ea6a11ec-de85-4fd2-95be-ea6cf50b03c5",
              "name": "Format a CWT credential as a QR code",
              "request": {
                "name": "Format a CWT credential as a QR code",
                "description": {
                  "content": "Returns a QR code representation of a CWT credential from a provided encoded string representation of that credential.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_QRCODE_CREATE_START\n* CREDENTIAL_COMPACT_QRCODE_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_QRCODE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "qrcode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "image/png"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"payload\": \"<string>\",\n\t\"width\": \"<number>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "a3c71770-d8b3-4255-8f2d-290c07ff05e0",
                  "name": "QR code generated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "qrcode"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "image/png"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": \"<string>\",\n\t\"width\": \"<number>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "image/png"
                    }
                  ],
                  "body": "<binary>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "a3b9335c-d3b0-470e-88bd-80ce9170136d",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "qrcode"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": \"<string>\",\n\t\"width\": \"<number>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "bfc08897-3972-40df-9c29-6a2787fe2007",
              "name": "Format a CWT credential as a PDF",
              "request": {
                "name": "Format a CWT credential as a PDF",
                "description": {
                  "content": "Returns a PDF representation of a provided CWT credential based on an existing PDF template.\n\n<Callout>\nThe request will fail if the provided credential isn't valid or has expired.\n</Callout>\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_PDF_CREATE_START\n* CREDENTIAL_COMPACT_PDF_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_PDF_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "pdf"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/pdf"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "73ff094b-554e-4508-afe9-2b8e3cd25997",
                  "name": "PDF created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/pdf"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/pdf"
                    }
                  ],
                  "body": "{\n\t\"format\": \"binary\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "7952fdd3-b3da-4321-a667-931ed835b5b4",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0da969cc-25d4-4648-893a-d7122f273540",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7e2b6fa7-b2a5-47ac-a3c9-98e6b72ee2fc",
              "name": "Format a CWT credential as an Apple Pass",
              "request": {
                "name": "Format a CWT credential as an Apple Pass",
                "description": {
                  "content": "Returns an Apple Pass representation of a provided CWT credential based on an existing Apple Pass template.\n\n<Callout>\nThe request will fail if the provided credential isn't valid or has expired.\n</Callout>\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_APPLE_PASS_CREATE_START\n* CREDENTIAL_COMPACT_APPLE_PASS_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_APPLE_PASS_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "digital-pass",
                    "apple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/vnd.apple.pkpass"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "8438da6a-fdff-47c9-90b3-c7cdacda669e",
                  "name": "Apple Pass created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/vnd.apple.pkpass"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/vnd.apple.pkpass"
                    }
                  ],
                  "body": "<binary>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "5d56f753-d589-4932-ab2a-3578d58f343b",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "66a0cb48-0ebf-45fc-b1ff-0a857171678f",
              "name": "Format a CWT credential as a Google Pass",
              "request": {
                "name": "Format a CWT credential as a Google Pass",
                "description": {
                  "content": "Returns a Google Pass representation of a provided CWT credential based on an existing Google Pass template.\n\n<Callout>\nThe request will fail if the provided credential isn't valid or has expired.\n</Callout>\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_GOOGLE_PASS_CREATE_START\n* CREDENTIAL_COMPACT_GOOGLE_PASS_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_GOOGLE_PASS_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "digital-pass",
                    "google"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "5068b544-9a5b-42d5-8c74-0c4a2779b355",
                  "name": "Google Pass created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"redirectTo\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c514d9b0-6ecb-44a8-9663-8e7fbdbcf48e",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Semantic CWT credentials",
          "description": "Specifies paths and operations for issuing Semantic CWT credentials.",
          "item": [
            {
              "id": "9e3f2fac-1dbd-44f1-ad56-8a373356aed4",
              "name": "Sign a Semantic CWT credential",
              "request": {
                "name": "Sign a Semantic CWT credential",
                "description": {
                  "content": "Returns a signed Semantic CWT credential generated from a provided valid payload.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_SIGN_START\n* CREDENTIAL_COMPACT_SEMANTIC_SIGN_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_SIGN_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "sign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"payload\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\"\n\t\t\t},\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"@context\": \"<string>\"\n\t\t},\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\"\n\t},\n\t\"revocable\": false,\n\t\"isRevoked\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "de5a7e25-c4d1-4458-88b4-74b7cd870b8e",
                  "name": "Semantic CWT credential signed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\"\n\t\t\t},\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"@context\": \"<string>\"\n\t\t},\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\"\n\t},\n\t\"revocable\": false,\n\t\"isRevoked\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"encoded\": \"<string>\",\n\t\"decoded\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"nbf\": \"<number>\",\n\t\t\"jti\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"@context\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"type\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\",\n\t\t\t\t\"key_1\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\",\n\t\t\"status\": {\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"index\": \"<number>\"\n\t\t}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c62e44c4-9c9a-4c4f-9b3d-e200b44e98fb",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\"\n\t\t\t},\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"@context\": \"<string>\"\n\t\t},\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\"\n\t},\n\t\"revocable\": false,\n\t\"isRevoked\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9a544ec3-c2a3-49f0-bef1-4d248b978ce6",
              "name": "Format a Semantic CWT credential as a QR code",
              "request": {
                "name": "Format a Semantic CWT credential as a QR code",
                "description": {
                  "content": "Returns a QR code representation of a Semantic CWT credential from a provided encoded string representation of that credential.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_QRCODE_CREATE_START\n* CREDENTIAL_COMPACT_SEMANTIC_QRCODE_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_QRCODE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "qrcode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "image/png"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"payload\": \"<string>\",\n\t\"width\": \"<number>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "e108a957-6bf0-415d-b9d7-3d317837146a",
                  "name": "QR code generated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "qrcode"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "image/png"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": \"<string>\",\n\t\"width\": \"<number>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "image/png"
                    }
                  ],
                  "body": "<binary>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "5368f5c6-c5df-4e8d-ac61-e0a66f87a3a7",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "qrcode"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": \"<string>\",\n\t\"width\": \"<number>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b81a7999-7b40-4178-87df-8f946cc8e25a",
              "name": "Format a CWT credential as a PDF",
              "request": {
                "name": "Format a CWT credential as a PDF",
                "description": {
                  "content": "Returns a PDF representation of a provided CWT credential based on an existing PDF template.\n\n<Callout>\nThe request will fail if the provided credential isn't valid or has expired.\n</Callout>\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_CREATE_START\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "pdf"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/pdf"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "a8d1ff93-dc8d-4a27-a8e2-8443c074aa83",
                  "name": "PDF created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/pdf"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/pdf"
                    }
                  ],
                  "body": "{\n\t\"format\": \"binary\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "9e586ad6-9983-4134-87b4-05cb5ae69f0e",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4956230f-d8ac-4489-8ecc-3852697d9b6e",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "042f3b18-f79d-497c-9273-50a7677c4038",
              "name": "Format a Semantic CWT credential as an Apple Pass",
              "request": {
                "name": "Format a Semantic CWT credential as an Apple Pass",
                "description": {
                  "content": "Returns an Apple Pass representation of a provided Semantic CWT credential based on an existing Apple Pass template.\n\n<Callout>\nThe request will fail if the provided credential isn't valid or has expired.\n</Callout>\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_CREATE_START\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "digital-pass",
                    "apple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/vnd.apple.pkpass"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "3ac896cf-371c-4d10-9da3-707e352bd5b9",
                  "name": "Apple Pass created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/vnd.apple.pkpass"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/vnd.apple.pkpass"
                    }
                  ],
                  "body": "<binary>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "20ad8fe0-6b9e-4c91-a047-03bb168043e9",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4a9605f8-5c2b-4b97-8139-eaa65bf42701",
              "name": "Format a Semantic CWT credential as a Google Pass",
              "request": {
                "name": "Format a Semantic CWT credential as a Google Pass",
                "description": {
                  "content": "Returns a Google Pass representation of a provided CWT credential based on an existing Google Pass template.\n\n<Callout>\nThe request will fail if the provided credential isn't valid or has expired.\n</Callout>\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_CREATE_START\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "digital-pass",
                    "google"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "97310f64-7a56-454c-a33d-51fc75bbd235",
                  "name": "Google Pass created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"redirectTo\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "49bac012-a724-4a03-aaf0-0a024ee15710",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"templateId\": \"<string>\",\n\t\"payload\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "JSON credentials",
          "description": "Specifies paths and operations for issuing JSON credentials.",
          "item": [
            {
              "id": "f2be19aa-c5a9-4d32-ab02-dc7a96a7b9a9",
              "name": "Sign a JSON credential",
              "request": {
                "name": "Sign a JSON credential",
                "description": {
                  "content": "Returns a signed JSON credential generated from a provided valid payload.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_SIGN_START\n* CREDENTIAL_WEB_SEMANTIC_SIGN_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_SIGN_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "sign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"payload\": {\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuer\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\"iconUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialSubject\": {},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"credentialBranding\": {\n\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t},\n\t\t\"expirationDate\": \"<string>\",\n\t\t\"issuanceDate\": \"<string>\"\n\t},\n\t\"proofType\": \"BbsSignature2022\",\n\t\"tag\": \"<string>\",\n\t\"persist\": false,\n\t\"revocable\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "9de4619f-ce83-4f8e-a5f1-cdd3b76dcf86",
                  "name": "JSON Credential signed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuer\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\"iconUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialSubject\": {},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"credentialBranding\": {\n\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t},\n\t\t\"expirationDate\": \"<string>\",\n\t\t\"issuanceDate\": \"<string>\"\n\t},\n\t\"proofType\": \"BbsSignature2022\",\n\t\"tag\": \"<string>\",\n\t\"persist\": false,\n\t\"revocable\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"credential\": {\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\"credentialSubject\": {\n\t\t\t\"givenName\": \"<string>\",\n\t\t\t\"familyName\": \"<string>\",\n\t\t\t\"alumniOf\": \"<string>\"\n\t\t},\n\t\t\"proof\": {\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\"jws\": \"<string>\",\n\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\"verificationMethod\": \"<string>\"\n\t\t},\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuer\": \"<string>\",\n\t\t\"credentialStatus\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\"\n\t},\n\t\"issuanceDate\": \"<string>\",\n\t\"tag\": \"<string>\",\n\t\"credentialStatus\": {\n\t\t\"id\": \"<string>\",\n\t\t\"type\": \"<string>\",\n\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\"revocationListCredential\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d15f15b0-1190-4897-8459-b91a3e099425",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuer\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\"iconUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialSubject\": {},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"credentialBranding\": {\n\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t},\n\t\t\"expirationDate\": \"<string>\",\n\t\t\"issuanceDate\": \"<string>\"\n\t},\n\t\"proofType\": \"BbsSignature2022\",\n\t\"tag\": \"<string>\",\n\t\"persist\": false,\n\t\"revocable\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "OID4VCI",
      "description": "",
      "item": [
        {
          "name": "Authentication provider",
          "description": "Specifies paths and operations for managing Authentication providers for OID4VCI workflows.",
          "item": [
            {
              "id": "99d2e978-da5b-45ce-ae64-32ebcba75c61",
              "name": "Configure an Authentication Provider",
              "request": {
                "name": "Configure an Authentication Provider",
                "description": {
                  "content": "Configures an Authentication Provider on the tenant.\n\nAn authentication or identity provider (IdP) is a platform that is typically used to store and manage user accounts on behalf of an organization or a service provider. MATTR VII uses the authentication provider to authenticate end users before issuing them credentials.\n\n<Callout>\nOnly one authentication provider can be configured on a tenant.\n</Callout>\n\nThe `/.well-known/openid-configuration` endpoint of the Authentication Provider must contain values for the `authorization_endpoint`, `token_endpoint` and `scopes_supported`.\n\n### **Analytic events**\n* USER_AUTHENTICATION_PROVIDER_CREATE_START\n* USER_AUTHENTICATION_PROVIDER_CREATE_SUCCESS\n* USER_AUTHENTICATION_PROVIDER_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "users",
                    "authentication-providers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "bcf09f0c-ecf4-4ea2-a952-ae74f0e3db62",
                  "name": "Authentication Provider configured",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"redirectUrl\": \"<uri>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\",\n\t\t\"key_341\": \"<string>\",\n\t\t\"key_342\": \"<string>\",\n\t\t\"key_343\": \"<string>\",\n\t\t\"key_344\": \"<string>\",\n\t\t\"key_345\": \"<string>\",\n\t\t\"key_346\": \"<string>\",\n\t\t\"key_347\": \"<string>\",\n\t\t\"key_348\": \"<string>\",\n\t\t\"key_349\": \"<string>\",\n\t\t\"key_350\": \"<string>\",\n\t\t\"key_351\": \"<string>\",\n\t\t\"key_352\": \"<string>\",\n\t\t\"key_353\": \"<string>\",\n\t\t\"key_354\": \"<string>\",\n\t\t\"key_355\": \"<string>\",\n\t\t\"key_356\": \"<string>\",\n\t\t\"key_357\": \"<string>\",\n\t\t\"key_358\": \"<string>\",\n\t\t\"key_359\": \"<string>\",\n\t\t\"key_360\": \"<string>\",\n\t\t\"key_361\": \"<string>\",\n\t\t\"key_362\": \"<string>\",\n\t\t\"key_363\": \"<string>\",\n\t\t\"key_364\": \"<string>\",\n\t\t\"key_365\": \"<string>\",\n\t\t\"key_366\": \"<string>\",\n\t\t\"key_367\": \"<string>\",\n\t\t\"key_368\": \"<string>\",\n\t\t\"key_369\": \"<string>\",\n\t\t\"key_370\": \"<string>\",\n\t\t\"key_371\": \"<string>\",\n\t\t\"key_372\": \"<string>\",\n\t\t\"key_373\": \"<string>\",\n\t\t\"key_374\": \"<string>\",\n\t\t\"key_375\": \"<string>\",\n\t\t\"key_376\": \"<string>\",\n\t\t\"key_377\": \"<string>\",\n\t\t\"key_378\": \"<string>\",\n\t\t\"key_379\": \"<string>\",\n\t\t\"key_380\": \"<string>\",\n\t\t\"key_381\": \"<string>\",\n\t\t\"key_382\": \"<string>\",\n\t\t\"key_383\": \"<string>\",\n\t\t\"key_384\": \"<string>\",\n\t\t\"key_385\": \"<string>\",\n\t\t\"key_386\": \"<string>\",\n\t\t\"key_387\": \"<string>\",\n\t\t\"key_388\": \"<string>\",\n\t\t\"key_389\": \"<string>\",\n\t\t\"key_390\": \"<string>\",\n\t\t\"key_391\": \"<string>\",\n\t\t\"key_392\": \"<string>\",\n\t\t\"key_393\": \"<string>\",\n\t\t\"key_394\": \"<string>\",\n\t\t\"key_395\": \"<string>\",\n\t\t\"key_396\": \"<string>\",\n\t\t\"key_397\": \"<string>\",\n\t\t\"key_398\": \"<string>\",\n\t\t\"key_399\": \"<string>\",\n\t\t\"key_400\": \"<string>\",\n\t\t\"key_401\": \"<string>\",\n\t\t\"key_402\": \"<string>\",\n\t\t\"key_403\": \"<string>\",\n\t\t\"key_404\": \"<string>\",\n\t\t\"key_405\": \"<string>\",\n\t\t\"key_406\": \"<string>\",\n\t\t\"key_407\": \"<string>\",\n\t\t\"key_408\": \"<string>\",\n\t\t\"key_409\": \"<string>\",\n\t\t\"key_410\": \"<string>\",\n\t\t\"key_411\": \"<string>\",\n\t\t\"key_412\": \"<string>\",\n\t\t\"key_413\": \"<string>\",\n\t\t\"key_414\": \"<string>\",\n\t\t\"key_415\": \"<string>\",\n\t\t\"key_416\": \"<string>\",\n\t\t\"key_417\": \"<string>\",\n\t\t\"key_418\": \"<string>\",\n\t\t\"key_419\": \"<string>\",\n\t\t\"key_420\": \"<string>\",\n\t\t\"key_421\": \"<string>\",\n\t\t\"key_422\": \"<string>\",\n\t\t\"key_423\": \"<string>\",\n\t\t\"key_424\": \"<string>\",\n\t\t\"key_425\": \"<string>\",\n\t\t\"key_426\": \"<string>\",\n\t\t\"key_427\": \"<string>\",\n\t\t\"key_428\": \"<string>\",\n\t\t\"key_429\": \"<string>\",\n\t\t\"key_430\": \"<string>\",\n\t\t\"key_431\": \"<string>\",\n\t\t\"key_432\": \"<string>\",\n\t\t\"key_433\": \"<string>\",\n\t\t\"key_434\": \"<string>\",\n\t\t\"key_435\": \"<string>\",\n\t\t\"key_436\": \"<string>\",\n\t\t\"key_437\": \"<string>\",\n\t\t\"key_438\": \"<string>\",\n\t\t\"key_439\": \"<string>\",\n\t\t\"key_440\": \"<string>\",\n\t\t\"key_441\": \"<string>\",\n\t\t\"key_442\": \"<string>\",\n\t\t\"key_443\": \"<string>\",\n\t\t\"key_444\": \"<string>\",\n\t\t\"key_445\": \"<string>\",\n\t\t\"key_446\": \"<string>\",\n\t\t\"key_447\": \"<string>\",\n\t\t\"key_448\": \"<string>\",\n\t\t\"key_449\": \"<string>\",\n\t\t\"key_450\": \"<string>\",\n\t\t\"key_451\": \"<string>\",\n\t\t\"key_452\": \"<string>\",\n\t\t\"key_453\": \"<string>\",\n\t\t\"key_454\": \"<string>\",\n\t\t\"key_455\": \"<string>\",\n\t\t\"key_456\": \"<string>\",\n\t\t\"key_457\": \"<string>\",\n\t\t\"key_458\": \"<string>\",\n\t\t\"key_459\": \"<string>\",\n\t\t\"key_460\": \"<string>\",\n\t\t\"key_461\": \"<string>\",\n\t\t\"key_462\": \"<string>\",\n\t\t\"key_463\": \"<string>\",\n\t\t\"key_464\": \"<string>\",\n\t\t\"key_465\": \"<string>\",\n\t\t\"key_466\": \"<string>\",\n\t\t\"key_467\": \"<string>\",\n\t\t\"key_468\": \"<string>\",\n\t\t\"key_469\": \"<string>\",\n\t\t\"key_470\": \"<string>\",\n\t\t\"key_471\": \"<string>\",\n\t\t\"key_472\": \"<string>\",\n\t\t\"key_473\": \"<string>\",\n\t\t\"key_474\": \"<string>\",\n\t\t\"key_475\": \"<string>\",\n\t\t\"key_476\": \"<string>\",\n\t\t\"key_477\": \"<string>\",\n\t\t\"key_478\": \"<string>\",\n\t\t\"key_479\": \"<string>\",\n\t\t\"key_480\": \"<string>\",\n\t\t\"key_481\": \"<string>\",\n\t\t\"key_482\": \"<string>\",\n\t\t\"key_483\": \"<string>\",\n\t\t\"key_484\": \"<string>\",\n\t\t\"key_485\": \"<string>\",\n\t\t\"key_486\": \"<string>\",\n\t\t\"key_487\": \"<string>\",\n\t\t\"key_488\": \"<string>\",\n\t\t\"key_489\": \"<string>\",\n\t\t\"key_490\": \"<string>\",\n\t\t\"key_491\": \"<string>\",\n\t\t\"key_492\": \"<string>\",\n\t\t\"key_493\": \"<string>\",\n\t\t\"key_494\": \"<string>\",\n\t\t\"key_495\": \"<string>\",\n\t\t\"key_496\": \"<string>\",\n\t\t\"key_497\": \"<string>\",\n\t\t\"key_498\": \"<string>\",\n\t\t\"key_499\": \"<string>\",\n\t\t\"key_500\": \"<string>\",\n\t\t\"key_501\": \"<string>\",\n\t\t\"key_502\": \"<string>\",\n\t\t\"key_503\": \"<string>\",\n\t\t\"key_504\": \"<string>\",\n\t\t\"key_505\": \"<string>\",\n\t\t\"key_506\": \"<string>\",\n\t\t\"key_507\": \"<string>\",\n\t\t\"key_508\": \"<string>\",\n\t\t\"key_509\": \"<string>\",\n\t\t\"key_510\": \"<string>\",\n\t\t\"key_511\": \"<string>\",\n\t\t\"key_512\": \"<string>\",\n\t\t\"key_513\": \"<string>\",\n\t\t\"key_514\": \"<string>\",\n\t\t\"key_515\": \"<string>\",\n\t\t\"key_516\": \"<string>\",\n\t\t\"key_517\": \"<string>\",\n\t\t\"key_518\": \"<string>\",\n\t\t\"key_519\": \"<string>\",\n\t\t\"key_520\": \"<string>\",\n\t\t\"key_521\": \"<string>\",\n\t\t\"key_522\": \"<string>\",\n\t\t\"key_523\": \"<string>\",\n\t\t\"key_524\": \"<string>\",\n\t\t\"key_525\": \"<string>\",\n\t\t\"key_526\": \"<string>\",\n\t\t\"key_527\": \"<string>\",\n\t\t\"key_528\": \"<string>\",\n\t\t\"key_529\": \"<string>\",\n\t\t\"key_530\": \"<string>\",\n\t\t\"key_531\": \"<string>\",\n\t\t\"key_532\": \"<string>\",\n\t\t\"key_533\": \"<string>\",\n\t\t\"key_534\": \"<string>\",\n\t\t\"key_535\": \"<string>\",\n\t\t\"key_536\": \"<string>\",\n\t\t\"key_537\": \"<string>\",\n\t\t\"key_538\": \"<string>\",\n\t\t\"key_539\": \"<string>\",\n\t\t\"key_540\": \"<string>\",\n\t\t\"key_541\": \"<string>\",\n\t\t\"key_542\": \"<string>\",\n\t\t\"key_543\": \"<string>\",\n\t\t\"key_544\": \"<string>\",\n\t\t\"key_545\": \"<string>\",\n\t\t\"key_546\": \"<string>\",\n\t\t\"key_547\": \"<string>\",\n\t\t\"key_548\": \"<string>\",\n\t\t\"key_549\": \"<string>\",\n\t\t\"key_550\": \"<string>\",\n\t\t\"key_551\": \"<string>\",\n\t\t\"key_552\": \"<string>\",\n\t\t\"key_553\": \"<string>\",\n\t\t\"key_554\": \"<string>\",\n\t\t\"key_555\": \"<string>\",\n\t\t\"key_556\": \"<string>\",\n\t\t\"key_557\": \"<string>\",\n\t\t\"key_558\": \"<string>\",\n\t\t\"key_559\": \"<string>\",\n\t\t\"key_560\": \"<string>\",\n\t\t\"key_561\": \"<string>\",\n\t\t\"key_562\": \"<string>\",\n\t\t\"key_563\": \"<string>\",\n\t\t\"key_564\": \"<string>\",\n\t\t\"key_565\": \"<string>\",\n\t\t\"key_566\": \"<string>\",\n\t\t\"key_567\": \"<string>\",\n\t\t\"key_568\": \"<string>\",\n\t\t\"key_569\": \"<string>\",\n\t\t\"key_570\": \"<string>\",\n\t\t\"key_571\": \"<string>\",\n\t\t\"key_572\": \"<string>\",\n\t\t\"key_573\": \"<string>\",\n\t\t\"key_574\": \"<string>\",\n\t\t\"key_575\": \"<string>\",\n\t\t\"key_576\": \"<string>\",\n\t\t\"key_577\": \"<string>\",\n\t\t\"key_578\": \"<string>\",\n\t\t\"key_579\": \"<string>\",\n\t\t\"key_580\": \"<string>\",\n\t\t\"key_581\": \"<string>\",\n\t\t\"key_582\": \"<string>\",\n\t\t\"key_583\": \"<string>\",\n\t\t\"key_584\": \"<string>\",\n\t\t\"key_585\": \"<string>\",\n\t\t\"key_586\": \"<string>\",\n\t\t\"key_587\": \"<string>\",\n\t\t\"key_588\": \"<string>\",\n\t\t\"key_589\": \"<string>\",\n\t\t\"key_590\": \"<string>\",\n\t\t\"key_591\": \"<string>\",\n\t\t\"key_592\": \"<string>\",\n\t\t\"key_593\": \"<string>\",\n\t\t\"key_594\": \"<string>\",\n\t\t\"key_595\": \"<string>\",\n\t\t\"key_596\": \"<string>\",\n\t\t\"key_597\": \"<string>\",\n\t\t\"key_598\": \"<string>\",\n\t\t\"key_599\": \"<string>\",\n\t\t\"key_600\": \"<string>\",\n\t\t\"key_601\": \"<string>\",\n\t\t\"key_602\": \"<string>\",\n\t\t\"key_603\": \"<string>\",\n\t\t\"key_604\": \"<string>\",\n\t\t\"key_605\": \"<string>\",\n\t\t\"key_606\": \"<string>\",\n\t\t\"key_607\": \"<string>\",\n\t\t\"key_608\": \"<string>\",\n\t\t\"key_609\": \"<string>\",\n\t\t\"key_610\": \"<string>\",\n\t\t\"key_611\": \"<string>\",\n\t\t\"key_612\": \"<string>\",\n\t\t\"key_613\": \"<string>\",\n\t\t\"key_614\": \"<string>\",\n\t\t\"key_615\": \"<string>\",\n\t\t\"key_616\": \"<string>\",\n\t\t\"key_617\": \"<string>\",\n\t\t\"key_618\": \"<string>\",\n\t\t\"key_619\": \"<string>\",\n\t\t\"key_620\": \"<string>\",\n\t\t\"key_621\": \"<string>\",\n\t\t\"key_622\": \"<string>\",\n\t\t\"key_623\": \"<string>\",\n\t\t\"key_624\": \"<string>\",\n\t\t\"key_625\": \"<string>\",\n\t\t\"key_626\": \"<string>\",\n\t\t\"key_627\": \"<string>\",\n\t\t\"key_628\": \"<string>\",\n\t\t\"key_629\": \"<string>\",\n\t\t\"key_630\": \"<string>\",\n\t\t\"key_631\": \"<string>\",\n\t\t\"key_632\": \"<string>\",\n\t\t\"key_633\": \"<string>\",\n\t\t\"key_634\": \"<string>\",\n\t\t\"key_635\": \"<string>\",\n\t\t\"key_636\": \"<string>\",\n\t\t\"key_637\": \"<string>\",\n\t\t\"key_638\": \"<string>\",\n\t\t\"key_639\": \"<string>\",\n\t\t\"key_640\": \"<string>\",\n\t\t\"key_641\": \"<string>\",\n\t\t\"key_642\": \"<string>\",\n\t\t\"key_643\": \"<string>\",\n\t\t\"key_644\": \"<string>\",\n\t\t\"key_645\": \"<string>\",\n\t\t\"key_646\": \"<string>\",\n\t\t\"key_647\": \"<string>\",\n\t\t\"key_648\": \"<string>\",\n\t\t\"key_649\": \"<string>\",\n\t\t\"key_650\": \"<string>\",\n\t\t\"key_651\": \"<string>\",\n\t\t\"key_652\": \"<string>\",\n\t\t\"key_653\": \"<string>\",\n\t\t\"key_654\": \"<string>\",\n\t\t\"key_655\": \"<string>\",\n\t\t\"key_656\": \"<string>\",\n\t\t\"key_657\": \"<string>\",\n\t\t\"key_658\": \"<string>\",\n\t\t\"key_659\": \"<string>\",\n\t\t\"key_660\": \"<string>\",\n\t\t\"key_661\": \"<string>\",\n\t\t\"key_662\": \"<string>\",\n\t\t\"key_663\": \"<string>\",\n\t\t\"key_664\": \"<string>\",\n\t\t\"key_665\": \"<string>\",\n\t\t\"key_666\": \"<string>\",\n\t\t\"key_667\": \"<string>\",\n\t\t\"key_668\": \"<string>\",\n\t\t\"key_669\": \"<string>\",\n\t\t\"key_670\": \"<string>\",\n\t\t\"key_671\": \"<string>\",\n\t\t\"key_672\": \"<string>\",\n\t\t\"key_673\": \"<string>\",\n\t\t\"key_674\": \"<string>\",\n\t\t\"key_675\": \"<string>\",\n\t\t\"key_676\": \"<string>\",\n\t\t\"key_677\": \"<string>\",\n\t\t\"key_678\": \"<string>\",\n\t\t\"key_679\": \"<string>\",\n\t\t\"key_680\": \"<string>\",\n\t\t\"key_681\": \"<string>\",\n\t\t\"key_682\": \"<string>\",\n\t\t\"key_683\": \"<string>\",\n\t\t\"key_684\": \"<string>\",\n\t\t\"key_685\": \"<string>\",\n\t\t\"key_686\": \"<string>\",\n\t\t\"key_687\": \"<string>\",\n\t\t\"key_688\": \"<string>\",\n\t\t\"key_689\": \"<string>\",\n\t\t\"key_690\": \"<string>\",\n\t\t\"key_691\": \"<string>\",\n\t\t\"key_692\": \"<string>\",\n\t\t\"key_693\": \"<string>\",\n\t\t\"key_694\": \"<string>\",\n\t\t\"key_695\": \"<string>\",\n\t\t\"key_696\": \"<string>\",\n\t\t\"key_697\": \"<string>\",\n\t\t\"key_698\": \"<string>\",\n\t\t\"key_699\": \"<string>\",\n\t\t\"key_700\": \"<string>\",\n\t\t\"key_701\": \"<string>\",\n\t\t\"key_702\": \"<string>\",\n\t\t\"key_703\": \"<string>\",\n\t\t\"key_704\": \"<string>\",\n\t\t\"key_705\": \"<string>\",\n\t\t\"key_706\": \"<string>\",\n\t\t\"key_707\": \"<string>\",\n\t\t\"key_708\": \"<string>\",\n\t\t\"key_709\": \"<string>\",\n\t\t\"key_710\": \"<string>\",\n\t\t\"key_711\": \"<string>\",\n\t\t\"key_712\": \"<string>\",\n\t\t\"key_713\": \"<string>\",\n\t\t\"key_714\": \"<string>\",\n\t\t\"key_715\": \"<string>\",\n\t\t\"key_716\": \"<string>\",\n\t\t\"key_717\": \"<string>\",\n\t\t\"key_718\": \"<string>\",\n\t\t\"key_719\": \"<string>\",\n\t\t\"key_720\": \"<string>\",\n\t\t\"key_721\": \"<string>\",\n\t\t\"key_722\": \"<string>\",\n\t\t\"key_723\": \"<string>\",\n\t\t\"key_724\": \"<string>\",\n\t\t\"key_725\": \"<string>\",\n\t\t\"key_726\": \"<string>\",\n\t\t\"key_727\": \"<string>\",\n\t\t\"key_728\": \"<string>\",\n\t\t\"key_729\": \"<string>\",\n\t\t\"key_730\": \"<string>\",\n\t\t\"key_731\": \"<string>\",\n\t\t\"key_732\": \"<string>\",\n\t\t\"key_733\": \"<string>\",\n\t\t\"key_734\": \"<string>\",\n\t\t\"key_735\": \"<string>\",\n\t\t\"key_736\": \"<string>\",\n\t\t\"key_737\": \"<string>\",\n\t\t\"key_738\": \"<string>\",\n\t\t\"key_739\": \"<string>\",\n\t\t\"key_740\": \"<string>\",\n\t\t\"key_741\": \"<string>\",\n\t\t\"key_742\": \"<string>\",\n\t\t\"key_743\": \"<string>\",\n\t\t\"key_744\": \"<string>\",\n\t\t\"key_745\": \"<string>\",\n\t\t\"key_746\": \"<string>\",\n\t\t\"key_747\": \"<string>\",\n\t\t\"key_748\": \"<string>\",\n\t\t\"key_749\": \"<string>\",\n\t\t\"key_750\": \"<string>\",\n\t\t\"key_751\": \"<string>\",\n\t\t\"key_752\": \"<string>\",\n\t\t\"key_753\": \"<string>\",\n\t\t\"key_754\": \"<string>\",\n\t\t\"key_755\": \"<string>\",\n\t\t\"key_756\": \"<string>\",\n\t\t\"key_757\": \"<string>\",\n\t\t\"key_758\": \"<string>\",\n\t\t\"key_759\": \"<string>\",\n\t\t\"key_760\": \"<string>\",\n\t\t\"key_761\": \"<string>\",\n\t\t\"key_762\": \"<string>\",\n\t\t\"key_763\": \"<string>\",\n\t\t\"key_764\": \"<string>\",\n\t\t\"key_765\": \"<string>\",\n\t\t\"key_766\": \"<string>\",\n\t\t\"key_767\": \"<string>\",\n\t\t\"key_768\": \"<string>\",\n\t\t\"key_769\": \"<string>\",\n\t\t\"key_770\": \"<string>\",\n\t\t\"key_771\": \"<string>\",\n\t\t\"key_772\": \"<string>\",\n\t\t\"key_773\": \"<string>\",\n\t\t\"key_774\": \"<string>\",\n\t\t\"key_775\": \"<string>\",\n\t\t\"key_776\": \"<string>\",\n\t\t\"key_777\": \"<string>\",\n\t\t\"key_778\": \"<string>\",\n\t\t\"key_779\": \"<string>\",\n\t\t\"key_780\": \"<string>\",\n\t\t\"key_781\": \"<string>\",\n\t\t\"key_782\": \"<string>\",\n\t\t\"key_783\": \"<string>\",\n\t\t\"key_784\": \"<string>\",\n\t\t\"key_785\": \"<string>\",\n\t\t\"key_786\": \"<string>\",\n\t\t\"key_787\": \"<string>\",\n\t\t\"key_788\": \"<string>\",\n\t\t\"key_789\": \"<string>\",\n\t\t\"key_790\": \"<string>\",\n\t\t\"key_791\": \"<string>\",\n\t\t\"key_792\": \"<string>\",\n\t\t\"key_793\": \"<string>\",\n\t\t\"key_794\": \"<string>\",\n\t\t\"key_795\": \"<string>\",\n\t\t\"key_796\": \"<string>\",\n\t\t\"key_797\": \"<string>\",\n\t\t\"key_798\": \"<string>\",\n\t\t\"key_799\": \"<string>\",\n\t\t\"key_800\": \"<string>\",\n\t\t\"key_801\": \"<string>\",\n\t\t\"key_802\": \"<string>\",\n\t\t\"key_803\": \"<string>\",\n\t\t\"key_804\": \"<string>\",\n\t\t\"key_805\": \"<string>\",\n\t\t\"key_806\": \"<string>\",\n\t\t\"key_807\": \"<string>\",\n\t\t\"key_808\": \"<string>\",\n\t\t\"key_809\": \"<string>\",\n\t\t\"key_810\": \"<string>\",\n\t\t\"key_811\": \"<string>\",\n\t\t\"key_812\": \"<string>\",\n\t\t\"key_813\": \"<string>\",\n\t\t\"key_814\": \"<string>\",\n\t\t\"key_815\": \"<string>\",\n\t\t\"key_816\": \"<string>\",\n\t\t\"key_817\": \"<string>\",\n\t\t\"key_818\": \"<string>\",\n\t\t\"key_819\": \"<string>\",\n\t\t\"key_820\": \"<string>\",\n\t\t\"key_821\": \"<string>\",\n\t\t\"key_822\": \"<string>\",\n\t\t\"key_823\": \"<string>\",\n\t\t\"key_824\": \"<string>\",\n\t\t\"key_825\": \"<string>\",\n\t\t\"key_826\": \"<string>\",\n\t\t\"key_827\": \"<string>\",\n\t\t\"key_828\": \"<string>\",\n\t\t\"key_829\": \"<string>\",\n\t\t\"key_830\": \"<string>\",\n\t\t\"key_831\": \"<string>\",\n\t\t\"key_832\": \"<string>\",\n\t\t\"key_833\": \"<string>\",\n\t\t\"key_834\": \"<string>\",\n\t\t\"key_835\": \"<string>\",\n\t\t\"key_836\": \"<string>\",\n\t\t\"key_837\": \"<string>\",\n\t\t\"key_838\": \"<string>\",\n\t\t\"key_839\": \"<string>\",\n\t\t\"key_840\": \"<string>\",\n\t\t\"key_841\": \"<string>\",\n\t\t\"key_842\": \"<string>\",\n\t\t\"key_843\": \"<string>\",\n\t\t\"key_844\": \"<string>\",\n\t\t\"key_845\": \"<string>\",\n\t\t\"key_846\": \"<string>\",\n\t\t\"key_847\": \"<string>\",\n\t\t\"key_848\": \"<string>\",\n\t\t\"key_849\": \"<string>\",\n\t\t\"key_850\": \"<string>\",\n\t\t\"key_851\": \"<string>\",\n\t\t\"key_852\": \"<string>\",\n\t\t\"key_853\": \"<string>\",\n\t\t\"key_854\": \"<string>\",\n\t\t\"key_855\": \"<string>\",\n\t\t\"key_856\": \"<string>\",\n\t\t\"key_857\": \"<string>\",\n\t\t\"key_858\": \"<string>\",\n\t\t\"key_859\": \"<string>\",\n\t\t\"key_860\": \"<string>\",\n\t\t\"key_861\": \"<string>\",\n\t\t\"key_862\": \"<string>\",\n\t\t\"key_863\": \"<string>\",\n\t\t\"key_864\": \"<string>\",\n\t\t\"key_865\": \"<string>\",\n\t\t\"key_866\": \"<string>\",\n\t\t\"key_867\": \"<string>\",\n\t\t\"key_868\": \"<string>\",\n\t\t\"key_869\": \"<string>\",\n\t\t\"key_870\": \"<string>\",\n\t\t\"key_871\": \"<string>\",\n\t\t\"key_872\": \"<string>\",\n\t\t\"key_873\": \"<string>\",\n\t\t\"key_874\": \"<string>\",\n\t\t\"key_875\": \"<string>\",\n\t\t\"key_876\": \"<string>\",\n\t\t\"key_877\": \"<string>\",\n\t\t\"key_878\": \"<string>\",\n\t\t\"key_879\": \"<string>\",\n\t\t\"key_880\": \"<string>\",\n\t\t\"key_881\": \"<string>\",\n\t\t\"key_882\": \"<string>\",\n\t\t\"key_883\": \"<string>\",\n\t\t\"key_884\": \"<string>\",\n\t\t\"key_885\": \"<string>\",\n\t\t\"key_886\": \"<string>\",\n\t\t\"key_887\": \"<string>\",\n\t\t\"key_888\": \"<string>\",\n\t\t\"key_889\": \"<string>\",\n\t\t\"key_890\": \"<string>\",\n\t\t\"key_891\": \"<string>\",\n\t\t\"key_892\": \"<string>\",\n\t\t\"key_893\": \"<string>\",\n\t\t\"key_894\": \"<string>\",\n\t\t\"key_895\": \"<string>\",\n\t\t\"key_896\": \"<string>\",\n\t\t\"key_897\": \"<string>\",\n\t\t\"key_898\": \"<string>\",\n\t\t\"key_899\": \"<string>\",\n\t\t\"key_900\": \"<string>\",\n\t\t\"key_901\": \"<string>\",\n\t\t\"key_902\": \"<string>\",\n\t\t\"key_903\": \"<string>\",\n\t\t\"key_904\": \"<string>\",\n\t\t\"key_905\": \"<string>\",\n\t\t\"key_906\": \"<string>\",\n\t\t\"key_907\": \"<string>\",\n\t\t\"key_908\": \"<string>\",\n\t\t\"key_909\": \"<string>\",\n\t\t\"key_910\": \"<string>\",\n\t\t\"key_911\": \"<string>\",\n\t\t\"key_912\": \"<string>\",\n\t\t\"key_913\": \"<string>\",\n\t\t\"key_914\": \"<string>\",\n\t\t\"key_915\": \"<string>\",\n\t\t\"key_916\": \"<string>\",\n\t\t\"key_917\": \"<string>\",\n\t\t\"key_918\": \"<string>\",\n\t\t\"key_919\": \"<string>\",\n\t\t\"key_920\": \"<string>\",\n\t\t\"key_921\": \"<string>\",\n\t\t\"key_922\": \"<string>\",\n\t\t\"key_923\": \"<string>\",\n\t\t\"key_924\": \"<string>\",\n\t\t\"key_925\": \"<string>\",\n\t\t\"key_926\": \"<string>\",\n\t\t\"key_927\": \"<string>\",\n\t\t\"key_928\": \"<string>\",\n\t\t\"key_929\": \"<string>\",\n\t\t\"key_930\": \"<string>\",\n\t\t\"key_931\": \"<string>\",\n\t\t\"key_932\": \"<string>\",\n\t\t\"key_933\": \"<string>\",\n\t\t\"key_934\": \"<string>\",\n\t\t\"key_935\": \"<string>\",\n\t\t\"key_936\": \"<string>\",\n\t\t\"key_937\": \"<string>\",\n\t\t\"key_938\": \"<string>\",\n\t\t\"key_939\": \"<string>\",\n\t\t\"key_940\": \"<string>\",\n\t\t\"key_941\": \"<string>\",\n\t\t\"key_942\": \"<string>\",\n\t\t\"key_943\": \"<string>\",\n\t\t\"key_944\": \"<string>\",\n\t\t\"key_945\": \"<string>\",\n\t\t\"key_946\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "318209c1-4446-4dab-b029-17c78943eb3a",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2ad8e95f-d20d-4d7b-97c3-9938821d1a16",
              "name": "Retrieve all Authentication Providers",
              "request": {
                "name": "Retrieve all Authentication Providers",
                "description": {
                  "content": "Returns a list of all Authentication Providers on your tenant.\n\n### **Analytic events**\n* USER_AUTHENTICATION_PROVIDER_RETRIEVE_LIST_START\n* USER_AUTHENTICATION_PROVIDER_RETRIEVE_LIST_SUCCESS\n* USER_AUTHENTICATION_PROVIDER_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "users",
                    "authentication-providers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "dd4887d3-094a-4f4e-bb6b-8e7b5d15eef6",
                  "name": "Authentication Providers retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"clientId\": \"<string>\",\n\t\t\t\"clientSecret\": \"<string>\",\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"redirectUrl\": \"<uri>\",\n\t\t\t\"url\": \"<uri>\",\n\t\t\t\"scope\": [\n\t\t\t\t\"openid\",\n\t\t\t\t\"profile\",\n\t\t\t\t\"email\"\n\t\t\t],\n\t\t\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\t\t\"staticRequestParameters\": {\n\t\t\t\t\"key_0\": \"<string>\",\n\t\t\t\t\"key_1\": \"<string>\",\n\t\t\t\t\"key_2\": \"<string>\",\n\t\t\t\t\"key_3\": \"<string>\",\n\t\t\t\t\"key_4\": \"<string>\",\n\t\t\t\t\"key_5\": \"<string>\",\n\t\t\t\t\"key_6\": \"<string>\",\n\t\t\t\t\"key_7\": \"<string>\",\n\t\t\t\t\"key_8\": \"<string>\",\n\t\t\t\t\"key_9\": \"<string>\",\n\t\t\t\t\"key_10\": \"<string>\",\n\t\t\t\t\"key_11\": \"<string>\",\n\t\t\t\t\"key_12\": \"<string>\",\n\t\t\t\t\"key_13\": \"<string>\",\n\t\t\t\t\"key_14\": \"<string>\",\n\t\t\t\t\"key_15\": \"<string>\",\n\t\t\t\t\"key_16\": \"<string>\",\n\t\t\t\t\"key_17\": \"<string>\",\n\t\t\t\t\"key_18\": \"<string>\",\n\t\t\t\t\"key_19\": \"<string>\",\n\t\t\t\t\"key_20\": \"<string>\",\n\t\t\t\t\"key_21\": \"<string>\",\n\t\t\t\t\"key_22\": \"<string>\",\n\t\t\t\t\"key_23\": \"<string>\",\n\t\t\t\t\"key_24\": \"<string>\",\n\t\t\t\t\"key_25\": \"<string>\",\n\t\t\t\t\"key_26\": \"<string>\",\n\t\t\t\t\"key_27\": \"<string>\",\n\t\t\t\t\"key_28\": \"<string>\",\n\t\t\t\t\"key_29\": \"<string>\",\n\t\t\t\t\"key_30\": \"<string>\",\n\t\t\t\t\"key_31\": \"<string>\",\n\t\t\t\t\"key_32\": \"<string>\",\n\t\t\t\t\"key_33\": \"<string>\",\n\t\t\t\t\"key_34\": \"<string>\",\n\t\t\t\t\"key_35\": \"<string>\",\n\t\t\t\t\"key_36\": \"<string>\",\n\t\t\t\t\"key_37\": \"<string>\",\n\t\t\t\t\"key_38\": \"<string>\",\n\t\t\t\t\"key_39\": \"<string>\",\n\t\t\t\t\"key_40\": \"<string>\",\n\t\t\t\t\"key_41\": \"<string>\",\n\t\t\t\t\"key_42\": \"<string>\",\n\t\t\t\t\"key_43\": \"<string>\",\n\t\t\t\t\"key_44\": \"<string>\",\n\t\t\t\t\"key_45\": \"<string>\",\n\t\t\t\t\"key_46\": \"<string>\",\n\t\t\t\t\"key_47\": \"<string>\",\n\t\t\t\t\"key_48\": \"<string>\",\n\t\t\t\t\"key_49\": \"<string>\",\n\t\t\t\t\"key_50\": \"<string>\",\n\t\t\t\t\"key_51\": \"<string>\",\n\t\t\t\t\"key_52\": \"<string>\",\n\t\t\t\t\"key_53\": \"<string>\",\n\t\t\t\t\"key_54\": \"<string>\",\n\t\t\t\t\"key_55\": \"<string>\",\n\t\t\t\t\"key_56\": \"<string>\",\n\t\t\t\t\"key_57\": \"<string>\",\n\t\t\t\t\"key_58\": \"<string>\",\n\t\t\t\t\"key_59\": \"<string>\",\n\t\t\t\t\"key_60\": \"<string>\",\n\t\t\t\t\"key_61\": \"<string>\",\n\t\t\t\t\"key_62\": \"<string>\",\n\t\t\t\t\"key_63\": \"<string>\",\n\t\t\t\t\"key_64\": \"<string>\",\n\t\t\t\t\"key_65\": \"<string>\",\n\t\t\t\t\"key_66\": \"<string>\",\n\t\t\t\t\"key_67\": \"<string>\",\n\t\t\t\t\"key_68\": \"<string>\",\n\t\t\t\t\"key_69\": \"<string>\",\n\t\t\t\t\"key_70\": \"<string>\",\n\t\t\t\t\"key_71\": \"<string>\",\n\t\t\t\t\"key_72\": \"<string>\",\n\t\t\t\t\"key_73\": \"<string>\",\n\t\t\t\t\"key_74\": \"<string>\",\n\t\t\t\t\"key_75\": \"<string>\",\n\t\t\t\t\"key_76\": \"<string>\",\n\t\t\t\t\"key_77\": \"<string>\",\n\t\t\t\t\"key_78\": \"<string>\",\n\t\t\t\t\"key_79\": \"<string>\",\n\t\t\t\t\"key_80\": \"<string>\",\n\t\t\t\t\"key_81\": \"<string>\",\n\t\t\t\t\"key_82\": \"<string>\",\n\t\t\t\t\"key_83\": \"<string>\",\n\t\t\t\t\"key_84\": \"<string>\",\n\t\t\t\t\"key_85\": \"<string>\",\n\t\t\t\t\"key_86\": \"<string>\",\n\t\t\t\t\"key_87\": \"<string>\",\n\t\t\t\t\"key_88\": \"<string>\",\n\t\t\t\t\"key_89\": \"<string>\",\n\t\t\t\t\"key_90\": \"<string>\",\n\t\t\t\t\"key_91\": \"<string>\",\n\t\t\t\t\"key_92\": \"<string>\",\n\t\t\t\t\"key_93\": \"<string>\",\n\t\t\t\t\"key_94\": \"<string>\",\n\t\t\t\t\"key_95\": \"<string>\",\n\t\t\t\t\"key_96\": \"<string>\",\n\t\t\t\t\"key_97\": \"<string>\",\n\t\t\t\t\"key_98\": \"<string>\",\n\t\t\t\t\"key_99\": \"<string>\",\n\t\t\t\t\"key_100\": \"<string>\",\n\t\t\t\t\"key_101\": \"<string>\",\n\t\t\t\t\"key_102\": \"<string>\",\n\t\t\t\t\"key_103\": \"<string>\",\n\t\t\t\t\"key_104\": \"<string>\",\n\t\t\t\t\"key_105\": \"<string>\",\n\t\t\t\t\"key_106\": \"<string>\",\n\t\t\t\t\"key_107\": \"<string>\",\n\t\t\t\t\"key_108\": \"<string>\",\n\t\t\t\t\"key_109\": \"<string>\",\n\t\t\t\t\"key_110\": \"<string>\",\n\t\t\t\t\"key_111\": \"<string>\",\n\t\t\t\t\"key_112\": \"<string>\",\n\t\t\t\t\"key_113\": \"<string>\",\n\t\t\t\t\"key_114\": \"<string>\",\n\t\t\t\t\"key_115\": \"<string>\",\n\t\t\t\t\"key_116\": \"<string>\",\n\t\t\t\t\"key_117\": \"<string>\",\n\t\t\t\t\"key_118\": \"<string>\",\n\t\t\t\t\"key_119\": \"<string>\",\n\t\t\t\t\"key_120\": \"<string>\",\n\t\t\t\t\"key_121\": \"<string>\",\n\t\t\t\t\"key_122\": \"<string>\",\n\t\t\t\t\"key_123\": \"<string>\",\n\t\t\t\t\"key_124\": \"<string>\",\n\t\t\t\t\"key_125\": \"<string>\",\n\t\t\t\t\"key_126\": \"<string>\",\n\t\t\t\t\"key_127\": \"<string>\",\n\t\t\t\t\"key_128\": \"<string>\",\n\t\t\t\t\"key_129\": \"<string>\",\n\t\t\t\t\"key_130\": \"<string>\",\n\t\t\t\t\"key_131\": \"<string>\",\n\t\t\t\t\"key_132\": \"<string>\",\n\t\t\t\t\"key_133\": \"<string>\",\n\t\t\t\t\"key_134\": \"<string>\",\n\t\t\t\t\"key_135\": \"<string>\",\n\t\t\t\t\"key_136\": \"<string>\",\n\t\t\t\t\"key_137\": \"<string>\",\n\t\t\t\t\"key_138\": \"<string>\",\n\t\t\t\t\"key_139\": \"<string>\",\n\t\t\t\t\"key_140\": \"<string>\",\n\t\t\t\t\"key_141\": \"<string>\",\n\t\t\t\t\"key_142\": \"<string>\",\n\t\t\t\t\"key_143\": \"<string>\",\n\t\t\t\t\"key_144\": \"<string>\",\n\t\t\t\t\"key_145\": \"<string>\",\n\t\t\t\t\"key_146\": \"<string>\",\n\t\t\t\t\"key_147\": \"<string>\",\n\t\t\t\t\"key_148\": \"<string>\",\n\t\t\t\t\"key_149\": \"<string>\",\n\t\t\t\t\"key_150\": \"<string>\",\n\t\t\t\t\"key_151\": \"<string>\",\n\t\t\t\t\"key_152\": \"<string>\",\n\t\t\t\t\"key_153\": \"<string>\",\n\t\t\t\t\"key_154\": \"<string>\",\n\t\t\t\t\"key_155\": \"<string>\",\n\t\t\t\t\"key_156\": \"<string>\",\n\t\t\t\t\"key_157\": \"<string>\",\n\t\t\t\t\"key_158\": \"<string>\",\n\t\t\t\t\"key_159\": \"<string>\",\n\t\t\t\t\"key_160\": \"<string>\",\n\t\t\t\t\"key_161\": \"<string>\",\n\t\t\t\t\"key_162\": \"<string>\",\n\t\t\t\t\"key_163\": \"<string>\",\n\t\t\t\t\"key_164\": \"<string>\",\n\t\t\t\t\"key_165\": \"<string>\",\n\t\t\t\t\"key_166\": \"<string>\",\n\t\t\t\t\"key_167\": \"<string>\",\n\t\t\t\t\"key_168\": \"<string>\",\n\t\t\t\t\"key_169\": \"<string>\",\n\t\t\t\t\"key_170\": \"<string>\",\n\t\t\t\t\"key_171\": \"<string>\",\n\t\t\t\t\"key_172\": \"<string>\",\n\t\t\t\t\"key_173\": \"<string>\",\n\t\t\t\t\"key_174\": \"<string>\",\n\t\t\t\t\"key_175\": \"<string>\",\n\t\t\t\t\"key_176\": \"<string>\",\n\t\t\t\t\"key_177\": \"<string>\",\n\t\t\t\t\"key_178\": \"<string>\",\n\t\t\t\t\"key_179\": \"<string>\",\n\t\t\t\t\"key_180\": \"<string>\",\n\t\t\t\t\"key_181\": \"<string>\",\n\t\t\t\t\"key_182\": \"<string>\",\n\t\t\t\t\"key_183\": \"<string>\",\n\t\t\t\t\"key_184\": \"<string>\",\n\t\t\t\t\"key_185\": \"<string>\",\n\t\t\t\t\"key_186\": \"<string>\",\n\t\t\t\t\"key_187\": \"<string>\",\n\t\t\t\t\"key_188\": \"<string>\",\n\t\t\t\t\"key_189\": \"<string>\",\n\t\t\t\t\"key_190\": \"<string>\",\n\t\t\t\t\"key_191\": \"<string>\",\n\t\t\t\t\"key_192\": \"<string>\",\n\t\t\t\t\"key_193\": \"<string>\",\n\t\t\t\t\"key_194\": \"<string>\",\n\t\t\t\t\"key_195\": \"<string>\",\n\t\t\t\t\"key_196\": \"<string>\",\n\t\t\t\t\"key_197\": \"<string>\",\n\t\t\t\t\"key_198\": \"<string>\",\n\t\t\t\t\"key_199\": \"<string>\",\n\t\t\t\t\"key_200\": \"<string>\",\n\t\t\t\t\"key_201\": \"<string>\",\n\t\t\t\t\"key_202\": \"<string>\",\n\t\t\t\t\"key_203\": \"<string>\",\n\t\t\t\t\"key_204\": \"<string>\",\n\t\t\t\t\"key_205\": \"<string>\",\n\t\t\t\t\"key_206\": \"<string>\",\n\t\t\t\t\"key_207\": \"<string>\",\n\t\t\t\t\"key_208\": \"<string>\",\n\t\t\t\t\"key_209\": \"<string>\",\n\t\t\t\t\"key_210\": \"<string>\",\n\t\t\t\t\"key_211\": \"<string>\",\n\t\t\t\t\"key_212\": \"<string>\",\n\t\t\t\t\"key_213\": \"<string>\",\n\t\t\t\t\"key_214\": \"<string>\",\n\t\t\t\t\"key_215\": \"<string>\",\n\t\t\t\t\"key_216\": \"<string>\",\n\t\t\t\t\"key_217\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"clientId\": \"<string>\",\n\t\t\t\"clientSecret\": \"<string>\",\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"redirectUrl\": \"<uri>\",\n\t\t\t\"url\": \"<uri>\",\n\t\t\t\"scope\": [\n\t\t\t\t\"openid\",\n\t\t\t\t\"profile\",\n\t\t\t\t\"email\"\n\t\t\t],\n\t\t\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\t\t\"staticRequestParameters\": {\n\t\t\t\t\"key_0\": \"<string>\",\n\t\t\t\t\"key_1\": \"<string>\",\n\t\t\t\t\"key_2\": \"<string>\",\n\t\t\t\t\"key_3\": \"<string>\",\n\t\t\t\t\"key_4\": \"<string>\",\n\t\t\t\t\"key_5\": \"<string>\",\n\t\t\t\t\"key_6\": \"<string>\",\n\t\t\t\t\"key_7\": \"<string>\",\n\t\t\t\t\"key_8\": \"<string>\",\n\t\t\t\t\"key_9\": \"<string>\",\n\t\t\t\t\"key_10\": \"<string>\",\n\t\t\t\t\"key_11\": \"<string>\",\n\t\t\t\t\"key_12\": \"<string>\",\n\t\t\t\t\"key_13\": \"<string>\",\n\t\t\t\t\"key_14\": \"<string>\",\n\t\t\t\t\"key_15\": \"<string>\",\n\t\t\t\t\"key_16\": \"<string>\",\n\t\t\t\t\"key_17\": \"<string>\",\n\t\t\t\t\"key_18\": \"<string>\",\n\t\t\t\t\"key_19\": \"<string>\",\n\t\t\t\t\"key_20\": \"<string>\",\n\t\t\t\t\"key_21\": \"<string>\",\n\t\t\t\t\"key_22\": \"<string>\",\n\t\t\t\t\"key_23\": \"<string>\",\n\t\t\t\t\"key_24\": \"<string>\",\n\t\t\t\t\"key_25\": \"<string>\",\n\t\t\t\t\"key_26\": \"<string>\",\n\t\t\t\t\"key_27\": \"<string>\",\n\t\t\t\t\"key_28\": \"<string>\",\n\t\t\t\t\"key_29\": \"<string>\",\n\t\t\t\t\"key_30\": \"<string>\",\n\t\t\t\t\"key_31\": \"<string>\",\n\t\t\t\t\"key_32\": \"<string>\",\n\t\t\t\t\"key_33\": \"<string>\",\n\t\t\t\t\"key_34\": \"<string>\",\n\t\t\t\t\"key_35\": \"<string>\",\n\t\t\t\t\"key_36\": \"<string>\",\n\t\t\t\t\"key_37\": \"<string>\",\n\t\t\t\t\"key_38\": \"<string>\",\n\t\t\t\t\"key_39\": \"<string>\",\n\t\t\t\t\"key_40\": \"<string>\",\n\t\t\t\t\"key_41\": \"<string>\",\n\t\t\t\t\"key_42\": \"<string>\",\n\t\t\t\t\"key_43\": \"<string>\",\n\t\t\t\t\"key_44\": \"<string>\",\n\t\t\t\t\"key_45\": \"<string>\",\n\t\t\t\t\"key_46\": \"<string>\",\n\t\t\t\t\"key_47\": \"<string>\",\n\t\t\t\t\"key_48\": \"<string>\",\n\t\t\t\t\"key_49\": \"<string>\",\n\t\t\t\t\"key_50\": \"<string>\",\n\t\t\t\t\"key_51\": \"<string>\",\n\t\t\t\t\"key_52\": \"<string>\",\n\t\t\t\t\"key_53\": \"<string>\",\n\t\t\t\t\"key_54\": \"<string>\",\n\t\t\t\t\"key_55\": \"<string>\",\n\t\t\t\t\"key_56\": \"<string>\",\n\t\t\t\t\"key_57\": \"<string>\",\n\t\t\t\t\"key_58\": \"<string>\",\n\t\t\t\t\"key_59\": \"<string>\",\n\t\t\t\t\"key_60\": \"<string>\",\n\t\t\t\t\"key_61\": \"<string>\",\n\t\t\t\t\"key_62\": \"<string>\",\n\t\t\t\t\"key_63\": \"<string>\",\n\t\t\t\t\"key_64\": \"<string>\",\n\t\t\t\t\"key_65\": \"<string>\",\n\t\t\t\t\"key_66\": \"<string>\",\n\t\t\t\t\"key_67\": \"<string>\",\n\t\t\t\t\"key_68\": \"<string>\",\n\t\t\t\t\"key_69\": \"<string>\",\n\t\t\t\t\"key_70\": \"<string>\",\n\t\t\t\t\"key_71\": \"<string>\",\n\t\t\t\t\"key_72\": \"<string>\",\n\t\t\t\t\"key_73\": \"<string>\",\n\t\t\t\t\"key_74\": \"<string>\",\n\t\t\t\t\"key_75\": \"<string>\",\n\t\t\t\t\"key_76\": \"<string>\",\n\t\t\t\t\"key_77\": \"<string>\",\n\t\t\t\t\"key_78\": \"<string>\",\n\t\t\t\t\"key_79\": \"<string>\",\n\t\t\t\t\"key_80\": \"<string>\",\n\t\t\t\t\"key_81\": \"<string>\",\n\t\t\t\t\"key_82\": \"<string>\",\n\t\t\t\t\"key_83\": \"<string>\",\n\t\t\t\t\"key_84\": \"<string>\",\n\t\t\t\t\"key_85\": \"<string>\",\n\t\t\t\t\"key_86\": \"<string>\",\n\t\t\t\t\"key_87\": \"<string>\",\n\t\t\t\t\"key_88\": \"<string>\",\n\t\t\t\t\"key_89\": \"<string>\",\n\t\t\t\t\"key_90\": \"<string>\",\n\t\t\t\t\"key_91\": \"<string>\",\n\t\t\t\t\"key_92\": \"<string>\",\n\t\t\t\t\"key_93\": \"<string>\",\n\t\t\t\t\"key_94\": \"<string>\",\n\t\t\t\t\"key_95\": \"<string>\",\n\t\t\t\t\"key_96\": \"<string>\",\n\t\t\t\t\"key_97\": \"<string>\",\n\t\t\t\t\"key_98\": \"<string>\",\n\t\t\t\t\"key_99\": \"<string>\",\n\t\t\t\t\"key_100\": \"<string>\",\n\t\t\t\t\"key_101\": \"<string>\",\n\t\t\t\t\"key_102\": \"<string>\",\n\t\t\t\t\"key_103\": \"<string>\",\n\t\t\t\t\"key_104\": \"<string>\",\n\t\t\t\t\"key_105\": \"<string>\",\n\t\t\t\t\"key_106\": \"<string>\",\n\t\t\t\t\"key_107\": \"<string>\",\n\t\t\t\t\"key_108\": \"<string>\",\n\t\t\t\t\"key_109\": \"<string>\",\n\t\t\t\t\"key_110\": \"<string>\",\n\t\t\t\t\"key_111\": \"<string>\",\n\t\t\t\t\"key_112\": \"<string>\",\n\t\t\t\t\"key_113\": \"<string>\",\n\t\t\t\t\"key_114\": \"<string>\",\n\t\t\t\t\"key_115\": \"<string>\",\n\t\t\t\t\"key_116\": \"<string>\",\n\t\t\t\t\"key_117\": \"<string>\",\n\t\t\t\t\"key_118\": \"<string>\",\n\t\t\t\t\"key_119\": \"<string>\",\n\t\t\t\t\"key_120\": \"<string>\",\n\t\t\t\t\"key_121\": \"<string>\",\n\t\t\t\t\"key_122\": \"<string>\",\n\t\t\t\t\"key_123\": \"<string>\",\n\t\t\t\t\"key_124\": \"<string>\",\n\t\t\t\t\"key_125\": \"<string>\",\n\t\t\t\t\"key_126\": \"<string>\",\n\t\t\t\t\"key_127\": \"<string>\",\n\t\t\t\t\"key_128\": \"<string>\",\n\t\t\t\t\"key_129\": \"<string>\",\n\t\t\t\t\"key_130\": \"<string>\",\n\t\t\t\t\"key_131\": \"<string>\",\n\t\t\t\t\"key_132\": \"<string>\",\n\t\t\t\t\"key_133\": \"<string>\",\n\t\t\t\t\"key_134\": \"<string>\",\n\t\t\t\t\"key_135\": \"<string>\",\n\t\t\t\t\"key_136\": \"<string>\",\n\t\t\t\t\"key_137\": \"<string>\",\n\t\t\t\t\"key_138\": \"<string>\",\n\t\t\t\t\"key_139\": \"<string>\",\n\t\t\t\t\"key_140\": \"<string>\",\n\t\t\t\t\"key_141\": \"<string>\",\n\t\t\t\t\"key_142\": \"<string>\",\n\t\t\t\t\"key_143\": \"<string>\",\n\t\t\t\t\"key_144\": \"<string>\",\n\t\t\t\t\"key_145\": \"<string>\",\n\t\t\t\t\"key_146\": \"<string>\",\n\t\t\t\t\"key_147\": \"<string>\",\n\t\t\t\t\"key_148\": \"<string>\",\n\t\t\t\t\"key_149\": \"<string>\",\n\t\t\t\t\"key_150\": \"<string>\",\n\t\t\t\t\"key_151\": \"<string>\",\n\t\t\t\t\"key_152\": \"<string>\",\n\t\t\t\t\"key_153\": \"<string>\",\n\t\t\t\t\"key_154\": \"<string>\",\n\t\t\t\t\"key_155\": \"<string>\",\n\t\t\t\t\"key_156\": \"<string>\",\n\t\t\t\t\"key_157\": \"<string>\",\n\t\t\t\t\"key_158\": \"<string>\",\n\t\t\t\t\"key_159\": \"<string>\",\n\t\t\t\t\"key_160\": \"<string>\",\n\t\t\t\t\"key_161\": \"<string>\",\n\t\t\t\t\"key_162\": \"<string>\",\n\t\t\t\t\"key_163\": \"<string>\",\n\t\t\t\t\"key_164\": \"<string>\",\n\t\t\t\t\"key_165\": \"<string>\",\n\t\t\t\t\"key_166\": \"<string>\",\n\t\t\t\t\"key_167\": \"<string>\",\n\t\t\t\t\"key_168\": \"<string>\",\n\t\t\t\t\"key_169\": \"<string>\",\n\t\t\t\t\"key_170\": \"<string>\",\n\t\t\t\t\"key_171\": \"<string>\",\n\t\t\t\t\"key_172\": \"<string>\",\n\t\t\t\t\"key_173\": \"<string>\",\n\t\t\t\t\"key_174\": \"<string>\",\n\t\t\t\t\"key_175\": \"<string>\",\n\t\t\t\t\"key_176\": \"<string>\",\n\t\t\t\t\"key_177\": \"<string>\",\n\t\t\t\t\"key_178\": \"<string>\",\n\t\t\t\t\"key_179\": \"<string>\",\n\t\t\t\t\"key_180\": \"<string>\",\n\t\t\t\t\"key_181\": \"<string>\",\n\t\t\t\t\"key_182\": \"<string>\",\n\t\t\t\t\"key_183\": \"<string>\",\n\t\t\t\t\"key_184\": \"<string>\",\n\t\t\t\t\"key_185\": \"<string>\",\n\t\t\t\t\"key_186\": \"<string>\",\n\t\t\t\t\"key_187\": \"<string>\",\n\t\t\t\t\"key_188\": \"<string>\",\n\t\t\t\t\"key_189\": \"<string>\",\n\t\t\t\t\"key_190\": \"<string>\",\n\t\t\t\t\"key_191\": \"<string>\",\n\t\t\t\t\"key_192\": \"<string>\",\n\t\t\t\t\"key_193\": \"<string>\",\n\t\t\t\t\"key_194\": \"<string>\",\n\t\t\t\t\"key_195\": \"<string>\",\n\t\t\t\t\"key_196\": \"<string>\",\n\t\t\t\t\"key_197\": \"<string>\",\n\t\t\t\t\"key_198\": \"<string>\",\n\t\t\t\t\"key_199\": \"<string>\",\n\t\t\t\t\"key_200\": \"<string>\",\n\t\t\t\t\"key_201\": \"<string>\",\n\t\t\t\t\"key_202\": \"<string>\",\n\t\t\t\t\"key_203\": \"<string>\",\n\t\t\t\t\"key_204\": \"<string>\",\n\t\t\t\t\"key_205\": \"<string>\",\n\t\t\t\t\"key_206\": \"<string>\",\n\t\t\t\t\"key_207\": \"<string>\",\n\t\t\t\t\"key_208\": \"<string>\",\n\t\t\t\t\"key_209\": \"<string>\",\n\t\t\t\t\"key_210\": \"<string>\",\n\t\t\t\t\"key_211\": \"<string>\",\n\t\t\t\t\"key_212\": \"<string>\",\n\t\t\t\t\"key_213\": \"<string>\",\n\t\t\t\t\"key_214\": \"<string>\",\n\t\t\t\t\"key_215\": \"<string>\",\n\t\t\t\t\"key_216\": \"<string>\",\n\t\t\t\t\"key_217\": \"<string>\",\n\t\t\t\t\"key_218\": \"<string>\",\n\t\t\t\t\"key_219\": \"<string>\",\n\t\t\t\t\"key_220\": \"<string>\",\n\t\t\t\t\"key_221\": \"<string>\",\n\t\t\t\t\"key_222\": \"<string>\",\n\t\t\t\t\"key_223\": \"<string>\",\n\t\t\t\t\"key_224\": \"<string>\",\n\t\t\t\t\"key_225\": \"<string>\",\n\t\t\t\t\"key_226\": \"<string>\",\n\t\t\t\t\"key_227\": \"<string>\",\n\t\t\t\t\"key_228\": \"<string>\",\n\t\t\t\t\"key_229\": \"<string>\",\n\t\t\t\t\"key_230\": \"<string>\",\n\t\t\t\t\"key_231\": \"<string>\",\n\t\t\t\t\"key_232\": \"<string>\",\n\t\t\t\t\"key_233\": \"<string>\",\n\t\t\t\t\"key_234\": \"<string>\",\n\t\t\t\t\"key_235\": \"<string>\",\n\t\t\t\t\"key_236\": \"<string>\",\n\t\t\t\t\"key_237\": \"<string>\",\n\t\t\t\t\"key_238\": \"<string>\",\n\t\t\t\t\"key_239\": \"<string>\",\n\t\t\t\t\"key_240\": \"<string>\",\n\t\t\t\t\"key_241\": \"<string>\",\n\t\t\t\t\"key_242\": \"<string>\",\n\t\t\t\t\"key_243\": \"<string>\",\n\t\t\t\t\"key_244\": \"<string>\",\n\t\t\t\t\"key_245\": \"<string>\",\n\t\t\t\t\"key_246\": \"<string>\",\n\t\t\t\t\"key_247\": \"<string>\",\n\t\t\t\t\"key_248\": \"<string>\",\n\t\t\t\t\"key_249\": \"<string>\",\n\t\t\t\t\"key_250\": \"<string>\",\n\t\t\t\t\"key_251\": \"<string>\",\n\t\t\t\t\"key_252\": \"<string>\",\n\t\t\t\t\"key_253\": \"<string>\",\n\t\t\t\t\"key_254\": \"<string>\",\n\t\t\t\t\"key_255\": \"<string>\",\n\t\t\t\t\"key_256\": \"<string>\",\n\t\t\t\t\"key_257\": \"<string>\",\n\t\t\t\t\"key_258\": \"<string>\",\n\t\t\t\t\"key_259\": \"<string>\",\n\t\t\t\t\"key_260\": \"<string>\",\n\t\t\t\t\"key_261\": \"<string>\",\n\t\t\t\t\"key_262\": \"<string>\",\n\t\t\t\t\"key_263\": \"<string>\",\n\t\t\t\t\"key_264\": \"<string>\",\n\t\t\t\t\"key_265\": \"<string>\",\n\t\t\t\t\"key_266\": \"<string>\",\n\t\t\t\t\"key_267\": \"<string>\",\n\t\t\t\t\"key_268\": \"<string>\",\n\t\t\t\t\"key_269\": \"<string>\",\n\t\t\t\t\"key_270\": \"<string>\",\n\t\t\t\t\"key_271\": \"<string>\",\n\t\t\t\t\"key_272\": \"<string>\",\n\t\t\t\t\"key_273\": \"<string>\",\n\t\t\t\t\"key_274\": \"<string>\",\n\t\t\t\t\"key_275\": \"<string>\",\n\t\t\t\t\"key_276\": \"<string>\",\n\t\t\t\t\"key_277\": \"<string>\",\n\t\t\t\t\"key_278\": \"<string>\",\n\t\t\t\t\"key_279\": \"<string>\",\n\t\t\t\t\"key_280\": \"<string>\",\n\t\t\t\t\"key_281\": \"<string>\",\n\t\t\t\t\"key_282\": \"<string>\",\n\t\t\t\t\"key_283\": \"<string>\",\n\t\t\t\t\"key_284\": \"<string>\",\n\t\t\t\t\"key_285\": \"<string>\",\n\t\t\t\t\"key_286\": \"<string>\",\n\t\t\t\t\"key_287\": \"<string>\",\n\t\t\t\t\"key_288\": \"<string>\",\n\t\t\t\t\"key_289\": \"<string>\",\n\t\t\t\t\"key_290\": \"<string>\",\n\t\t\t\t\"key_291\": \"<string>\",\n\t\t\t\t\"key_292\": \"<string>\",\n\t\t\t\t\"key_293\": \"<string>\",\n\t\t\t\t\"key_294\": \"<string>\",\n\t\t\t\t\"key_295\": \"<string>\",\n\t\t\t\t\"key_296\": \"<string>\",\n\t\t\t\t\"key_297\": \"<string>\",\n\t\t\t\t\"key_298\": \"<string>\",\n\t\t\t\t\"key_299\": \"<string>\",\n\t\t\t\t\"key_300\": \"<string>\",\n\t\t\t\t\"key_301\": \"<string>\",\n\t\t\t\t\"key_302\": \"<string>\",\n\t\t\t\t\"key_303\": \"<string>\",\n\t\t\t\t\"key_304\": \"<string>\",\n\t\t\t\t\"key_305\": \"<string>\",\n\t\t\t\t\"key_306\": \"<string>\",\n\t\t\t\t\"key_307\": \"<string>\",\n\t\t\t\t\"key_308\": \"<string>\",\n\t\t\t\t\"key_309\": \"<string>\",\n\t\t\t\t\"key_310\": \"<string>\",\n\t\t\t\t\"key_311\": \"<string>\",\n\t\t\t\t\"key_312\": \"<string>\",\n\t\t\t\t\"key_313\": \"<string>\",\n\t\t\t\t\"key_314\": \"<string>\",\n\t\t\t\t\"key_315\": \"<string>\",\n\t\t\t\t\"key_316\": \"<string>\",\n\t\t\t\t\"key_317\": \"<string>\",\n\t\t\t\t\"key_318\": \"<string>\",\n\t\t\t\t\"key_319\": \"<string>\",\n\t\t\t\t\"key_320\": \"<string>\",\n\t\t\t\t\"key_321\": \"<string>\",\n\t\t\t\t\"key_322\": \"<string>\",\n\t\t\t\t\"key_323\": \"<string>\",\n\t\t\t\t\"key_324\": \"<string>\",\n\t\t\t\t\"key_325\": \"<string>\",\n\t\t\t\t\"key_326\": \"<string>\",\n\t\t\t\t\"key_327\": \"<string>\",\n\t\t\t\t\"key_328\": \"<string>\",\n\t\t\t\t\"key_329\": \"<string>\",\n\t\t\t\t\"key_330\": \"<string>\",\n\t\t\t\t\"key_331\": \"<string>\",\n\t\t\t\t\"key_332\": \"<string>\",\n\t\t\t\t\"key_333\": \"<string>\",\n\t\t\t\t\"key_334\": \"<string>\",\n\t\t\t\t\"key_335\": \"<string>\",\n\t\t\t\t\"key_336\": \"<string>\",\n\t\t\t\t\"key_337\": \"<string>\",\n\t\t\t\t\"key_338\": \"<string>\",\n\t\t\t\t\"key_339\": \"<string>\",\n\t\t\t\t\"key_340\": \"<string>\",\n\t\t\t\t\"key_341\": \"<string>\",\n\t\t\t\t\"key_342\": \"<string>\",\n\t\t\t\t\"key_343\": \"<string>\",\n\t\t\t\t\"key_344\": \"<string>\",\n\t\t\t\t\"key_345\": \"<string>\",\n\t\t\t\t\"key_346\": \"<string>\",\n\t\t\t\t\"key_347\": \"<string>\",\n\t\t\t\t\"key_348\": \"<string>\",\n\t\t\t\t\"key_349\": \"<string>\",\n\t\t\t\t\"key_350\": \"<string>\",\n\t\t\t\t\"key_351\": \"<string>\",\n\t\t\t\t\"key_352\": \"<string>\",\n\t\t\t\t\"key_353\": \"<string>\",\n\t\t\t\t\"key_354\": \"<string>\",\n\t\t\t\t\"key_355\": \"<string>\",\n\t\t\t\t\"key_356\": \"<string>\",\n\t\t\t\t\"key_357\": \"<string>\",\n\t\t\t\t\"key_358\": \"<string>\",\n\t\t\t\t\"key_359\": \"<string>\",\n\t\t\t\t\"key_360\": \"<string>\",\n\t\t\t\t\"key_361\": \"<string>\",\n\t\t\t\t\"key_362\": \"<string>\",\n\t\t\t\t\"key_363\": \"<string>\",\n\t\t\t\t\"key_364\": \"<string>\",\n\t\t\t\t\"key_365\": \"<string>\",\n\t\t\t\t\"key_366\": \"<string>\",\n\t\t\t\t\"key_367\": \"<string>\",\n\t\t\t\t\"key_368\": \"<string>\",\n\t\t\t\t\"key_369\": \"<string>\",\n\t\t\t\t\"key_370\": \"<string>\",\n\t\t\t\t\"key_371\": \"<string>\",\n\t\t\t\t\"key_372\": \"<string>\",\n\t\t\t\t\"key_373\": \"<string>\",\n\t\t\t\t\"key_374\": \"<string>\",\n\t\t\t\t\"key_375\": \"<string>\",\n\t\t\t\t\"key_376\": \"<string>\",\n\t\t\t\t\"key_377\": \"<string>\",\n\t\t\t\t\"key_378\": \"<string>\",\n\t\t\t\t\"key_379\": \"<string>\",\n\t\t\t\t\"key_380\": \"<string>\",\n\t\t\t\t\"key_381\": \"<string>\",\n\t\t\t\t\"key_382\": \"<string>\",\n\t\t\t\t\"key_383\": \"<string>\",\n\t\t\t\t\"key_384\": \"<string>\",\n\t\t\t\t\"key_385\": \"<string>\",\n\t\t\t\t\"key_386\": \"<string>\",\n\t\t\t\t\"key_387\": \"<string>\",\n\t\t\t\t\"key_388\": \"<string>\",\n\t\t\t\t\"key_389\": \"<string>\",\n\t\t\t\t\"key_390\": \"<string>\",\n\t\t\t\t\"key_391\": \"<string>\",\n\t\t\t\t\"key_392\": \"<string>\",\n\t\t\t\t\"key_393\": \"<string>\",\n\t\t\t\t\"key_394\": \"<string>\",\n\t\t\t\t\"key_395\": \"<string>\",\n\t\t\t\t\"key_396\": \"<string>\",\n\t\t\t\t\"key_397\": \"<string>\",\n\t\t\t\t\"key_398\": \"<string>\",\n\t\t\t\t\"key_399\": \"<string>\",\n\t\t\t\t\"key_400\": \"<string>\",\n\t\t\t\t\"key_401\": \"<string>\",\n\t\t\t\t\"key_402\": \"<string>\",\n\t\t\t\t\"key_403\": \"<string>\",\n\t\t\t\t\"key_404\": \"<string>\",\n\t\t\t\t\"key_405\": \"<string>\",\n\t\t\t\t\"key_406\": \"<string>\",\n\t\t\t\t\"key_407\": \"<string>\",\n\t\t\t\t\"key_408\": \"<string>\",\n\t\t\t\t\"key_409\": \"<string>\",\n\t\t\t\t\"key_410\": \"<string>\",\n\t\t\t\t\"key_411\": \"<string>\",\n\t\t\t\t\"key_412\": \"<string>\",\n\t\t\t\t\"key_413\": \"<string>\",\n\t\t\t\t\"key_414\": \"<string>\",\n\t\t\t\t\"key_415\": \"<string>\",\n\t\t\t\t\"key_416\": \"<string>\",\n\t\t\t\t\"key_417\": \"<string>\",\n\t\t\t\t\"key_418\": \"<string>\",\n\t\t\t\t\"key_419\": \"<string>\",\n\t\t\t\t\"key_420\": \"<string>\",\n\t\t\t\t\"key_421\": \"<string>\",\n\t\t\t\t\"key_422\": \"<string>\",\n\t\t\t\t\"key_423\": \"<string>\",\n\t\t\t\t\"key_424\": \"<string>\",\n\t\t\t\t\"key_425\": \"<string>\",\n\t\t\t\t\"key_426\": \"<string>\",\n\t\t\t\t\"key_427\": \"<string>\",\n\t\t\t\t\"key_428\": \"<string>\",\n\t\t\t\t\"key_429\": \"<string>\",\n\t\t\t\t\"key_430\": \"<string>\",\n\t\t\t\t\"key_431\": \"<string>\",\n\t\t\t\t\"key_432\": \"<string>\",\n\t\t\t\t\"key_433\": \"<string>\",\n\t\t\t\t\"key_434\": \"<string>\",\n\t\t\t\t\"key_435\": \"<string>\",\n\t\t\t\t\"key_436\": \"<string>\",\n\t\t\t\t\"key_437\": \"<string>\",\n\t\t\t\t\"key_438\": \"<string>\",\n\t\t\t\t\"key_439\": \"<string>\",\n\t\t\t\t\"key_440\": \"<string>\",\n\t\t\t\t\"key_441\": \"<string>\",\n\t\t\t\t\"key_442\": \"<string>\",\n\t\t\t\t\"key_443\": \"<string>\",\n\t\t\t\t\"key_444\": \"<string>\",\n\t\t\t\t\"key_445\": \"<string>\",\n\t\t\t\t\"key_446\": \"<string>\",\n\t\t\t\t\"key_447\": \"<string>\",\n\t\t\t\t\"key_448\": \"<string>\",\n\t\t\t\t\"key_449\": \"<string>\",\n\t\t\t\t\"key_450\": \"<string>\",\n\t\t\t\t\"key_451\": \"<string>\",\n\t\t\t\t\"key_452\": \"<string>\",\n\t\t\t\t\"key_453\": \"<string>\",\n\t\t\t\t\"key_454\": \"<string>\",\n\t\t\t\t\"key_455\": \"<string>\",\n\t\t\t\t\"key_456\": \"<string>\",\n\t\t\t\t\"key_457\": \"<string>\",\n\t\t\t\t\"key_458\": \"<string>\",\n\t\t\t\t\"key_459\": \"<string>\",\n\t\t\t\t\"key_460\": \"<string>\",\n\t\t\t\t\"key_461\": \"<string>\",\n\t\t\t\t\"key_462\": \"<string>\",\n\t\t\t\t\"key_463\": \"<string>\",\n\t\t\t\t\"key_464\": \"<string>\",\n\t\t\t\t\"key_465\": \"<string>\",\n\t\t\t\t\"key_466\": \"<string>\",\n\t\t\t\t\"key_467\": \"<string>\",\n\t\t\t\t\"key_468\": \"<string>\",\n\t\t\t\t\"key_469\": \"<string>\",\n\t\t\t\t\"key_470\": \"<string>\",\n\t\t\t\t\"key_471\": \"<string>\",\n\t\t\t\t\"key_472\": \"<string>\",\n\t\t\t\t\"key_473\": \"<string>\",\n\t\t\t\t\"key_474\": \"<string>\",\n\t\t\t\t\"key_475\": \"<string>\",\n\t\t\t\t\"key_476\": \"<string>\",\n\t\t\t\t\"key_477\": \"<string>\",\n\t\t\t\t\"key_478\": \"<string>\",\n\t\t\t\t\"key_479\": \"<string>\",\n\t\t\t\t\"key_480\": \"<string>\",\n\t\t\t\t\"key_481\": \"<string>\",\n\t\t\t\t\"key_482\": \"<string>\",\n\t\t\t\t\"key_483\": \"<string>\",\n\t\t\t\t\"key_484\": \"<string>\",\n\t\t\t\t\"key_485\": \"<string>\",\n\t\t\t\t\"key_486\": \"<string>\",\n\t\t\t\t\"key_487\": \"<string>\",\n\t\t\t\t\"key_488\": \"<string>\",\n\t\t\t\t\"key_489\": \"<string>\",\n\t\t\t\t\"key_490\": \"<string>\",\n\t\t\t\t\"key_491\": \"<string>\",\n\t\t\t\t\"key_492\": \"<string>\",\n\t\t\t\t\"key_493\": \"<string>\",\n\t\t\t\t\"key_494\": \"<string>\",\n\t\t\t\t\"key_495\": \"<string>\",\n\t\t\t\t\"key_496\": \"<string>\",\n\t\t\t\t\"key_497\": \"<string>\",\n\t\t\t\t\"key_498\": \"<string>\",\n\t\t\t\t\"key_499\": \"<string>\",\n\t\t\t\t\"key_500\": \"<string>\",\n\t\t\t\t\"key_501\": \"<string>\",\n\t\t\t\t\"key_502\": \"<string>\",\n\t\t\t\t\"key_503\": \"<string>\",\n\t\t\t\t\"key_504\": \"<string>\",\n\t\t\t\t\"key_505\": \"<string>\",\n\t\t\t\t\"key_506\": \"<string>\",\n\t\t\t\t\"key_507\": \"<string>\",\n\t\t\t\t\"key_508\": \"<string>\",\n\t\t\t\t\"key_509\": \"<string>\",\n\t\t\t\t\"key_510\": \"<string>\",\n\t\t\t\t\"key_511\": \"<string>\",\n\t\t\t\t\"key_512\": \"<string>\",\n\t\t\t\t\"key_513\": \"<string>\",\n\t\t\t\t\"key_514\": \"<string>\",\n\t\t\t\t\"key_515\": \"<string>\",\n\t\t\t\t\"key_516\": \"<string>\",\n\t\t\t\t\"key_517\": \"<string>\",\n\t\t\t\t\"key_518\": \"<string>\",\n\t\t\t\t\"key_519\": \"<string>\",\n\t\t\t\t\"key_520\": \"<string>\",\n\t\t\t\t\"key_521\": \"<string>\",\n\t\t\t\t\"key_522\": \"<string>\",\n\t\t\t\t\"key_523\": \"<string>\",\n\t\t\t\t\"key_524\": \"<string>\",\n\t\t\t\t\"key_525\": \"<string>\",\n\t\t\t\t\"key_526\": \"<string>\",\n\t\t\t\t\"key_527\": \"<string>\",\n\t\t\t\t\"key_528\": \"<string>\",\n\t\t\t\t\"key_529\": \"<string>\",\n\t\t\t\t\"key_530\": \"<string>\",\n\t\t\t\t\"key_531\": \"<string>\",\n\t\t\t\t\"key_532\": \"<string>\",\n\t\t\t\t\"key_533\": \"<string>\",\n\t\t\t\t\"key_534\": \"<string>\",\n\t\t\t\t\"key_535\": \"<string>\",\n\t\t\t\t\"key_536\": \"<string>\",\n\t\t\t\t\"key_537\": \"<string>\",\n\t\t\t\t\"key_538\": \"<string>\",\n\t\t\t\t\"key_539\": \"<string>\",\n\t\t\t\t\"key_540\": \"<string>\",\n\t\t\t\t\"key_541\": \"<string>\",\n\t\t\t\t\"key_542\": \"<string>\",\n\t\t\t\t\"key_543\": \"<string>\",\n\t\t\t\t\"key_544\": \"<string>\",\n\t\t\t\t\"key_545\": \"<string>\",\n\t\t\t\t\"key_546\": \"<string>\",\n\t\t\t\t\"key_547\": \"<string>\",\n\t\t\t\t\"key_548\": \"<string>\",\n\t\t\t\t\"key_549\": \"<string>\",\n\t\t\t\t\"key_550\": \"<string>\",\n\t\t\t\t\"key_551\": \"<string>\",\n\t\t\t\t\"key_552\": \"<string>\",\n\t\t\t\t\"key_553\": \"<string>\",\n\t\t\t\t\"key_554\": \"<string>\",\n\t\t\t\t\"key_555\": \"<string>\",\n\t\t\t\t\"key_556\": \"<string>\",\n\t\t\t\t\"key_557\": \"<string>\",\n\t\t\t\t\"key_558\": \"<string>\",\n\t\t\t\t\"key_559\": \"<string>\",\n\t\t\t\t\"key_560\": \"<string>\",\n\t\t\t\t\"key_561\": \"<string>\",\n\t\t\t\t\"key_562\": \"<string>\",\n\t\t\t\t\"key_563\": \"<string>\",\n\t\t\t\t\"key_564\": \"<string>\",\n\t\t\t\t\"key_565\": \"<string>\",\n\t\t\t\t\"key_566\": \"<string>\",\n\t\t\t\t\"key_567\": \"<string>\",\n\t\t\t\t\"key_568\": \"<string>\",\n\t\t\t\t\"key_569\": \"<string>\",\n\t\t\t\t\"key_570\": \"<string>\",\n\t\t\t\t\"key_571\": \"<string>\",\n\t\t\t\t\"key_572\": \"<string>\",\n\t\t\t\t\"key_573\": \"<string>\",\n\t\t\t\t\"key_574\": \"<string>\",\n\t\t\t\t\"key_575\": \"<string>\",\n\t\t\t\t\"key_576\": \"<string>\",\n\t\t\t\t\"key_577\": \"<string>\",\n\t\t\t\t\"key_578\": \"<string>\",\n\t\t\t\t\"key_579\": \"<string>\",\n\t\t\t\t\"key_580\": \"<string>\",\n\t\t\t\t\"key_581\": \"<string>\",\n\t\t\t\t\"key_582\": \"<string>\",\n\t\t\t\t\"key_583\": \"<string>\",\n\t\t\t\t\"key_584\": \"<string>\",\n\t\t\t\t\"key_585\": \"<string>\",\n\t\t\t\t\"key_586\": \"<string>\",\n\t\t\t\t\"key_587\": \"<string>\",\n\t\t\t\t\"key_588\": \"<string>\",\n\t\t\t\t\"key_589\": \"<string>\",\n\t\t\t\t\"key_590\": \"<string>\",\n\t\t\t\t\"key_591\": \"<string>\",\n\t\t\t\t\"key_592\": \"<string>\",\n\t\t\t\t\"key_593\": \"<string>\",\n\t\t\t\t\"key_594\": \"<string>\",\n\t\t\t\t\"key_595\": \"<string>\",\n\t\t\t\t\"key_596\": \"<string>\",\n\t\t\t\t\"key_597\": \"<string>\",\n\t\t\t\t\"key_598\": \"<string>\",\n\t\t\t\t\"key_599\": \"<string>\",\n\t\t\t\t\"key_600\": \"<string>\",\n\t\t\t\t\"key_601\": \"<string>\",\n\t\t\t\t\"key_602\": \"<string>\",\n\t\t\t\t\"key_603\": \"<string>\",\n\t\t\t\t\"key_604\": \"<string>\",\n\t\t\t\t\"key_605\": \"<string>\",\n\t\t\t\t\"key_606\": \"<string>\",\n\t\t\t\t\"key_607\": \"<string>\",\n\t\t\t\t\"key_608\": \"<string>\",\n\t\t\t\t\"key_609\": \"<string>\",\n\t\t\t\t\"key_610\": \"<string>\",\n\t\t\t\t\"key_611\": \"<string>\",\n\t\t\t\t\"key_612\": \"<string>\",\n\t\t\t\t\"key_613\": \"<string>\",\n\t\t\t\t\"key_614\": \"<string>\",\n\t\t\t\t\"key_615\": \"<string>\",\n\t\t\t\t\"key_616\": \"<string>\",\n\t\t\t\t\"key_617\": \"<string>\",\n\t\t\t\t\"key_618\": \"<string>\",\n\t\t\t\t\"key_619\": \"<string>\",\n\t\t\t\t\"key_620\": \"<string>\",\n\t\t\t\t\"key_621\": \"<string>\",\n\t\t\t\t\"key_622\": \"<string>\",\n\t\t\t\t\"key_623\": \"<string>\",\n\t\t\t\t\"key_624\": \"<string>\",\n\t\t\t\t\"key_625\": \"<string>\",\n\t\t\t\t\"key_626\": \"<string>\",\n\t\t\t\t\"key_627\": \"<string>\",\n\t\t\t\t\"key_628\": \"<string>\",\n\t\t\t\t\"key_629\": \"<string>\",\n\t\t\t\t\"key_630\": \"<string>\",\n\t\t\t\t\"key_631\": \"<string>\",\n\t\t\t\t\"key_632\": \"<string>\",\n\t\t\t\t\"key_633\": \"<string>\",\n\t\t\t\t\"key_634\": \"<string>\",\n\t\t\t\t\"key_635\": \"<string>\",\n\t\t\t\t\"key_636\": \"<string>\",\n\t\t\t\t\"key_637\": \"<string>\",\n\t\t\t\t\"key_638\": \"<string>\",\n\t\t\t\t\"key_639\": \"<string>\",\n\t\t\t\t\"key_640\": \"<string>\",\n\t\t\t\t\"key_641\": \"<string>\",\n\t\t\t\t\"key_642\": \"<string>\",\n\t\t\t\t\"key_643\": \"<string>\",\n\t\t\t\t\"key_644\": \"<string>\",\n\t\t\t\t\"key_645\": \"<string>\",\n\t\t\t\t\"key_646\": \"<string>\",\n\t\t\t\t\"key_647\": \"<string>\",\n\t\t\t\t\"key_648\": \"<string>\",\n\t\t\t\t\"key_649\": \"<string>\",\n\t\t\t\t\"key_650\": \"<string>\",\n\t\t\t\t\"key_651\": \"<string>\",\n\t\t\t\t\"key_652\": \"<string>\",\n\t\t\t\t\"key_653\": \"<string>\",\n\t\t\t\t\"key_654\": \"<string>\",\n\t\t\t\t\"key_655\": \"<string>\",\n\t\t\t\t\"key_656\": \"<string>\",\n\t\t\t\t\"key_657\": \"<string>\",\n\t\t\t\t\"key_658\": \"<string>\",\n\t\t\t\t\"key_659\": \"<string>\",\n\t\t\t\t\"key_660\": \"<string>\",\n\t\t\t\t\"key_661\": \"<string>\",\n\t\t\t\t\"key_662\": \"<string>\",\n\t\t\t\t\"key_663\": \"<string>\",\n\t\t\t\t\"key_664\": \"<string>\",\n\t\t\t\t\"key_665\": \"<string>\",\n\t\t\t\t\"key_666\": \"<string>\",\n\t\t\t\t\"key_667\": \"<string>\",\n\t\t\t\t\"key_668\": \"<string>\",\n\t\t\t\t\"key_669\": \"<string>\",\n\t\t\t\t\"key_670\": \"<string>\",\n\t\t\t\t\"key_671\": \"<string>\",\n\t\t\t\t\"key_672\": \"<string>\",\n\t\t\t\t\"key_673\": \"<string>\",\n\t\t\t\t\"key_674\": \"<string>\",\n\t\t\t\t\"key_675\": \"<string>\",\n\t\t\t\t\"key_676\": \"<string>\",\n\t\t\t\t\"key_677\": \"<string>\",\n\t\t\t\t\"key_678\": \"<string>\",\n\t\t\t\t\"key_679\": \"<string>\",\n\t\t\t\t\"key_680\": \"<string>\",\n\t\t\t\t\"key_681\": \"<string>\",\n\t\t\t\t\"key_682\": \"<string>\",\n\t\t\t\t\"key_683\": \"<string>\",\n\t\t\t\t\"key_684\": \"<string>\",\n\t\t\t\t\"key_685\": \"<string>\",\n\t\t\t\t\"key_686\": \"<string>\",\n\t\t\t\t\"key_687\": \"<string>\",\n\t\t\t\t\"key_688\": \"<string>\",\n\t\t\t\t\"key_689\": \"<string>\",\n\t\t\t\t\"key_690\": \"<string>\",\n\t\t\t\t\"key_691\": \"<string>\",\n\t\t\t\t\"key_692\": \"<string>\",\n\t\t\t\t\"key_693\": \"<string>\",\n\t\t\t\t\"key_694\": \"<string>\",\n\t\t\t\t\"key_695\": \"<string>\",\n\t\t\t\t\"key_696\": \"<string>\",\n\t\t\t\t\"key_697\": \"<string>\",\n\t\t\t\t\"key_698\": \"<string>\",\n\t\t\t\t\"key_699\": \"<string>\",\n\t\t\t\t\"key_700\": \"<string>\",\n\t\t\t\t\"key_701\": \"<string>\",\n\t\t\t\t\"key_702\": \"<string>\",\n\t\t\t\t\"key_703\": \"<string>\",\n\t\t\t\t\"key_704\": \"<string>\",\n\t\t\t\t\"key_705\": \"<string>\",\n\t\t\t\t\"key_706\": \"<string>\",\n\t\t\t\t\"key_707\": \"<string>\",\n\t\t\t\t\"key_708\": \"<string>\",\n\t\t\t\t\"key_709\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6ebb3004-ed18-455d-ae85-d5f9a55cdc63",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2850684e-e2f0-42e7-83d3-bc104e4358d2",
              "name": "Retrieve an Authentication Provider",
              "request": {
                "name": "Retrieve an Authentication Provider",
                "description": {
                  "content": "Retrieve an existing Authentication Provider by providing its ID.\n\n### **Analytic events**\n* USER_AUTHENTICATION_PROVIDER_RETRIEVE_START\n* USER_AUTHENTICATION_PROVIDER_RETRIEVE_SUCCESS\n* USER_AUTHENTICATION_PROVIDER_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "users",
                    "authentication-providers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Authentication Provider ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "070ab0d7-3ad7-4d6d-97bb-da372f63c799",
                  "name": "Authentication Provider retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"redirectUrl\": \"<uri>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\",\n\t\t\"key_341\": \"<string>\",\n\t\t\"key_342\": \"<string>\",\n\t\t\"key_343\": \"<string>\",\n\t\t\"key_344\": \"<string>\",\n\t\t\"key_345\": \"<string>\",\n\t\t\"key_346\": \"<string>\",\n\t\t\"key_347\": \"<string>\",\n\t\t\"key_348\": \"<string>\",\n\t\t\"key_349\": \"<string>\",\n\t\t\"key_350\": \"<string>\",\n\t\t\"key_351\": \"<string>\",\n\t\t\"key_352\": \"<string>\",\n\t\t\"key_353\": \"<string>\",\n\t\t\"key_354\": \"<string>\",\n\t\t\"key_355\": \"<string>\",\n\t\t\"key_356\": \"<string>\",\n\t\t\"key_357\": \"<string>\",\n\t\t\"key_358\": \"<string>\",\n\t\t\"key_359\": \"<string>\",\n\t\t\"key_360\": \"<string>\",\n\t\t\"key_361\": \"<string>\",\n\t\t\"key_362\": \"<string>\",\n\t\t\"key_363\": \"<string>\",\n\t\t\"key_364\": \"<string>\",\n\t\t\"key_365\": \"<string>\",\n\t\t\"key_366\": \"<string>\",\n\t\t\"key_367\": \"<string>\",\n\t\t\"key_368\": \"<string>\",\n\t\t\"key_369\": \"<string>\",\n\t\t\"key_370\": \"<string>\",\n\t\t\"key_371\": \"<string>\",\n\t\t\"key_372\": \"<string>\",\n\t\t\"key_373\": \"<string>\",\n\t\t\"key_374\": \"<string>\",\n\t\t\"key_375\": \"<string>\",\n\t\t\"key_376\": \"<string>\",\n\t\t\"key_377\": \"<string>\",\n\t\t\"key_378\": \"<string>\",\n\t\t\"key_379\": \"<string>\",\n\t\t\"key_380\": \"<string>\",\n\t\t\"key_381\": \"<string>\",\n\t\t\"key_382\": \"<string>\",\n\t\t\"key_383\": \"<string>\",\n\t\t\"key_384\": \"<string>\",\n\t\t\"key_385\": \"<string>\",\n\t\t\"key_386\": \"<string>\",\n\t\t\"key_387\": \"<string>\",\n\t\t\"key_388\": \"<string>\",\n\t\t\"key_389\": \"<string>\",\n\t\t\"key_390\": \"<string>\",\n\t\t\"key_391\": \"<string>\",\n\t\t\"key_392\": \"<string>\",\n\t\t\"key_393\": \"<string>\",\n\t\t\"key_394\": \"<string>\",\n\t\t\"key_395\": \"<string>\",\n\t\t\"key_396\": \"<string>\",\n\t\t\"key_397\": \"<string>\",\n\t\t\"key_398\": \"<string>\",\n\t\t\"key_399\": \"<string>\",\n\t\t\"key_400\": \"<string>\",\n\t\t\"key_401\": \"<string>\",\n\t\t\"key_402\": \"<string>\",\n\t\t\"key_403\": \"<string>\",\n\t\t\"key_404\": \"<string>\",\n\t\t\"key_405\": \"<string>\",\n\t\t\"key_406\": \"<string>\",\n\t\t\"key_407\": \"<string>\",\n\t\t\"key_408\": \"<string>\",\n\t\t\"key_409\": \"<string>\",\n\t\t\"key_410\": \"<string>\",\n\t\t\"key_411\": \"<string>\",\n\t\t\"key_412\": \"<string>\",\n\t\t\"key_413\": \"<string>\",\n\t\t\"key_414\": \"<string>\",\n\t\t\"key_415\": \"<string>\",\n\t\t\"key_416\": \"<string>\",\n\t\t\"key_417\": \"<string>\",\n\t\t\"key_418\": \"<string>\",\n\t\t\"key_419\": \"<string>\",\n\t\t\"key_420\": \"<string>\",\n\t\t\"key_421\": \"<string>\",\n\t\t\"key_422\": \"<string>\",\n\t\t\"key_423\": \"<string>\",\n\t\t\"key_424\": \"<string>\",\n\t\t\"key_425\": \"<string>\",\n\t\t\"key_426\": \"<string>\",\n\t\t\"key_427\": \"<string>\",\n\t\t\"key_428\": \"<string>\",\n\t\t\"key_429\": \"<string>\",\n\t\t\"key_430\": \"<string>\",\n\t\t\"key_431\": \"<string>\",\n\t\t\"key_432\": \"<string>\",\n\t\t\"key_433\": \"<string>\",\n\t\t\"key_434\": \"<string>\",\n\t\t\"key_435\": \"<string>\",\n\t\t\"key_436\": \"<string>\",\n\t\t\"key_437\": \"<string>\",\n\t\t\"key_438\": \"<string>\",\n\t\t\"key_439\": \"<string>\",\n\t\t\"key_440\": \"<string>\",\n\t\t\"key_441\": \"<string>\",\n\t\t\"key_442\": \"<string>\",\n\t\t\"key_443\": \"<string>\",\n\t\t\"key_444\": \"<string>\",\n\t\t\"key_445\": \"<string>\",\n\t\t\"key_446\": \"<string>\",\n\t\t\"key_447\": \"<string>\",\n\t\t\"key_448\": \"<string>\",\n\t\t\"key_449\": \"<string>\",\n\t\t\"key_450\": \"<string>\",\n\t\t\"key_451\": \"<string>\",\n\t\t\"key_452\": \"<string>\",\n\t\t\"key_453\": \"<string>\",\n\t\t\"key_454\": \"<string>\",\n\t\t\"key_455\": \"<string>\",\n\t\t\"key_456\": \"<string>\",\n\t\t\"key_457\": \"<string>\",\n\t\t\"key_458\": \"<string>\",\n\t\t\"key_459\": \"<string>\",\n\t\t\"key_460\": \"<string>\",\n\t\t\"key_461\": \"<string>\",\n\t\t\"key_462\": \"<string>\",\n\t\t\"key_463\": \"<string>\",\n\t\t\"key_464\": \"<string>\",\n\t\t\"key_465\": \"<string>\",\n\t\t\"key_466\": \"<string>\",\n\t\t\"key_467\": \"<string>\",\n\t\t\"key_468\": \"<string>\",\n\t\t\"key_469\": \"<string>\",\n\t\t\"key_470\": \"<string>\",\n\t\t\"key_471\": \"<string>\",\n\t\t\"key_472\": \"<string>\",\n\t\t\"key_473\": \"<string>\",\n\t\t\"key_474\": \"<string>\",\n\t\t\"key_475\": \"<string>\",\n\t\t\"key_476\": \"<string>\",\n\t\t\"key_477\": \"<string>\",\n\t\t\"key_478\": \"<string>\",\n\t\t\"key_479\": \"<string>\",\n\t\t\"key_480\": \"<string>\",\n\t\t\"key_481\": \"<string>\",\n\t\t\"key_482\": \"<string>\",\n\t\t\"key_483\": \"<string>\",\n\t\t\"key_484\": \"<string>\",\n\t\t\"key_485\": \"<string>\",\n\t\t\"key_486\": \"<string>\",\n\t\t\"key_487\": \"<string>\",\n\t\t\"key_488\": \"<string>\",\n\t\t\"key_489\": \"<string>\",\n\t\t\"key_490\": \"<string>\",\n\t\t\"key_491\": \"<string>\",\n\t\t\"key_492\": \"<string>\",\n\t\t\"key_493\": \"<string>\",\n\t\t\"key_494\": \"<string>\",\n\t\t\"key_495\": \"<string>\",\n\t\t\"key_496\": \"<string>\",\n\t\t\"key_497\": \"<string>\",\n\t\t\"key_498\": \"<string>\",\n\t\t\"key_499\": \"<string>\",\n\t\t\"key_500\": \"<string>\",\n\t\t\"key_501\": \"<string>\",\n\t\t\"key_502\": \"<string>\",\n\t\t\"key_503\": \"<string>\",\n\t\t\"key_504\": \"<string>\",\n\t\t\"key_505\": \"<string>\",\n\t\t\"key_506\": \"<string>\",\n\t\t\"key_507\": \"<string>\",\n\t\t\"key_508\": \"<string>\",\n\t\t\"key_509\": \"<string>\",\n\t\t\"key_510\": \"<string>\",\n\t\t\"key_511\": \"<string>\",\n\t\t\"key_512\": \"<string>\",\n\t\t\"key_513\": \"<string>\",\n\t\t\"key_514\": \"<string>\",\n\t\t\"key_515\": \"<string>\",\n\t\t\"key_516\": \"<string>\",\n\t\t\"key_517\": \"<string>\",\n\t\t\"key_518\": \"<string>\",\n\t\t\"key_519\": \"<string>\",\n\t\t\"key_520\": \"<string>\",\n\t\t\"key_521\": \"<string>\",\n\t\t\"key_522\": \"<string>\",\n\t\t\"key_523\": \"<string>\",\n\t\t\"key_524\": \"<string>\",\n\t\t\"key_525\": \"<string>\",\n\t\t\"key_526\": \"<string>\",\n\t\t\"key_527\": \"<string>\",\n\t\t\"key_528\": \"<string>\",\n\t\t\"key_529\": \"<string>\",\n\t\t\"key_530\": \"<string>\",\n\t\t\"key_531\": \"<string>\",\n\t\t\"key_532\": \"<string>\",\n\t\t\"key_533\": \"<string>\",\n\t\t\"key_534\": \"<string>\",\n\t\t\"key_535\": \"<string>\",\n\t\t\"key_536\": \"<string>\",\n\t\t\"key_537\": \"<string>\",\n\t\t\"key_538\": \"<string>\",\n\t\t\"key_539\": \"<string>\",\n\t\t\"key_540\": \"<string>\",\n\t\t\"key_541\": \"<string>\",\n\t\t\"key_542\": \"<string>\",\n\t\t\"key_543\": \"<string>\",\n\t\t\"key_544\": \"<string>\",\n\t\t\"key_545\": \"<string>\",\n\t\t\"key_546\": \"<string>\",\n\t\t\"key_547\": \"<string>\",\n\t\t\"key_548\": \"<string>\",\n\t\t\"key_549\": \"<string>\",\n\t\t\"key_550\": \"<string>\",\n\t\t\"key_551\": \"<string>\",\n\t\t\"key_552\": \"<string>\",\n\t\t\"key_553\": \"<string>\",\n\t\t\"key_554\": \"<string>\",\n\t\t\"key_555\": \"<string>\",\n\t\t\"key_556\": \"<string>\",\n\t\t\"key_557\": \"<string>\",\n\t\t\"key_558\": \"<string>\",\n\t\t\"key_559\": \"<string>\",\n\t\t\"key_560\": \"<string>\",\n\t\t\"key_561\": \"<string>\",\n\t\t\"key_562\": \"<string>\",\n\t\t\"key_563\": \"<string>\",\n\t\t\"key_564\": \"<string>\",\n\t\t\"key_565\": \"<string>\",\n\t\t\"key_566\": \"<string>\",\n\t\t\"key_567\": \"<string>\",\n\t\t\"key_568\": \"<string>\",\n\t\t\"key_569\": \"<string>\",\n\t\t\"key_570\": \"<string>\",\n\t\t\"key_571\": \"<string>\",\n\t\t\"key_572\": \"<string>\",\n\t\t\"key_573\": \"<string>\",\n\t\t\"key_574\": \"<string>\",\n\t\t\"key_575\": \"<string>\",\n\t\t\"key_576\": \"<string>\",\n\t\t\"key_577\": \"<string>\",\n\t\t\"key_578\": \"<string>\",\n\t\t\"key_579\": \"<string>\",\n\t\t\"key_580\": \"<string>\",\n\t\t\"key_581\": \"<string>\",\n\t\t\"key_582\": \"<string>\",\n\t\t\"key_583\": \"<string>\",\n\t\t\"key_584\": \"<string>\",\n\t\t\"key_585\": \"<string>\",\n\t\t\"key_586\": \"<string>\",\n\t\t\"key_587\": \"<string>\",\n\t\t\"key_588\": \"<string>\",\n\t\t\"key_589\": \"<string>\",\n\t\t\"key_590\": \"<string>\",\n\t\t\"key_591\": \"<string>\",\n\t\t\"key_592\": \"<string>\",\n\t\t\"key_593\": \"<string>\",\n\t\t\"key_594\": \"<string>\",\n\t\t\"key_595\": \"<string>\",\n\t\t\"key_596\": \"<string>\",\n\t\t\"key_597\": \"<string>\",\n\t\t\"key_598\": \"<string>\",\n\t\t\"key_599\": \"<string>\",\n\t\t\"key_600\": \"<string>\",\n\t\t\"key_601\": \"<string>\",\n\t\t\"key_602\": \"<string>\",\n\t\t\"key_603\": \"<string>\",\n\t\t\"key_604\": \"<string>\",\n\t\t\"key_605\": \"<string>\",\n\t\t\"key_606\": \"<string>\",\n\t\t\"key_607\": \"<string>\",\n\t\t\"key_608\": \"<string>\",\n\t\t\"key_609\": \"<string>\",\n\t\t\"key_610\": \"<string>\",\n\t\t\"key_611\": \"<string>\",\n\t\t\"key_612\": \"<string>\",\n\t\t\"key_613\": \"<string>\",\n\t\t\"key_614\": \"<string>\",\n\t\t\"key_615\": \"<string>\",\n\t\t\"key_616\": \"<string>\",\n\t\t\"key_617\": \"<string>\",\n\t\t\"key_618\": \"<string>\",\n\t\t\"key_619\": \"<string>\",\n\t\t\"key_620\": \"<string>\",\n\t\t\"key_621\": \"<string>\",\n\t\t\"key_622\": \"<string>\",\n\t\t\"key_623\": \"<string>\",\n\t\t\"key_624\": \"<string>\",\n\t\t\"key_625\": \"<string>\",\n\t\t\"key_626\": \"<string>\",\n\t\t\"key_627\": \"<string>\",\n\t\t\"key_628\": \"<string>\",\n\t\t\"key_629\": \"<string>\",\n\t\t\"key_630\": \"<string>\",\n\t\t\"key_631\": \"<string>\",\n\t\t\"key_632\": \"<string>\",\n\t\t\"key_633\": \"<string>\",\n\t\t\"key_634\": \"<string>\",\n\t\t\"key_635\": \"<string>\",\n\t\t\"key_636\": \"<string>\",\n\t\t\"key_637\": \"<string>\",\n\t\t\"key_638\": \"<string>\",\n\t\t\"key_639\": \"<string>\",\n\t\t\"key_640\": \"<string>\",\n\t\t\"key_641\": \"<string>\",\n\t\t\"key_642\": \"<string>\",\n\t\t\"key_643\": \"<string>\",\n\t\t\"key_644\": \"<string>\",\n\t\t\"key_645\": \"<string>\",\n\t\t\"key_646\": \"<string>\",\n\t\t\"key_647\": \"<string>\",\n\t\t\"key_648\": \"<string>\",\n\t\t\"key_649\": \"<string>\",\n\t\t\"key_650\": \"<string>\",\n\t\t\"key_651\": \"<string>\",\n\t\t\"key_652\": \"<string>\",\n\t\t\"key_653\": \"<string>\",\n\t\t\"key_654\": \"<string>\",\n\t\t\"key_655\": \"<string>\",\n\t\t\"key_656\": \"<string>\",\n\t\t\"key_657\": \"<string>\",\n\t\t\"key_658\": \"<string>\",\n\t\t\"key_659\": \"<string>\",\n\t\t\"key_660\": \"<string>\",\n\t\t\"key_661\": \"<string>\",\n\t\t\"key_662\": \"<string>\",\n\t\t\"key_663\": \"<string>\",\n\t\t\"key_664\": \"<string>\",\n\t\t\"key_665\": \"<string>\",\n\t\t\"key_666\": \"<string>\",\n\t\t\"key_667\": \"<string>\",\n\t\t\"key_668\": \"<string>\",\n\t\t\"key_669\": \"<string>\",\n\t\t\"key_670\": \"<string>\",\n\t\t\"key_671\": \"<string>\",\n\t\t\"key_672\": \"<string>\",\n\t\t\"key_673\": \"<string>\",\n\t\t\"key_674\": \"<string>\",\n\t\t\"key_675\": \"<string>\",\n\t\t\"key_676\": \"<string>\",\n\t\t\"key_677\": \"<string>\",\n\t\t\"key_678\": \"<string>\",\n\t\t\"key_679\": \"<string>\",\n\t\t\"key_680\": \"<string>\",\n\t\t\"key_681\": \"<string>\",\n\t\t\"key_682\": \"<string>\",\n\t\t\"key_683\": \"<string>\",\n\t\t\"key_684\": \"<string>\",\n\t\t\"key_685\": \"<string>\",\n\t\t\"key_686\": \"<string>\",\n\t\t\"key_687\": \"<string>\",\n\t\t\"key_688\": \"<string>\",\n\t\t\"key_689\": \"<string>\",\n\t\t\"key_690\": \"<string>\",\n\t\t\"key_691\": \"<string>\",\n\t\t\"key_692\": \"<string>\",\n\t\t\"key_693\": \"<string>\",\n\t\t\"key_694\": \"<string>\",\n\t\t\"key_695\": \"<string>\",\n\t\t\"key_696\": \"<string>\",\n\t\t\"key_697\": \"<string>\",\n\t\t\"key_698\": \"<string>\",\n\t\t\"key_699\": \"<string>\",\n\t\t\"key_700\": \"<string>\",\n\t\t\"key_701\": \"<string>\",\n\t\t\"key_702\": \"<string>\",\n\t\t\"key_703\": \"<string>\",\n\t\t\"key_704\": \"<string>\",\n\t\t\"key_705\": \"<string>\",\n\t\t\"key_706\": \"<string>\",\n\t\t\"key_707\": \"<string>\",\n\t\t\"key_708\": \"<string>\",\n\t\t\"key_709\": \"<string>\",\n\t\t\"key_710\": \"<string>\",\n\t\t\"key_711\": \"<string>\",\n\t\t\"key_712\": \"<string>\",\n\t\t\"key_713\": \"<string>\",\n\t\t\"key_714\": \"<string>\",\n\t\t\"key_715\": \"<string>\",\n\t\t\"key_716\": \"<string>\",\n\t\t\"key_717\": \"<string>\",\n\t\t\"key_718\": \"<string>\",\n\t\t\"key_719\": \"<string>\",\n\t\t\"key_720\": \"<string>\",\n\t\t\"key_721\": \"<string>\",\n\t\t\"key_722\": \"<string>\",\n\t\t\"key_723\": \"<string>\",\n\t\t\"key_724\": \"<string>\",\n\t\t\"key_725\": \"<string>\",\n\t\t\"key_726\": \"<string>\",\n\t\t\"key_727\": \"<string>\",\n\t\t\"key_728\": \"<string>\",\n\t\t\"key_729\": \"<string>\",\n\t\t\"key_730\": \"<string>\",\n\t\t\"key_731\": \"<string>\",\n\t\t\"key_732\": \"<string>\",\n\t\t\"key_733\": \"<string>\",\n\t\t\"key_734\": \"<string>\",\n\t\t\"key_735\": \"<string>\",\n\t\t\"key_736\": \"<string>\",\n\t\t\"key_737\": \"<string>\",\n\t\t\"key_738\": \"<string>\",\n\t\t\"key_739\": \"<string>\",\n\t\t\"key_740\": \"<string>\",\n\t\t\"key_741\": \"<string>\",\n\t\t\"key_742\": \"<string>\",\n\t\t\"key_743\": \"<string>\",\n\t\t\"key_744\": \"<string>\",\n\t\t\"key_745\": \"<string>\",\n\t\t\"key_746\": \"<string>\",\n\t\t\"key_747\": \"<string>\",\n\t\t\"key_748\": \"<string>\",\n\t\t\"key_749\": \"<string>\",\n\t\t\"key_750\": \"<string>\",\n\t\t\"key_751\": \"<string>\",\n\t\t\"key_752\": \"<string>\",\n\t\t\"key_753\": \"<string>\",\n\t\t\"key_754\": \"<string>\",\n\t\t\"key_755\": \"<string>\",\n\t\t\"key_756\": \"<string>\",\n\t\t\"key_757\": \"<string>\",\n\t\t\"key_758\": \"<string>\",\n\t\t\"key_759\": \"<string>\",\n\t\t\"key_760\": \"<string>\",\n\t\t\"key_761\": \"<string>\",\n\t\t\"key_762\": \"<string>\",\n\t\t\"key_763\": \"<string>\",\n\t\t\"key_764\": \"<string>\",\n\t\t\"key_765\": \"<string>\",\n\t\t\"key_766\": \"<string>\",\n\t\t\"key_767\": \"<string>\",\n\t\t\"key_768\": \"<string>\",\n\t\t\"key_769\": \"<string>\",\n\t\t\"key_770\": \"<string>\",\n\t\t\"key_771\": \"<string>\",\n\t\t\"key_772\": \"<string>\",\n\t\t\"key_773\": \"<string>\",\n\t\t\"key_774\": \"<string>\",\n\t\t\"key_775\": \"<string>\",\n\t\t\"key_776\": \"<string>\",\n\t\t\"key_777\": \"<string>\",\n\t\t\"key_778\": \"<string>\",\n\t\t\"key_779\": \"<string>\",\n\t\t\"key_780\": \"<string>\",\n\t\t\"key_781\": \"<string>\",\n\t\t\"key_782\": \"<string>\",\n\t\t\"key_783\": \"<string>\",\n\t\t\"key_784\": \"<string>\",\n\t\t\"key_785\": \"<string>\",\n\t\t\"key_786\": \"<string>\",\n\t\t\"key_787\": \"<string>\",\n\t\t\"key_788\": \"<string>\",\n\t\t\"key_789\": \"<string>\",\n\t\t\"key_790\": \"<string>\",\n\t\t\"key_791\": \"<string>\",\n\t\t\"key_792\": \"<string>\",\n\t\t\"key_793\": \"<string>\",\n\t\t\"key_794\": \"<string>\",\n\t\t\"key_795\": \"<string>\",\n\t\t\"key_796\": \"<string>\",\n\t\t\"key_797\": \"<string>\",\n\t\t\"key_798\": \"<string>\",\n\t\t\"key_799\": \"<string>\",\n\t\t\"key_800\": \"<string>\",\n\t\t\"key_801\": \"<string>\",\n\t\t\"key_802\": \"<string>\",\n\t\t\"key_803\": \"<string>\",\n\t\t\"key_804\": \"<string>\",\n\t\t\"key_805\": \"<string>\",\n\t\t\"key_806\": \"<string>\",\n\t\t\"key_807\": \"<string>\",\n\t\t\"key_808\": \"<string>\",\n\t\t\"key_809\": \"<string>\",\n\t\t\"key_810\": \"<string>\",\n\t\t\"key_811\": \"<string>\",\n\t\t\"key_812\": \"<string>\",\n\t\t\"key_813\": \"<string>\",\n\t\t\"key_814\": \"<string>\",\n\t\t\"key_815\": \"<string>\",\n\t\t\"key_816\": \"<string>\",\n\t\t\"key_817\": \"<string>\",\n\t\t\"key_818\": \"<string>\",\n\t\t\"key_819\": \"<string>\",\n\t\t\"key_820\": \"<string>\",\n\t\t\"key_821\": \"<string>\",\n\t\t\"key_822\": \"<string>\",\n\t\t\"key_823\": \"<string>\",\n\t\t\"key_824\": \"<string>\",\n\t\t\"key_825\": \"<string>\",\n\t\t\"key_826\": \"<string>\",\n\t\t\"key_827\": \"<string>\",\n\t\t\"key_828\": \"<string>\",\n\t\t\"key_829\": \"<string>\",\n\t\t\"key_830\": \"<string>\",\n\t\t\"key_831\": \"<string>\",\n\t\t\"key_832\": \"<string>\",\n\t\t\"key_833\": \"<string>\",\n\t\t\"key_834\": \"<string>\",\n\t\t\"key_835\": \"<string>\",\n\t\t\"key_836\": \"<string>\",\n\t\t\"key_837\": \"<string>\",\n\t\t\"key_838\": \"<string>\",\n\t\t\"key_839\": \"<string>\",\n\t\t\"key_840\": \"<string>\",\n\t\t\"key_841\": \"<string>\",\n\t\t\"key_842\": \"<string>\",\n\t\t\"key_843\": \"<string>\",\n\t\t\"key_844\": \"<string>\",\n\t\t\"key_845\": \"<string>\",\n\t\t\"key_846\": \"<string>\",\n\t\t\"key_847\": \"<string>\",\n\t\t\"key_848\": \"<string>\",\n\t\t\"key_849\": \"<string>\",\n\t\t\"key_850\": \"<string>\",\n\t\t\"key_851\": \"<string>\",\n\t\t\"key_852\": \"<string>\",\n\t\t\"key_853\": \"<string>\",\n\t\t\"key_854\": \"<string>\",\n\t\t\"key_855\": \"<string>\",\n\t\t\"key_856\": \"<string>\",\n\t\t\"key_857\": \"<string>\",\n\t\t\"key_858\": \"<string>\",\n\t\t\"key_859\": \"<string>\",\n\t\t\"key_860\": \"<string>\",\n\t\t\"key_861\": \"<string>\",\n\t\t\"key_862\": \"<string>\",\n\t\t\"key_863\": \"<string>\",\n\t\t\"key_864\": \"<string>\",\n\t\t\"key_865\": \"<string>\",\n\t\t\"key_866\": \"<string>\",\n\t\t\"key_867\": \"<string>\",\n\t\t\"key_868\": \"<string>\",\n\t\t\"key_869\": \"<string>\",\n\t\t\"key_870\": \"<string>\",\n\t\t\"key_871\": \"<string>\",\n\t\t\"key_872\": \"<string>\",\n\t\t\"key_873\": \"<string>\",\n\t\t\"key_874\": \"<string>\",\n\t\t\"key_875\": \"<string>\",\n\t\t\"key_876\": \"<string>\",\n\t\t\"key_877\": \"<string>\",\n\t\t\"key_878\": \"<string>\",\n\t\t\"key_879\": \"<string>\",\n\t\t\"key_880\": \"<string>\",\n\t\t\"key_881\": \"<string>\",\n\t\t\"key_882\": \"<string>\",\n\t\t\"key_883\": \"<string>\",\n\t\t\"key_884\": \"<string>\",\n\t\t\"key_885\": \"<string>\",\n\t\t\"key_886\": \"<string>\",\n\t\t\"key_887\": \"<string>\",\n\t\t\"key_888\": \"<string>\",\n\t\t\"key_889\": \"<string>\",\n\t\t\"key_890\": \"<string>\",\n\t\t\"key_891\": \"<string>\",\n\t\t\"key_892\": \"<string>\",\n\t\t\"key_893\": \"<string>\",\n\t\t\"key_894\": \"<string>\",\n\t\t\"key_895\": \"<string>\",\n\t\t\"key_896\": \"<string>\",\n\t\t\"key_897\": \"<string>\",\n\t\t\"key_898\": \"<string>\",\n\t\t\"key_899\": \"<string>\",\n\t\t\"key_900\": \"<string>\",\n\t\t\"key_901\": \"<string>\",\n\t\t\"key_902\": \"<string>\",\n\t\t\"key_903\": \"<string>\",\n\t\t\"key_904\": \"<string>\",\n\t\t\"key_905\": \"<string>\",\n\t\t\"key_906\": \"<string>\",\n\t\t\"key_907\": \"<string>\",\n\t\t\"key_908\": \"<string>\",\n\t\t\"key_909\": \"<string>\",\n\t\t\"key_910\": \"<string>\",\n\t\t\"key_911\": \"<string>\",\n\t\t\"key_912\": \"<string>\",\n\t\t\"key_913\": \"<string>\",\n\t\t\"key_914\": \"<string>\",\n\t\t\"key_915\": \"<string>\",\n\t\t\"key_916\": \"<string>\",\n\t\t\"key_917\": \"<string>\",\n\t\t\"key_918\": \"<string>\",\n\t\t\"key_919\": \"<string>\",\n\t\t\"key_920\": \"<string>\",\n\t\t\"key_921\": \"<string>\",\n\t\t\"key_922\": \"<string>\",\n\t\t\"key_923\": \"<string>\",\n\t\t\"key_924\": \"<string>\",\n\t\t\"key_925\": \"<string>\",\n\t\t\"key_926\": \"<string>\",\n\t\t\"key_927\": \"<string>\",\n\t\t\"key_928\": \"<string>\",\n\t\t\"key_929\": \"<string>\",\n\t\t\"key_930\": \"<string>\",\n\t\t\"key_931\": \"<string>\",\n\t\t\"key_932\": \"<string>\",\n\t\t\"key_933\": \"<string>\",\n\t\t\"key_934\": \"<string>\",\n\t\t\"key_935\": \"<string>\",\n\t\t\"key_936\": \"<string>\",\n\t\t\"key_937\": \"<string>\",\n\t\t\"key_938\": \"<string>\",\n\t\t\"key_939\": \"<string>\",\n\t\t\"key_940\": \"<string>\",\n\t\t\"key_941\": \"<string>\",\n\t\t\"key_942\": \"<string>\",\n\t\t\"key_943\": \"<string>\",\n\t\t\"key_944\": \"<string>\",\n\t\t\"key_945\": \"<string>\",\n\t\t\"key_946\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "dda2e251-25ea-48da-9fd6-c9bb5d4f249f",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "240e257b-812b-4f11-8077-810f298ce7af",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d2d13446-b676-46e7-a718-9d799772f24f",
              "name": "Update an Authentication Provider",
              "request": {
                "name": "Update an Authentication Provider",
                "description": {
                  "content": "Updates an existing Authentication Provider by providing its ID.\n\n### **Analytic events**\n* USER_AUTHENTICATION_PROVIDER_UPDATE_START\n* USER_AUTHENTICATION_PROVIDER_UPDATE_SUCCESS\n* USER_AUTHENTICATION_PROVIDER_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "users",
                    "authentication-providers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Authentication Provider ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"clientId\": \"<string>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"clientSecret\": \"<string>\",\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "fe3336e3-8181-4e7f-8490-cc83ec3bc8d0",
                  "name": "Authentication Provider updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"clientId\": \"<string>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"clientSecret\": \"<string>\",\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"redirectUrl\": \"<uri>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\",\n\t\t\"key_341\": \"<string>\",\n\t\t\"key_342\": \"<string>\",\n\t\t\"key_343\": \"<string>\",\n\t\t\"key_344\": \"<string>\",\n\t\t\"key_345\": \"<string>\",\n\t\t\"key_346\": \"<string>\",\n\t\t\"key_347\": \"<string>\",\n\t\t\"key_348\": \"<string>\",\n\t\t\"key_349\": \"<string>\",\n\t\t\"key_350\": \"<string>\",\n\t\t\"key_351\": \"<string>\",\n\t\t\"key_352\": \"<string>\",\n\t\t\"key_353\": \"<string>\",\n\t\t\"key_354\": \"<string>\",\n\t\t\"key_355\": \"<string>\",\n\t\t\"key_356\": \"<string>\",\n\t\t\"key_357\": \"<string>\",\n\t\t\"key_358\": \"<string>\",\n\t\t\"key_359\": \"<string>\",\n\t\t\"key_360\": \"<string>\",\n\t\t\"key_361\": \"<string>\",\n\t\t\"key_362\": \"<string>\",\n\t\t\"key_363\": \"<string>\",\n\t\t\"key_364\": \"<string>\",\n\t\t\"key_365\": \"<string>\",\n\t\t\"key_366\": \"<string>\",\n\t\t\"key_367\": \"<string>\",\n\t\t\"key_368\": \"<string>\",\n\t\t\"key_369\": \"<string>\",\n\t\t\"key_370\": \"<string>\",\n\t\t\"key_371\": \"<string>\",\n\t\t\"key_372\": \"<string>\",\n\t\t\"key_373\": \"<string>\",\n\t\t\"key_374\": \"<string>\",\n\t\t\"key_375\": \"<string>\",\n\t\t\"key_376\": \"<string>\",\n\t\t\"key_377\": \"<string>\",\n\t\t\"key_378\": \"<string>\",\n\t\t\"key_379\": \"<string>\",\n\t\t\"key_380\": \"<string>\",\n\t\t\"key_381\": \"<string>\",\n\t\t\"key_382\": \"<string>\",\n\t\t\"key_383\": \"<string>\",\n\t\t\"key_384\": \"<string>\",\n\t\t\"key_385\": \"<string>\",\n\t\t\"key_386\": \"<string>\",\n\t\t\"key_387\": \"<string>\",\n\t\t\"key_388\": \"<string>\",\n\t\t\"key_389\": \"<string>\",\n\t\t\"key_390\": \"<string>\",\n\t\t\"key_391\": \"<string>\",\n\t\t\"key_392\": \"<string>\",\n\t\t\"key_393\": \"<string>\",\n\t\t\"key_394\": \"<string>\",\n\t\t\"key_395\": \"<string>\",\n\t\t\"key_396\": \"<string>\",\n\t\t\"key_397\": \"<string>\",\n\t\t\"key_398\": \"<string>\",\n\t\t\"key_399\": \"<string>\",\n\t\t\"key_400\": \"<string>\",\n\t\t\"key_401\": \"<string>\",\n\t\t\"key_402\": \"<string>\",\n\t\t\"key_403\": \"<string>\",\n\t\t\"key_404\": \"<string>\",\n\t\t\"key_405\": \"<string>\",\n\t\t\"key_406\": \"<string>\",\n\t\t\"key_407\": \"<string>\",\n\t\t\"key_408\": \"<string>\",\n\t\t\"key_409\": \"<string>\",\n\t\t\"key_410\": \"<string>\",\n\t\t\"key_411\": \"<string>\",\n\t\t\"key_412\": \"<string>\",\n\t\t\"key_413\": \"<string>\",\n\t\t\"key_414\": \"<string>\",\n\t\t\"key_415\": \"<string>\",\n\t\t\"key_416\": \"<string>\",\n\t\t\"key_417\": \"<string>\",\n\t\t\"key_418\": \"<string>\",\n\t\t\"key_419\": \"<string>\",\n\t\t\"key_420\": \"<string>\",\n\t\t\"key_421\": \"<string>\",\n\t\t\"key_422\": \"<string>\",\n\t\t\"key_423\": \"<string>\",\n\t\t\"key_424\": \"<string>\",\n\t\t\"key_425\": \"<string>\",\n\t\t\"key_426\": \"<string>\",\n\t\t\"key_427\": \"<string>\",\n\t\t\"key_428\": \"<string>\",\n\t\t\"key_429\": \"<string>\",\n\t\t\"key_430\": \"<string>\",\n\t\t\"key_431\": \"<string>\",\n\t\t\"key_432\": \"<string>\",\n\t\t\"key_433\": \"<string>\",\n\t\t\"key_434\": \"<string>\",\n\t\t\"key_435\": \"<string>\",\n\t\t\"key_436\": \"<string>\",\n\t\t\"key_437\": \"<string>\",\n\t\t\"key_438\": \"<string>\",\n\t\t\"key_439\": \"<string>\",\n\t\t\"key_440\": \"<string>\",\n\t\t\"key_441\": \"<string>\",\n\t\t\"key_442\": \"<string>\",\n\t\t\"key_443\": \"<string>\",\n\t\t\"key_444\": \"<string>\",\n\t\t\"key_445\": \"<string>\",\n\t\t\"key_446\": \"<string>\",\n\t\t\"key_447\": \"<string>\",\n\t\t\"key_448\": \"<string>\",\n\t\t\"key_449\": \"<string>\",\n\t\t\"key_450\": \"<string>\",\n\t\t\"key_451\": \"<string>\",\n\t\t\"key_452\": \"<string>\",\n\t\t\"key_453\": \"<string>\",\n\t\t\"key_454\": \"<string>\",\n\t\t\"key_455\": \"<string>\",\n\t\t\"key_456\": \"<string>\",\n\t\t\"key_457\": \"<string>\",\n\t\t\"key_458\": \"<string>\",\n\t\t\"key_459\": \"<string>\",\n\t\t\"key_460\": \"<string>\",\n\t\t\"key_461\": \"<string>\",\n\t\t\"key_462\": \"<string>\",\n\t\t\"key_463\": \"<string>\",\n\t\t\"key_464\": \"<string>\",\n\t\t\"key_465\": \"<string>\",\n\t\t\"key_466\": \"<string>\",\n\t\t\"key_467\": \"<string>\",\n\t\t\"key_468\": \"<string>\",\n\t\t\"key_469\": \"<string>\",\n\t\t\"key_470\": \"<string>\",\n\t\t\"key_471\": \"<string>\",\n\t\t\"key_472\": \"<string>\",\n\t\t\"key_473\": \"<string>\",\n\t\t\"key_474\": \"<string>\",\n\t\t\"key_475\": \"<string>\",\n\t\t\"key_476\": \"<string>\",\n\t\t\"key_477\": \"<string>\",\n\t\t\"key_478\": \"<string>\",\n\t\t\"key_479\": \"<string>\",\n\t\t\"key_480\": \"<string>\",\n\t\t\"key_481\": \"<string>\",\n\t\t\"key_482\": \"<string>\",\n\t\t\"key_483\": \"<string>\",\n\t\t\"key_484\": \"<string>\",\n\t\t\"key_485\": \"<string>\",\n\t\t\"key_486\": \"<string>\",\n\t\t\"key_487\": \"<string>\",\n\t\t\"key_488\": \"<string>\",\n\t\t\"key_489\": \"<string>\",\n\t\t\"key_490\": \"<string>\",\n\t\t\"key_491\": \"<string>\",\n\t\t\"key_492\": \"<string>\",\n\t\t\"key_493\": \"<string>\",\n\t\t\"key_494\": \"<string>\",\n\t\t\"key_495\": \"<string>\",\n\t\t\"key_496\": \"<string>\",\n\t\t\"key_497\": \"<string>\",\n\t\t\"key_498\": \"<string>\",\n\t\t\"key_499\": \"<string>\",\n\t\t\"key_500\": \"<string>\",\n\t\t\"key_501\": \"<string>\",\n\t\t\"key_502\": \"<string>\",\n\t\t\"key_503\": \"<string>\",\n\t\t\"key_504\": \"<string>\",\n\t\t\"key_505\": \"<string>\",\n\t\t\"key_506\": \"<string>\",\n\t\t\"key_507\": \"<string>\",\n\t\t\"key_508\": \"<string>\",\n\t\t\"key_509\": \"<string>\",\n\t\t\"key_510\": \"<string>\",\n\t\t\"key_511\": \"<string>\",\n\t\t\"key_512\": \"<string>\",\n\t\t\"key_513\": \"<string>\",\n\t\t\"key_514\": \"<string>\",\n\t\t\"key_515\": \"<string>\",\n\t\t\"key_516\": \"<string>\",\n\t\t\"key_517\": \"<string>\",\n\t\t\"key_518\": \"<string>\",\n\t\t\"key_519\": \"<string>\",\n\t\t\"key_520\": \"<string>\",\n\t\t\"key_521\": \"<string>\",\n\t\t\"key_522\": \"<string>\",\n\t\t\"key_523\": \"<string>\",\n\t\t\"key_524\": \"<string>\",\n\t\t\"key_525\": \"<string>\",\n\t\t\"key_526\": \"<string>\",\n\t\t\"key_527\": \"<string>\",\n\t\t\"key_528\": \"<string>\",\n\t\t\"key_529\": \"<string>\",\n\t\t\"key_530\": \"<string>\",\n\t\t\"key_531\": \"<string>\",\n\t\t\"key_532\": \"<string>\",\n\t\t\"key_533\": \"<string>\",\n\t\t\"key_534\": \"<string>\",\n\t\t\"key_535\": \"<string>\",\n\t\t\"key_536\": \"<string>\",\n\t\t\"key_537\": \"<string>\",\n\t\t\"key_538\": \"<string>\",\n\t\t\"key_539\": \"<string>\",\n\t\t\"key_540\": \"<string>\",\n\t\t\"key_541\": \"<string>\",\n\t\t\"key_542\": \"<string>\",\n\t\t\"key_543\": \"<string>\",\n\t\t\"key_544\": \"<string>\",\n\t\t\"key_545\": \"<string>\",\n\t\t\"key_546\": \"<string>\",\n\t\t\"key_547\": \"<string>\",\n\t\t\"key_548\": \"<string>\",\n\t\t\"key_549\": \"<string>\",\n\t\t\"key_550\": \"<string>\",\n\t\t\"key_551\": \"<string>\",\n\t\t\"key_552\": \"<string>\",\n\t\t\"key_553\": \"<string>\",\n\t\t\"key_554\": \"<string>\",\n\t\t\"key_555\": \"<string>\",\n\t\t\"key_556\": \"<string>\",\n\t\t\"key_557\": \"<string>\",\n\t\t\"key_558\": \"<string>\",\n\t\t\"key_559\": \"<string>\",\n\t\t\"key_560\": \"<string>\",\n\t\t\"key_561\": \"<string>\",\n\t\t\"key_562\": \"<string>\",\n\t\t\"key_563\": \"<string>\",\n\t\t\"key_564\": \"<string>\",\n\t\t\"key_565\": \"<string>\",\n\t\t\"key_566\": \"<string>\",\n\t\t\"key_567\": \"<string>\",\n\t\t\"key_568\": \"<string>\",\n\t\t\"key_569\": \"<string>\",\n\t\t\"key_570\": \"<string>\",\n\t\t\"key_571\": \"<string>\",\n\t\t\"key_572\": \"<string>\",\n\t\t\"key_573\": \"<string>\",\n\t\t\"key_574\": \"<string>\",\n\t\t\"key_575\": \"<string>\",\n\t\t\"key_576\": \"<string>\",\n\t\t\"key_577\": \"<string>\",\n\t\t\"key_578\": \"<string>\",\n\t\t\"key_579\": \"<string>\",\n\t\t\"key_580\": \"<string>\",\n\t\t\"key_581\": \"<string>\",\n\t\t\"key_582\": \"<string>\",\n\t\t\"key_583\": \"<string>\",\n\t\t\"key_584\": \"<string>\",\n\t\t\"key_585\": \"<string>\",\n\t\t\"key_586\": \"<string>\",\n\t\t\"key_587\": \"<string>\",\n\t\t\"key_588\": \"<string>\",\n\t\t\"key_589\": \"<string>\",\n\t\t\"key_590\": \"<string>\",\n\t\t\"key_591\": \"<string>\",\n\t\t\"key_592\": \"<string>\",\n\t\t\"key_593\": \"<string>\",\n\t\t\"key_594\": \"<string>\",\n\t\t\"key_595\": \"<string>\",\n\t\t\"key_596\": \"<string>\",\n\t\t\"key_597\": \"<string>\",\n\t\t\"key_598\": \"<string>\",\n\t\t\"key_599\": \"<string>\",\n\t\t\"key_600\": \"<string>\",\n\t\t\"key_601\": \"<string>\",\n\t\t\"key_602\": \"<string>\",\n\t\t\"key_603\": \"<string>\",\n\t\t\"key_604\": \"<string>\",\n\t\t\"key_605\": \"<string>\",\n\t\t\"key_606\": \"<string>\",\n\t\t\"key_607\": \"<string>\",\n\t\t\"key_608\": \"<string>\",\n\t\t\"key_609\": \"<string>\",\n\t\t\"key_610\": \"<string>\",\n\t\t\"key_611\": \"<string>\",\n\t\t\"key_612\": \"<string>\",\n\t\t\"key_613\": \"<string>\",\n\t\t\"key_614\": \"<string>\",\n\t\t\"key_615\": \"<string>\",\n\t\t\"key_616\": \"<string>\",\n\t\t\"key_617\": \"<string>\",\n\t\t\"key_618\": \"<string>\",\n\t\t\"key_619\": \"<string>\",\n\t\t\"key_620\": \"<string>\",\n\t\t\"key_621\": \"<string>\",\n\t\t\"key_622\": \"<string>\",\n\t\t\"key_623\": \"<string>\",\n\t\t\"key_624\": \"<string>\",\n\t\t\"key_625\": \"<string>\",\n\t\t\"key_626\": \"<string>\",\n\t\t\"key_627\": \"<string>\",\n\t\t\"key_628\": \"<string>\",\n\t\t\"key_629\": \"<string>\",\n\t\t\"key_630\": \"<string>\",\n\t\t\"key_631\": \"<string>\",\n\t\t\"key_632\": \"<string>\",\n\t\t\"key_633\": \"<string>\",\n\t\t\"key_634\": \"<string>\",\n\t\t\"key_635\": \"<string>\",\n\t\t\"key_636\": \"<string>\",\n\t\t\"key_637\": \"<string>\",\n\t\t\"key_638\": \"<string>\",\n\t\t\"key_639\": \"<string>\",\n\t\t\"key_640\": \"<string>\",\n\t\t\"key_641\": \"<string>\",\n\t\t\"key_642\": \"<string>\",\n\t\t\"key_643\": \"<string>\",\n\t\t\"key_644\": \"<string>\",\n\t\t\"key_645\": \"<string>\",\n\t\t\"key_646\": \"<string>\",\n\t\t\"key_647\": \"<string>\",\n\t\t\"key_648\": \"<string>\",\n\t\t\"key_649\": \"<string>\",\n\t\t\"key_650\": \"<string>\",\n\t\t\"key_651\": \"<string>\",\n\t\t\"key_652\": \"<string>\",\n\t\t\"key_653\": \"<string>\",\n\t\t\"key_654\": \"<string>\",\n\t\t\"key_655\": \"<string>\",\n\t\t\"key_656\": \"<string>\",\n\t\t\"key_657\": \"<string>\",\n\t\t\"key_658\": \"<string>\",\n\t\t\"key_659\": \"<string>\",\n\t\t\"key_660\": \"<string>\",\n\t\t\"key_661\": \"<string>\",\n\t\t\"key_662\": \"<string>\",\n\t\t\"key_663\": \"<string>\",\n\t\t\"key_664\": \"<string>\",\n\t\t\"key_665\": \"<string>\",\n\t\t\"key_666\": \"<string>\",\n\t\t\"key_667\": \"<string>\",\n\t\t\"key_668\": \"<string>\",\n\t\t\"key_669\": \"<string>\",\n\t\t\"key_670\": \"<string>\",\n\t\t\"key_671\": \"<string>\",\n\t\t\"key_672\": \"<string>\",\n\t\t\"key_673\": \"<string>\",\n\t\t\"key_674\": \"<string>\",\n\t\t\"key_675\": \"<string>\",\n\t\t\"key_676\": \"<string>\",\n\t\t\"key_677\": \"<string>\",\n\t\t\"key_678\": \"<string>\",\n\t\t\"key_679\": \"<string>\",\n\t\t\"key_680\": \"<string>\",\n\t\t\"key_681\": \"<string>\",\n\t\t\"key_682\": \"<string>\",\n\t\t\"key_683\": \"<string>\",\n\t\t\"key_684\": \"<string>\",\n\t\t\"key_685\": \"<string>\",\n\t\t\"key_686\": \"<string>\",\n\t\t\"key_687\": \"<string>\",\n\t\t\"key_688\": \"<string>\",\n\t\t\"key_689\": \"<string>\",\n\t\t\"key_690\": \"<string>\",\n\t\t\"key_691\": \"<string>\",\n\t\t\"key_692\": \"<string>\",\n\t\t\"key_693\": \"<string>\",\n\t\t\"key_694\": \"<string>\",\n\t\t\"key_695\": \"<string>\",\n\t\t\"key_696\": \"<string>\",\n\t\t\"key_697\": \"<string>\",\n\t\t\"key_698\": \"<string>\",\n\t\t\"key_699\": \"<string>\",\n\t\t\"key_700\": \"<string>\",\n\t\t\"key_701\": \"<string>\",\n\t\t\"key_702\": \"<string>\",\n\t\t\"key_703\": \"<string>\",\n\t\t\"key_704\": \"<string>\",\n\t\t\"key_705\": \"<string>\",\n\t\t\"key_706\": \"<string>\",\n\t\t\"key_707\": \"<string>\",\n\t\t\"key_708\": \"<string>\",\n\t\t\"key_709\": \"<string>\",\n\t\t\"key_710\": \"<string>\",\n\t\t\"key_711\": \"<string>\",\n\t\t\"key_712\": \"<string>\",\n\t\t\"key_713\": \"<string>\",\n\t\t\"key_714\": \"<string>\",\n\t\t\"key_715\": \"<string>\",\n\t\t\"key_716\": \"<string>\",\n\t\t\"key_717\": \"<string>\",\n\t\t\"key_718\": \"<string>\",\n\t\t\"key_719\": \"<string>\",\n\t\t\"key_720\": \"<string>\",\n\t\t\"key_721\": \"<string>\",\n\t\t\"key_722\": \"<string>\",\n\t\t\"key_723\": \"<string>\",\n\t\t\"key_724\": \"<string>\",\n\t\t\"key_725\": \"<string>\",\n\t\t\"key_726\": \"<string>\",\n\t\t\"key_727\": \"<string>\",\n\t\t\"key_728\": \"<string>\",\n\t\t\"key_729\": \"<string>\",\n\t\t\"key_730\": \"<string>\",\n\t\t\"key_731\": \"<string>\",\n\t\t\"key_732\": \"<string>\",\n\t\t\"key_733\": \"<string>\",\n\t\t\"key_734\": \"<string>\",\n\t\t\"key_735\": \"<string>\",\n\t\t\"key_736\": \"<string>\",\n\t\t\"key_737\": \"<string>\",\n\t\t\"key_738\": \"<string>\",\n\t\t\"key_739\": \"<string>\",\n\t\t\"key_740\": \"<string>\",\n\t\t\"key_741\": \"<string>\",\n\t\t\"key_742\": \"<string>\",\n\t\t\"key_743\": \"<string>\",\n\t\t\"key_744\": \"<string>\",\n\t\t\"key_745\": \"<string>\",\n\t\t\"key_746\": \"<string>\",\n\t\t\"key_747\": \"<string>\",\n\t\t\"key_748\": \"<string>\",\n\t\t\"key_749\": \"<string>\",\n\t\t\"key_750\": \"<string>\",\n\t\t\"key_751\": \"<string>\",\n\t\t\"key_752\": \"<string>\",\n\t\t\"key_753\": \"<string>\",\n\t\t\"key_754\": \"<string>\",\n\t\t\"key_755\": \"<string>\",\n\t\t\"key_756\": \"<string>\",\n\t\t\"key_757\": \"<string>\",\n\t\t\"key_758\": \"<string>\",\n\t\t\"key_759\": \"<string>\",\n\t\t\"key_760\": \"<string>\",\n\t\t\"key_761\": \"<string>\",\n\t\t\"key_762\": \"<string>\",\n\t\t\"key_763\": \"<string>\",\n\t\t\"key_764\": \"<string>\",\n\t\t\"key_765\": \"<string>\",\n\t\t\"key_766\": \"<string>\",\n\t\t\"key_767\": \"<string>\",\n\t\t\"key_768\": \"<string>\",\n\t\t\"key_769\": \"<string>\",\n\t\t\"key_770\": \"<string>\",\n\t\t\"key_771\": \"<string>\",\n\t\t\"key_772\": \"<string>\",\n\t\t\"key_773\": \"<string>\",\n\t\t\"key_774\": \"<string>\",\n\t\t\"key_775\": \"<string>\",\n\t\t\"key_776\": \"<string>\",\n\t\t\"key_777\": \"<string>\",\n\t\t\"key_778\": \"<string>\",\n\t\t\"key_779\": \"<string>\",\n\t\t\"key_780\": \"<string>\",\n\t\t\"key_781\": \"<string>\",\n\t\t\"key_782\": \"<string>\",\n\t\t\"key_783\": \"<string>\",\n\t\t\"key_784\": \"<string>\",\n\t\t\"key_785\": \"<string>\",\n\t\t\"key_786\": \"<string>\",\n\t\t\"key_787\": \"<string>\",\n\t\t\"key_788\": \"<string>\",\n\t\t\"key_789\": \"<string>\",\n\t\t\"key_790\": \"<string>\",\n\t\t\"key_791\": \"<string>\",\n\t\t\"key_792\": \"<string>\",\n\t\t\"key_793\": \"<string>\",\n\t\t\"key_794\": \"<string>\",\n\t\t\"key_795\": \"<string>\",\n\t\t\"key_796\": \"<string>\",\n\t\t\"key_797\": \"<string>\",\n\t\t\"key_798\": \"<string>\",\n\t\t\"key_799\": \"<string>\",\n\t\t\"key_800\": \"<string>\",\n\t\t\"key_801\": \"<string>\",\n\t\t\"key_802\": \"<string>\",\n\t\t\"key_803\": \"<string>\",\n\t\t\"key_804\": \"<string>\",\n\t\t\"key_805\": \"<string>\",\n\t\t\"key_806\": \"<string>\",\n\t\t\"key_807\": \"<string>\",\n\t\t\"key_808\": \"<string>\",\n\t\t\"key_809\": \"<string>\",\n\t\t\"key_810\": \"<string>\",\n\t\t\"key_811\": \"<string>\",\n\t\t\"key_812\": \"<string>\",\n\t\t\"key_813\": \"<string>\",\n\t\t\"key_814\": \"<string>\",\n\t\t\"key_815\": \"<string>\",\n\t\t\"key_816\": \"<string>\",\n\t\t\"key_817\": \"<string>\",\n\t\t\"key_818\": \"<string>\",\n\t\t\"key_819\": \"<string>\",\n\t\t\"key_820\": \"<string>\",\n\t\t\"key_821\": \"<string>\",\n\t\t\"key_822\": \"<string>\",\n\t\t\"key_823\": \"<string>\",\n\t\t\"key_824\": \"<string>\",\n\t\t\"key_825\": \"<string>\",\n\t\t\"key_826\": \"<string>\",\n\t\t\"key_827\": \"<string>\",\n\t\t\"key_828\": \"<string>\",\n\t\t\"key_829\": \"<string>\",\n\t\t\"key_830\": \"<string>\",\n\t\t\"key_831\": \"<string>\",\n\t\t\"key_832\": \"<string>\",\n\t\t\"key_833\": \"<string>\",\n\t\t\"key_834\": \"<string>\",\n\t\t\"key_835\": \"<string>\",\n\t\t\"key_836\": \"<string>\",\n\t\t\"key_837\": \"<string>\",\n\t\t\"key_838\": \"<string>\",\n\t\t\"key_839\": \"<string>\",\n\t\t\"key_840\": \"<string>\",\n\t\t\"key_841\": \"<string>\",\n\t\t\"key_842\": \"<string>\",\n\t\t\"key_843\": \"<string>\",\n\t\t\"key_844\": \"<string>\",\n\t\t\"key_845\": \"<string>\",\n\t\t\"key_846\": \"<string>\",\n\t\t\"key_847\": \"<string>\",\n\t\t\"key_848\": \"<string>\",\n\t\t\"key_849\": \"<string>\",\n\t\t\"key_850\": \"<string>\",\n\t\t\"key_851\": \"<string>\",\n\t\t\"key_852\": \"<string>\",\n\t\t\"key_853\": \"<string>\",\n\t\t\"key_854\": \"<string>\",\n\t\t\"key_855\": \"<string>\",\n\t\t\"key_856\": \"<string>\",\n\t\t\"key_857\": \"<string>\",\n\t\t\"key_858\": \"<string>\",\n\t\t\"key_859\": \"<string>\",\n\t\t\"key_860\": \"<string>\",\n\t\t\"key_861\": \"<string>\",\n\t\t\"key_862\": \"<string>\",\n\t\t\"key_863\": \"<string>\",\n\t\t\"key_864\": \"<string>\",\n\t\t\"key_865\": \"<string>\",\n\t\t\"key_866\": \"<string>\",\n\t\t\"key_867\": \"<string>\",\n\t\t\"key_868\": \"<string>\",\n\t\t\"key_869\": \"<string>\",\n\t\t\"key_870\": \"<string>\",\n\t\t\"key_871\": \"<string>\",\n\t\t\"key_872\": \"<string>\",\n\t\t\"key_873\": \"<string>\",\n\t\t\"key_874\": \"<string>\",\n\t\t\"key_875\": \"<string>\",\n\t\t\"key_876\": \"<string>\",\n\t\t\"key_877\": \"<string>\",\n\t\t\"key_878\": \"<string>\",\n\t\t\"key_879\": \"<string>\",\n\t\t\"key_880\": \"<string>\",\n\t\t\"key_881\": \"<string>\",\n\t\t\"key_882\": \"<string>\",\n\t\t\"key_883\": \"<string>\",\n\t\t\"key_884\": \"<string>\",\n\t\t\"key_885\": \"<string>\",\n\t\t\"key_886\": \"<string>\",\n\t\t\"key_887\": \"<string>\",\n\t\t\"key_888\": \"<string>\",\n\t\t\"key_889\": \"<string>\",\n\t\t\"key_890\": \"<string>\",\n\t\t\"key_891\": \"<string>\",\n\t\t\"key_892\": \"<string>\",\n\t\t\"key_893\": \"<string>\",\n\t\t\"key_894\": \"<string>\",\n\t\t\"key_895\": \"<string>\",\n\t\t\"key_896\": \"<string>\",\n\t\t\"key_897\": \"<string>\",\n\t\t\"key_898\": \"<string>\",\n\t\t\"key_899\": \"<string>\",\n\t\t\"key_900\": \"<string>\",\n\t\t\"key_901\": \"<string>\",\n\t\t\"key_902\": \"<string>\",\n\t\t\"key_903\": \"<string>\",\n\t\t\"key_904\": \"<string>\",\n\t\t\"key_905\": \"<string>\",\n\t\t\"key_906\": \"<string>\",\n\t\t\"key_907\": \"<string>\",\n\t\t\"key_908\": \"<string>\",\n\t\t\"key_909\": \"<string>\",\n\t\t\"key_910\": \"<string>\",\n\t\t\"key_911\": \"<string>\",\n\t\t\"key_912\": \"<string>\",\n\t\t\"key_913\": \"<string>\",\n\t\t\"key_914\": \"<string>\",\n\t\t\"key_915\": \"<string>\",\n\t\t\"key_916\": \"<string>\",\n\t\t\"key_917\": \"<string>\",\n\t\t\"key_918\": \"<string>\",\n\t\t\"key_919\": \"<string>\",\n\t\t\"key_920\": \"<string>\",\n\t\t\"key_921\": \"<string>\",\n\t\t\"key_922\": \"<string>\",\n\t\t\"key_923\": \"<string>\",\n\t\t\"key_924\": \"<string>\",\n\t\t\"key_925\": \"<string>\",\n\t\t\"key_926\": \"<string>\",\n\t\t\"key_927\": \"<string>\",\n\t\t\"key_928\": \"<string>\",\n\t\t\"key_929\": \"<string>\",\n\t\t\"key_930\": \"<string>\",\n\t\t\"key_931\": \"<string>\",\n\t\t\"key_932\": \"<string>\",\n\t\t\"key_933\": \"<string>\",\n\t\t\"key_934\": \"<string>\",\n\t\t\"key_935\": \"<string>\",\n\t\t\"key_936\": \"<string>\",\n\t\t\"key_937\": \"<string>\",\n\t\t\"key_938\": \"<string>\",\n\t\t\"key_939\": \"<string>\",\n\t\t\"key_940\": \"<string>\",\n\t\t\"key_941\": \"<string>\",\n\t\t\"key_942\": \"<string>\",\n\t\t\"key_943\": \"<string>\",\n\t\t\"key_944\": \"<string>\",\n\t\t\"key_945\": \"<string>\",\n\t\t\"key_946\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c09a366b-56d8-4204-9019-4d27c0e33a59",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"clientId\": \"<string>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"clientSecret\": \"<string>\",\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1ffc8f62-2bf5-4793-9527-22f17e01a977",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"clientId\": \"<string>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"clientSecret\": \"<string>\",\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f4966373-be2e-4a45-b412-f61e742281ae",
              "name": "Delete an Authentication Provider",
              "request": {
                "name": "Delete an Authentication Provider",
                "description": {
                  "content": "Deletes an existing Authentication Provider by providing its ID.\n\n### **Analytic events**\n* USER_AUTHENTICATION_PROVIDER_DELETE_START\n* USER_AUTHENTICATION_PROVIDER_DELETE_SUCCESS\n* USER_AUTHENTICATION_PROVIDER_DELETE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "users",
                    "authentication-providers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Authentication Provider ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "a5381174-a8f0-4a3b-aad1-1ec14539279e",
                  "name": "Authentication Provider deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "b56bb625-c4b2-4b60-970e-f5fcc593bc70",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e2dcc9da-0c18-4aa3-8143-651470506356",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Interaction hook",
          "description": "Specifies paths and operations for managing Interaction hooks for OID4VCI workflows.",
          "item": [
            {
              "id": "9f1ed80c-046f-408c-a277-6799a24d83c4",
              "name": "Configure Interaction Hook",
              "request": {
                "name": "Configure Interaction Hook",
                "description": {
                  "content": "Configure the Interaction Hook for the OpenID4VCI protocol on your tenant.\nMany credential issuance journeys require the issuer to perform custom interactions with the user. This could be gathering more information, performing additional authentication steps (E.g, 2FA, MFA or biometric checks) or communicating the terms of service. To facilitate this requirement, you can configure MATTR VII to invoke an interaction hook which will redirect the user to a custom component during the credential issuance journey. This redirect happens **after** the user is authenticated with your configured identity provider but **before** the credential is issued to the user. Upon successful completion of the interaction hook, your custom component will redirect the user back to their digital wallet to complete the credential issuance flow. Your interaction hook component can be either a web or native application.  We recommend using a web interface because it's more compatible with most scenarios.\n\n<Callout>\nYou can only configure one interaction hook on your MATTR VII tenant. If you require several custom interactions as part of the credential issuance workflow, they should all be linked into a single interaction hook component.\n</Callout>\n\n### **Analytic events**\n* CREDENTIAL_PROVIDER_OPENID_CONFIGURATION_UPDATE_START\n* CREDENTIAL_PROVIDER_OPENID_CONFIGURATION_UPDATE_SUCCESS\n* CREDENTIAL_PROVIDER_OPENID_CONFIGURATION_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "openid",
                    "configuration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"interactionHook\": {\n\t\t\"url\": \"<uri>\",\n\t\t\"sessionTimeoutInSec\": \"<number>\",\n\t\t\"disabled\": true\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "602aa1da-cdbf-424b-a67e-af4ee2c71849",
                  "name": "Interaction Hook configured",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "openid",
                        "configuration"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"interactionHook\": {\n\t\t\"url\": \"<uri>\",\n\t\t\"sessionTimeoutInSec\": \"<number>\",\n\t\t\"disabled\": true\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"interactionHook\": {\n\t\t\"url\": \"<uri>\",\n\t\t\"sessionTimeoutInSec\": \"<number>\",\n\t\t\"disabled\": true,\n\t\t\"secret\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b5a08102-4638-4f7c-aa07-8c376d0b959c",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "openid",
                        "configuration"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"interactionHook\": {\n\t\t\"url\": \"<uri>\",\n\t\t\"sessionTimeoutInSec\": \"<number>\",\n\t\t\"disabled\": true\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "74dd78ff-88c3-4586-b1f3-90dcb1a611ef",
              "name": "Retrieve Interaction Hook",
              "request": {
                "name": "Retrieve Interaction Hook",
                "description": {
                  "content": "Retrieves the Interaction Hook configuration from your tenant.\n\n### **Analytic events**\n* CREDENTIAL_PROVIDER_OPENID_CONFIGURATION_RETRIEVE_START\n* CREDENTIAL_PROVIDER_OPENID_CONFIGURATION_RETRIEVE_SUCCESS\n* CREDENTIAL_PROVIDER_OPENID_CONFIGURATION_RETRIEVE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "openid",
                    "configuration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "2fbcf879-c997-479e-8a58-fe00d03d8754",
                  "name": "Interaction Hook configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "openid",
                        "configuration"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"interactionHook\": {\n\t\t\"url\": \"<uri>\",\n\t\t\"sessionTimeoutInSec\": \"<number>\",\n\t\t\"disabled\": true,\n\t\t\"secret\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Claims source",
          "description": "Specifies paths and operations for managing Claim sources for OID4VCI workflows.",
          "item": [
            {
              "id": "259d579d-0185-4a78-89aa-4e09ce133079",
              "name": "Configure a claims source",
              "request": {
                "name": "Configure a claims source",
                "description": {
                  "content": "Configures a new claims source for your tenant. When issuing a new credential, MATTR VII will make either a GET or a POST request to the claims source using the configured request parameters and fetch available data. This fetched data can then be included in the issued credential.\n\n### **Analytic event**\n* CLAIM_SOURCE_CREATE_START\n* CLAIM_SOURCE_CREATE_SUCCESS\n* CLAIM_SOURCE_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "claim-sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "545ba7b7-adda-47a3-8717-6090411f5af5",
                  "name": "Claims source configured",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"requestMethod\": \"GET\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "79bc1d96-0924-4031-9671-02bb504e54e9",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "72dd78ab-d09c-4745-9818-506a2e53809a",
              "name": "Retrieve all claims sources",
              "request": {
                "name": "Retrieve all claims sources",
                "description": {
                  "content": "Returns a list of all claims sources configured on your tenant.\n\n### **Analytic event**\n* CLAIM_SOURCE_RETRIEVE_LIST_START\n* CLAIM_SOURCE_RETRIEVE_LIST_SUCCESS\n* CLAIM_SOURCE_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "claim-sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned entries, default 100",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<number>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the range of entries",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "24e3f4ce-4376-4e7b-8f00-8c54ce293e55",
                  "name": "Claims sources retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned entries, default 100",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "<number>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the range of entries",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"authorization\": {\n\t\t\t\t\"type\": \"api-key\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t},\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"requestParameters\": {\n\t\t\t\t\"mapFrom\": \"<string>\"\n\t\t\t},\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"requestMethod\": \"GET\"\n\t\t},\n\t\t{\n\t\t\t\"authorization\": {\n\t\t\t\t\"type\": \"api-key\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t},\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"requestParameters\": {\n\t\t\t\t\"mapFrom\": \"<string>\"\n\t\t\t},\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"requestMethod\": \"GET\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a80c3e6e-de45-4c41-b351-6fc7b4dd2c19",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned entries, default 100",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "<number>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the range of entries",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2bf98781-033e-4513-9d05-b4f8bc1b4c7c",
              "name": "Retrieve a claims source",
              "request": {
                "name": "Retrieve a claims source",
                "description": {
                  "content": "Retrieves an existing claims source by providing its `claimSourceID`.\n\n### **Analytic event**\n* CLAIM_SOURCE_RETRIEVE_START\n* CLAIM_SOURCE_RETRIEVE_SUCCESS\n* CLAIM_SOURCE_RETRIEVE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "claim-sources",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Claims source ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "84abdd28-0645-4813-813e-284953d59a7b",
                  "name": "Claims source retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"requestMethod\": \"GET\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f07b5e4f-3f8b-41bb-a752-7d76818069b3",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d2ec0085-ea45-453a-901d-6acff48eedcc",
                  "name": "Claims source not found",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9ac9cdab-0512-4a7f-aef4-521f94d6a453",
              "name": "Update a claims source",
              "request": {
                "name": "Update a claims source",
                "description": {
                  "content": "Updates an existing claim source by providing its `claimSourceID`.\n\n### **Analytic event**\n* CLAIM_SOURCE_UPDATE_START\n* CLAIM_SOURCE_UPDATE_SUCCESS\n* CLAIM_SOURCE_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "claim-sources",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Claims source ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "20a5c2e0-e030-48a3-9f6a-d78099018424",
                  "name": "Claims source updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"requestMethod\": \"GET\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "02b09380-2ea6-41e1-8aaf-51681684636e",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f2946624-7400-47d6-a0a0-24ecb044b257",
                  "name": "Claims source not found",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b86f4ee2-538a-4ead-a9fa-699a74381714",
              "name": "Delete a claims source",
              "request": {
                "name": "Delete a claims source",
                "description": {
                  "content": "Deletes an existing claims source by providing its `claimSourceID`.\n\n### **Analytic event**\n* CLAIM_SOURCE_DELETE_START\n* CLAIM_SOURCE_DELETE_SUCCESS\n* CLAIM_SOURCE_DELETE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "claim-sources",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Claims source ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "6a0fe9cd-4bf7-4bbb-8c8b-d6df69b0c9da",
                  "name": "Claims source deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "33653d61-d8e8-4081-8655-1789706ec1e9",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "dc92b595-064c-415d-89cd-059e06eb40e7",
                  "name": "Claims source not found",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Credential offers",
          "description": "Specifies paths and operations for creating and managing credential offers as part of an OID4VCI workflow.",
          "item": [
            {
              "id": "b8ba5ea6-ec56-4463-8669-aed2c2a53807",
              "name": "Create an Authorization Code credential offer",
              "request": {
                "name": "Create an Authorization Code credential offer",
                "description": {
                  "content": "Returns an OpenID4VCI credential offer URI.\nSee [https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#section-10.1](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#section-10.1)\n\n### **Analytic events**\n* OPENID_OFFER_CREATE_START\n* OPENID_OFFER_CREATE_SUCCESS\n* OPENID_OFFER_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "openid",
                    "offers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"credentials\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"request_parameters\": {\n\t\t\"login_hint\": \"<string>\",\n\t\t\"prompt\": \"<string>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "f5732121-e0d8-4d74-914e-ff734d3b38dd",
                  "name": "Credential offer URI created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "openid",
                        "offers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credentials\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"request_parameters\": {\n\t\t\"login_hint\": \"<string>\",\n\t\t\"prompt\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"uri\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "dd3aa254-aded-4cf6-8821-976bc8bdace1",
              "name": "Create a Pre-Authorized Code credential offer",
              "request": {
                "name": "Create a Pre-Authorized Code credential offer",
                "description": {
                  "content": "Generate a new [OpenID4VCI Pre-Authorized Code](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#section-4.1) credential offer.\n\n<Callout>\nThe Pre-authorized Code flow is only supported for the mDocs credential format.\n</Callout>\n\n### **Analytic events**\n* OPENID_PRE_AUTHORIZED_OFFER_CREATE_START\n* OPENID_PRE_AUTHORIZED_OFFER_CREATE_SUCCESS\n* OPENID_PRE_AUTHORIZED_OFFER_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "openid",
                    "offers",
                    "pre-authorized"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"credentials\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"userId\": \"<string>\",\n\t\"transactionCodeConfiguration\": {\n\t\t\"inputMode\": \"numeric\",\n\t\t\"description\": \"<string>\"\n\t},\n\t\"claims\": {},\n\t\"claimsToPersist\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"expiresIn\": {\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "60e069cb-e419-4d95-87b7-5296d95a3e01",
                  "name": "Credential offer created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "openid",
                        "offers",
                        "pre-authorized"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credentials\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"userId\": \"<string>\",\n\t\"transactionCodeConfiguration\": {\n\t\t\"inputMode\": \"numeric\",\n\t\t\"description\": \"<string>\"\n\t},\n\t\"claims\": {},\n\t\"claimsToPersist\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"expiresIn\": {\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"uri\": \"<string>\",\n\t\"userId\": \"<string>\",\n\t\"expiresAt\": \"<number>\",\n\t\"transactionCode\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c1a889d4-bc83-43d5-a7a1-e8826ceb2772",
              "name": "Delete a Pre-authorized Code credential offer",
              "request": {
                "name": "Delete a Pre-authorized Code credential offer",
                "description": {
                  "content": "Delete an [OpenID4VCI Pre-authorized Code](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#section-4.1) credential offer.\n\n### **Analytic events**\n* OPENID_PRE_AUTHORIZED_OFFER_DELETE_START\n* OPENID_PRE_AUTHORIZED_OFFER_DELETE_SUCCESS\n* OPENID_PRE_AUTHORIZED_OFFER_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "openid",
                    "offers",
                    "pre-authorized",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Pre-authorized credential offer ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "cc2b5913-bf41-4c70-a831-945d61314960",
                  "name": "Credential offer deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "openid",
                        "offers",
                        "pre-authorized",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "12eb50d0-7900-418e-a16d-eb17362eb489",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "openid",
                        "offers",
                        "pre-authorized",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "83ec6e2c-0e3e-4ef5-b1d8-3f92c5515911",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "openid",
                        "offers",
                        "pre-authorized",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Issuance",
          "description": "Specifies paths and operations for issuing credentials as part of an OID4VCI workflow.",
          "item": [
            {
              "id": "8d2c5ebb-ba33-4ea6-8054-4d441ce84540",
              "name": "Request authorization for access to resources",
              "request": {
                "name": "Request authorization for access to resources",
                "description": {
                  "content": "This endpoint is used to request authorization from the user for access to the requested resources. After the user approves the request, an authorization code is returned to the client.\nSee [https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-authorization-endpoint](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-authorization-endpoint)\nSee [https://www.rfc-editor.org/rfc/rfc6749.html#section-3.1](https://www.rfc-editor.org/rfc/rfc6749.html#section-3.1)\n\n### **Analytic events**\n* OPENID_AUTHORIZE_START\n* OPENID_AUTHORIZE_SUCCESS\n* OPENID_AUTHORIZE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "oauth",
                    "authorize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The response type, which must be 'code'. (This can only be one of code)",
                        "type": "text/plain"
                      },
                      "key": "response_type",
                      "value": "code"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The client identifier.",
                        "type": "text/plain"
                      },
                      "key": "client_id",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The URI to which the authorization server will redirect the user-agent with the authorization code.",
                        "type": "text/plain"
                      },
                      "key": "redirect_uri",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The scope of the access request.",
                        "type": "text/plain"
                      },
                      "key": "scope",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "An opaque value used by the client to maintain state between the request and callback.",
                        "type": "text/plain"
                      },
                      "key": "state",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The method used to derive the code_challenge, which must be 'S256'. (This can only be one of S256)",
                        "type": "text/plain"
                      },
                      "key": "code_challenge_method",
                      "value": "S256"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) A high entropy random challenge generated by the client.",
                        "type": "text/plain"
                      },
                      "key": "code_challenge",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "70b6b5cf-63e2-41d8-ac15-fa01001ab95f",
                  "name": "Redirection to client application with authorization code",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "oauth",
                        "authorize"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The response type, which must be 'code'. (This can only be one of code)",
                            "type": "text/plain"
                          },
                          "key": "response_type",
                          "value": "code"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The client identifier.",
                            "type": "text/plain"
                          },
                          "key": "client_id",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The URI to which the authorization server will redirect the user-agent with the authorization code.",
                            "type": "text/plain"
                          },
                          "key": "redirect_uri",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The scope of the access request.",
                            "type": "text/plain"
                          },
                          "key": "scope",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "An opaque value used by the client to maintain state between the request and callback.",
                            "type": "text/plain"
                          },
                          "key": "state",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The method used to derive the code_challenge, which must be 'S256'. (This can only be one of S256)",
                            "type": "text/plain"
                          },
                          "key": "code_challenge_method",
                          "value": "S256"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) A high entropy random challenge generated by the client.",
                            "type": "text/plain"
                          },
                          "key": "code_challenge",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Found",
                  "code": 302,
                  "header": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "URL to redirect to with the authorization code",
                        "type": "text/plain"
                      },
                      "key": "Location",
                      "value": "<string>"
                    }
                  ],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "e740182a-c558-4d3d-a5c8-762e85391379",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "oauth",
                        "authorize"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The response type, which must be 'code'. (This can only be one of code)",
                            "type": "text/plain"
                          },
                          "key": "response_type",
                          "value": "code"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The client identifier.",
                            "type": "text/plain"
                          },
                          "key": "client_id",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The URI to which the authorization server will redirect the user-agent with the authorization code.",
                            "type": "text/plain"
                          },
                          "key": "redirect_uri",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The scope of the access request.",
                            "type": "text/plain"
                          },
                          "key": "scope",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "An opaque value used by the client to maintain state between the request and callback.",
                            "type": "text/plain"
                          },
                          "key": "state",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The method used to derive the code_challenge, which must be 'S256'. (This can only be one of S256)",
                            "type": "text/plain"
                          },
                          "key": "code_challenge_method",
                          "value": "S256"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) A high entropy random challenge generated by the client.",
                            "type": "text/plain"
                          },
                          "key": "code_challenge",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6167de10-1d2c-4177-a26c-993565b85102",
                  "name": "Unauthorized. The client is not recognized by authorization server.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "oauth",
                        "authorize"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The response type, which must be 'code'. (This can only be one of code)",
                            "type": "text/plain"
                          },
                          "key": "response_type",
                          "value": "code"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The client identifier.",
                            "type": "text/plain"
                          },
                          "key": "client_id",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The URI to which the authorization server will redirect the user-agent with the authorization code.",
                            "type": "text/plain"
                          },
                          "key": "redirect_uri",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The scope of the access request.",
                            "type": "text/plain"
                          },
                          "key": "scope",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "An opaque value used by the client to maintain state between the request and callback.",
                            "type": "text/plain"
                          },
                          "key": "state",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The method used to derive the code_challenge, which must be 'S256'. (This can only be one of S256)",
                            "type": "text/plain"
                          },
                          "key": "code_challenge_method",
                          "value": "S256"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) A high entropy random challenge generated by the client.",
                            "type": "text/plain"
                          },
                          "key": "code_challenge",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "text/plain"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "<string>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "6ed102d2-9f8e-4141-abab-8ca40f135967",
                  "name": "Forbidden. The client is recognized by authorization server but is not allowed to access this resource.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "oauth",
                        "authorize"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The response type, which must be 'code'. (This can only be one of code)",
                            "type": "text/plain"
                          },
                          "key": "response_type",
                          "value": "code"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The client identifier.",
                            "type": "text/plain"
                          },
                          "key": "client_id",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The URI to which the authorization server will redirect the user-agent with the authorization code.",
                            "type": "text/plain"
                          },
                          "key": "redirect_uri",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The scope of the access request.",
                            "type": "text/plain"
                          },
                          "key": "scope",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "An opaque value used by the client to maintain state between the request and callback.",
                            "type": "text/plain"
                          },
                          "key": "state",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The method used to derive the code_challenge, which must be 'S256'. (This can only be one of S256)",
                            "type": "text/plain"
                          },
                          "key": "code_challenge_method",
                          "value": "S256"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) A high entropy random challenge generated by the client.",
                            "type": "text/plain"
                          },
                          "key": "code_challenge",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "aa68e1cf-7931-4f89-900c-553048954f6d",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "oauth",
                        "authorize"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The response type, which must be 'code'. (This can only be one of code)",
                            "type": "text/plain"
                          },
                          "key": "response_type",
                          "value": "code"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The client identifier.",
                            "type": "text/plain"
                          },
                          "key": "client_id",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The URI to which the authorization server will redirect the user-agent with the authorization code.",
                            "type": "text/plain"
                          },
                          "key": "redirect_uri",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The scope of the access request.",
                            "type": "text/plain"
                          },
                          "key": "scope",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "An opaque value used by the client to maintain state between the request and callback.",
                            "type": "text/plain"
                          },
                          "key": "state",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The method used to derive the code_challenge, which must be 'S256'. (This can only be one of S256)",
                            "type": "text/plain"
                          },
                          "key": "code_challenge_method",
                          "value": "S256"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) A high entropy random challenge generated by the client.",
                            "type": "text/plain"
                          },
                          "key": "code_challenge",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "252c5f8b-7184-443c-a8d9-a567c83e57a4",
              "name": "Exchange authorization code for access token",
              "request": {
                "name": "Exchange authorization code for access token",
                "description": {
                  "content": "This endpoint is used to exchange an authorization code or a pre-authorized code for an access token, which is later used to request a credential.\n\n- In an Authorization Code flow the authorization code is obtained from the authorization endpoint after the user has successfully authenticated. \n- In a Pre-authorized Code flow the pre-authorized code is obtained from the offer URI.\n\nSee [https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-token-endpoint](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-token-endpoint) for more information.\n\n### **Analytic events**\n* OPENID_TOKEN_START\n* OPENID_TOKEN_SUCCESS\n* OPENID_TOKEN_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "oauth",
                    "token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": true,
                    "description": {
                      "content": "DPoP proof JWT. A signed JWT that demonstrates proof-of-possession of a private key.\n\n> DPoP is offered as a **closed beta preview** feature and is not generally available yet. If you are interested in trying this feature, please [contact us](mailto:dev-support@mattr.global)\n\n**When to use:**\n- Token endpoint: Required when `dpop_jkt` was provided in the authorization request\n- Credential endpoint: Required when using DPoP-bound access tokens (Authorization header must use format: `Authorization: DPoP <access_token>`)\n\nThe DPoP proof must be a signed JWT with the following structure:\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `dpop+jwt`\n- `jwk`: Public key (JWK format)\n\n**Payload:**\n- `htu`: HTTP URI of the target endpoint\n- `htm`: HTTP method (e.g., `POST`)\n- `jti`: Unique identifier for this DPoP proof\n- `iat`: Unix timestamp when the DPoP proof was created\n- `ath`: Optional base64url-encoded SHA-256 hash of the `access_token`. Required when authenticating with the resource server.\n- `htcd`: Optional base64-encoded SHA-256 hash (content digest) of the HTTP request payload used to validate integrity.\n\nEach DPoP proof must be unique and cannot be reused across requests.\n",
                      "type": "text/plain"
                    },
                    "key": "DPoP",
                    "value": "<string>"
                  },
                  {
                    "disabled": true,
                    "description": {
                      "content": "OAuth-Client-Attestation-PoP proof JWT that demonstrates:\n- Proof-of-possession of a private key from a wallet instance\n- Binding to OAuth-Client-Attestation JWT\n\n> OAuth-Client-Attestation-PoP and client attestation in general are offered as **closed beta preview** features and are not generally available yet. If you are interested in trying this feature, please [contact us](mailto:dev-support@mattr.global)\n\n**When to use:**\n- Token endpoint: When OAuth Client has client attestation enabled with `dpopRequired` set to false.\n\nThe `OAuth-Client-Attestation-PoP` proof MUST be signed with a wallet instance's private key that corresponds to the `cnf.jwk` claim from the provided\n`OAuth-Client-Attestation` and must use the following structure:\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `oauth-client-attestation-pop+jwt`\n\n**Payload:**\n- `aud`: HTTP Host of the target endpoint\n- `jti`: Unique identifier for this OAuth-Client-Attestation-PoP proof\n- `iat`: Unix timestamp when the OAuth-Client-Attestation-PoP proof was created\n\nEach OAuth-Client-Attestation-PoP proof must be unique and cannot be reused across requests.\n",
                      "type": "text/plain"
                    },
                    "key": "OAuth-Client-Attestation-PoP",
                    "value": "<string>"
                  },
                  {
                    "disabled": true,
                    "description": {
                      "content": "JWT generated by the Client Attester (Backend) attesting to a validated Client Instance and bound to a key managed by the Client Instance, ensuring proof of possession.\n\n> Client Attestation support is currently offered as a **tech preview**. As such, functionality may be limited, may not work in all scenarios, and could change or break without prior notice.\n\n**When to use:**\n- When client attestation is configured for this client_id\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `oauth-client-attestation+jwt`\n- `x5c`: Must be an array of base64 encoded X509 End-Entity certificates bound to the configured client attestation root certificate.\n\n**Payload:**\n- `sub`: OAuth client_id matching the request\n- `client_instance_id`: Optional identifier to represent the client/app instance.\n- `iat`: Unix timestamp when the token was created\n- `exp`: Unix timestamp when the token will expire\n- `cnf.jwk`: JWK public key from the client instance that the authorization server uses to verify the signature of subsequent DPoP or PoP proofs.\n",
                      "type": "text/plain"
                    },
                    "key": "OAuth-Client-Attestation",
                    "value": "<string>"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/x-www-form-urlencoded"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "urlencoded",
                  "urlencoded": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "client_id",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "grant_type",
                      "value": "authorization_code"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "redirect_uri",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "code",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "code_verifier",
                      "value": "<string>"
                    }
                  ]
                },
                "auth": null
              },
              "response": [
                {
                  "id": "0ca39f2a-74cc-46f6-a4d8-b67f6fe8a2b6",
                  "name": "Access token successfully returned.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "oauth",
                        "token"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "DPoP proof JWT. A signed JWT that demonstrates proof-of-possession of a private key.\n\n> DPoP is offered as a **closed beta preview** feature and is not generally available yet. If you are interested in trying this feature, please [contact us](mailto:dev-support@mattr.global)\n\n**When to use:**\n- Token endpoint: Required when `dpop_jkt` was provided in the authorization request\n- Credential endpoint: Required when using DPoP-bound access tokens (Authorization header must use format: `Authorization: DPoP <access_token>`)\n\nThe DPoP proof must be a signed JWT with the following structure:\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `dpop+jwt`\n- `jwk`: Public key (JWK format)\n\n**Payload:**\n- `htu`: HTTP URI of the target endpoint\n- `htm`: HTTP method (e.g., `POST`)\n- `jti`: Unique identifier for this DPoP proof\n- `iat`: Unix timestamp when the DPoP proof was created\n- `ath`: Optional base64url-encoded SHA-256 hash of the `access_token`. Required when authenticating with the resource server.\n- `htcd`: Optional base64-encoded SHA-256 hash (content digest) of the HTTP request payload used to validate integrity.\n\nEach DPoP proof must be unique and cannot be reused across requests.\n",
                          "type": "text/plain"
                        },
                        "key": "DPoP",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "OAuth-Client-Attestation-PoP proof JWT that demonstrates:\n- Proof-of-possession of a private key from a wallet instance\n- Binding to OAuth-Client-Attestation JWT\n\n> OAuth-Client-Attestation-PoP and client attestation in general are offered as **closed beta preview** features and are not generally available yet. If you are interested in trying this feature, please [contact us](mailto:dev-support@mattr.global)\n\n**When to use:**\n- Token endpoint: When OAuth Client has client attestation enabled with `dpopRequired` set to false.\n\nThe `OAuth-Client-Attestation-PoP` proof MUST be signed with a wallet instance's private key that corresponds to the `cnf.jwk` claim from the provided\n`OAuth-Client-Attestation` and must use the following structure:\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `oauth-client-attestation-pop+jwt`\n\n**Payload:**\n- `aud`: HTTP Host of the target endpoint\n- `jti`: Unique identifier for this OAuth-Client-Attestation-PoP proof\n- `iat`: Unix timestamp when the OAuth-Client-Attestation-PoP proof was created\n\nEach OAuth-Client-Attestation-PoP proof must be unique and cannot be reused across requests.\n",
                          "type": "text/plain"
                        },
                        "key": "OAuth-Client-Attestation-PoP",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "JWT generated by the Client Attester (Backend) attesting to a validated Client Instance and bound to a key managed by the Client Instance, ensuring proof of possession.\n\n> Client Attestation support is currently offered as a **tech preview**. As such, functionality may be limited, may not work in all scenarios, and could change or break without prior notice.\n\n**When to use:**\n- When client attestation is configured for this client_id\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `oauth-client-attestation+jwt`\n- `x5c`: Must be an array of base64 encoded X509 End-Entity certificates bound to the configured client attestation root certificate.\n\n**Payload:**\n- `sub`: OAuth client_id matching the request\n- `client_instance_id`: Optional identifier to represent the client/app instance.\n- `iat`: Unix timestamp when the token was created\n- `exp`: Unix timestamp when the token will expire\n- `cnf.jwk`: JWK public key from the client instance that the authorization server uses to verify the signature of subsequent DPoP or PoP proofs.\n",
                          "type": "text/plain"
                        },
                        "key": "OAuth-Client-Attestation",
                        "value": "<string>"
                      },
                      {
                        "key": "Content-Type",
                        "value": "application/x-www-form-urlencoded"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "urlencoded",
                      "urlencoded": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "client_id",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "grant_type",
                          "value": "authorization_code"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "redirect_uri",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "code",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "code_verifier",
                          "value": "<string>"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"access_token\": \"<string>\",\n\t\"token_type\": \"Bearer\",\n\t\"expires_in\": \"<integer>\",\n\t\"scope\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7d1496fa-6310-4de0-b4c6-f7f2e6977729",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "oauth",
                        "token"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "DPoP proof JWT. A signed JWT that demonstrates proof-of-possession of a private key.\n\n> DPoP is offered as a **closed beta preview** feature and is not generally available yet. If you are interested in trying this feature, please [contact us](mailto:dev-support@mattr.global)\n\n**When to use:**\n- Token endpoint: Required when `dpop_jkt` was provided in the authorization request\n- Credential endpoint: Required when using DPoP-bound access tokens (Authorization header must use format: `Authorization: DPoP <access_token>`)\n\nThe DPoP proof must be a signed JWT with the following structure:\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `dpop+jwt`\n- `jwk`: Public key (JWK format)\n\n**Payload:**\n- `htu`: HTTP URI of the target endpoint\n- `htm`: HTTP method (e.g., `POST`)\n- `jti`: Unique identifier for this DPoP proof\n- `iat`: Unix timestamp when the DPoP proof was created\n- `ath`: Optional base64url-encoded SHA-256 hash of the `access_token`. Required when authenticating with the resource server.\n- `htcd`: Optional base64-encoded SHA-256 hash (content digest) of the HTTP request payload used to validate integrity.\n\nEach DPoP proof must be unique and cannot be reused across requests.\n",
                          "type": "text/plain"
                        },
                        "key": "DPoP",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "OAuth-Client-Attestation-PoP proof JWT that demonstrates:\n- Proof-of-possession of a private key from a wallet instance\n- Binding to OAuth-Client-Attestation JWT\n\n> OAuth-Client-Attestation-PoP and client attestation in general are offered as **closed beta preview** features and are not generally available yet. If you are interested in trying this feature, please [contact us](mailto:dev-support@mattr.global)\n\n**When to use:**\n- Token endpoint: When OAuth Client has client attestation enabled with `dpopRequired` set to false.\n\nThe `OAuth-Client-Attestation-PoP` proof MUST be signed with a wallet instance's private key that corresponds to the `cnf.jwk` claim from the provided\n`OAuth-Client-Attestation` and must use the following structure:\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `oauth-client-attestation-pop+jwt`\n\n**Payload:**\n- `aud`: HTTP Host of the target endpoint\n- `jti`: Unique identifier for this OAuth-Client-Attestation-PoP proof\n- `iat`: Unix timestamp when the OAuth-Client-Attestation-PoP proof was created\n\nEach OAuth-Client-Attestation-PoP proof must be unique and cannot be reused across requests.\n",
                          "type": "text/plain"
                        },
                        "key": "OAuth-Client-Attestation-PoP",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "JWT generated by the Client Attester (Backend) attesting to a validated Client Instance and bound to a key managed by the Client Instance, ensuring proof of possession.\n\n> Client Attestation support is currently offered as a **tech preview**. As such, functionality may be limited, may not work in all scenarios, and could change or break without prior notice.\n\n**When to use:**\n- When client attestation is configured for this client_id\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `oauth-client-attestation+jwt`\n- `x5c`: Must be an array of base64 encoded X509 End-Entity certificates bound to the configured client attestation root certificate.\n\n**Payload:**\n- `sub`: OAuth client_id matching the request\n- `client_instance_id`: Optional identifier to represent the client/app instance.\n- `iat`: Unix timestamp when the token was created\n- `exp`: Unix timestamp when the token will expire\n- `cnf.jwk`: JWK public key from the client instance that the authorization server uses to verify the signature of subsequent DPoP or PoP proofs.\n",
                          "type": "text/plain"
                        },
                        "key": "OAuth-Client-Attestation",
                        "value": "<string>"
                      },
                      {
                        "key": "Content-Type",
                        "value": "application/x-www-form-urlencoded"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "urlencoded",
                      "urlencoded": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "client_id",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "grant_type",
                          "value": "authorization_code"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "redirect_uri",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "code",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "code_verifier",
                          "value": "<string>"
                        }
                      ]
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "11dafc2e-1912-4e15-b0ad-45a598609e88",
                  "name": "Unauthorized. The client is not recognized by authorization server.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "oauth",
                        "token"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "DPoP proof JWT. A signed JWT that demonstrates proof-of-possession of a private key.\n\n> DPoP is offered as a **closed beta preview** feature and is not generally available yet. If you are interested in trying this feature, please [contact us](mailto:dev-support@mattr.global)\n\n**When to use:**\n- Token endpoint: Required when `dpop_jkt` was provided in the authorization request\n- Credential endpoint: Required when using DPoP-bound access tokens (Authorization header must use format: `Authorization: DPoP <access_token>`)\n\nThe DPoP proof must be a signed JWT with the following structure:\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `dpop+jwt`\n- `jwk`: Public key (JWK format)\n\n**Payload:**\n- `htu`: HTTP URI of the target endpoint\n- `htm`: HTTP method (e.g., `POST`)\n- `jti`: Unique identifier for this DPoP proof\n- `iat`: Unix timestamp when the DPoP proof was created\n- `ath`: Optional base64url-encoded SHA-256 hash of the `access_token`. Required when authenticating with the resource server.\n- `htcd`: Optional base64-encoded SHA-256 hash (content digest) of the HTTP request payload used to validate integrity.\n\nEach DPoP proof must be unique and cannot be reused across requests.\n",
                          "type": "text/plain"
                        },
                        "key": "DPoP",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "OAuth-Client-Attestation-PoP proof JWT that demonstrates:\n- Proof-of-possession of a private key from a wallet instance\n- Binding to OAuth-Client-Attestation JWT\n\n> OAuth-Client-Attestation-PoP and client attestation in general are offered as **closed beta preview** features and are not generally available yet. If you are interested in trying this feature, please [contact us](mailto:dev-support@mattr.global)\n\n**When to use:**\n- Token endpoint: When OAuth Client has client attestation enabled with `dpopRequired` set to false.\n\nThe `OAuth-Client-Attestation-PoP` proof MUST be signed with a wallet instance's private key that corresponds to the `cnf.jwk` claim from the provided\n`OAuth-Client-Attestation` and must use the following structure:\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `oauth-client-attestation-pop+jwt`\n\n**Payload:**\n- `aud`: HTTP Host of the target endpoint\n- `jti`: Unique identifier for this OAuth-Client-Attestation-PoP proof\n- `iat`: Unix timestamp when the OAuth-Client-Attestation-PoP proof was created\n\nEach OAuth-Client-Attestation-PoP proof must be unique and cannot be reused across requests.\n",
                          "type": "text/plain"
                        },
                        "key": "OAuth-Client-Attestation-PoP",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "JWT generated by the Client Attester (Backend) attesting to a validated Client Instance and bound to a key managed by the Client Instance, ensuring proof of possession.\n\n> Client Attestation support is currently offered as a **tech preview**. As such, functionality may be limited, may not work in all scenarios, and could change or break without prior notice.\n\n**When to use:**\n- When client attestation is configured for this client_id\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `oauth-client-attestation+jwt`\n- `x5c`: Must be an array of base64 encoded X509 End-Entity certificates bound to the configured client attestation root certificate.\n\n**Payload:**\n- `sub`: OAuth client_id matching the request\n- `client_instance_id`: Optional identifier to represent the client/app instance.\n- `iat`: Unix timestamp when the token was created\n- `exp`: Unix timestamp when the token will expire\n- `cnf.jwk`: JWK public key from the client instance that the authorization server uses to verify the signature of subsequent DPoP or PoP proofs.\n",
                          "type": "text/plain"
                        },
                        "key": "OAuth-Client-Attestation",
                        "value": "<string>"
                      },
                      {
                        "key": "Content-Type",
                        "value": "application/x-www-form-urlencoded"
                      },
                      {
                        "key": "Accept",
                        "value": "text/plain"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "urlencoded",
                      "urlencoded": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "client_id",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "grant_type",
                          "value": "authorization_code"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "redirect_uri",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "code",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "code_verifier",
                          "value": "<string>"
                        }
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "<string>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "2524a5ee-6f48-4535-9910-d5e5fbba6387",
                  "name": "Forbidden. The client is recognized by authorization server but is not allowed to access this resource.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "oauth",
                        "token"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "DPoP proof JWT. A signed JWT that demonstrates proof-of-possession of a private key.\n\n> DPoP is offered as a **closed beta preview** feature and is not generally available yet. If you are interested in trying this feature, please [contact us](mailto:dev-support@mattr.global)\n\n**When to use:**\n- Token endpoint: Required when `dpop_jkt` was provided in the authorization request\n- Credential endpoint: Required when using DPoP-bound access tokens (Authorization header must use format: `Authorization: DPoP <access_token>`)\n\nThe DPoP proof must be a signed JWT with the following structure:\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `dpop+jwt`\n- `jwk`: Public key (JWK format)\n\n**Payload:**\n- `htu`: HTTP URI of the target endpoint\n- `htm`: HTTP method (e.g., `POST`)\n- `jti`: Unique identifier for this DPoP proof\n- `iat`: Unix timestamp when the DPoP proof was created\n- `ath`: Optional base64url-encoded SHA-256 hash of the `access_token`. Required when authenticating with the resource server.\n- `htcd`: Optional base64-encoded SHA-256 hash (content digest) of the HTTP request payload used to validate integrity.\n\nEach DPoP proof must be unique and cannot be reused across requests.\n",
                          "type": "text/plain"
                        },
                        "key": "DPoP",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "OAuth-Client-Attestation-PoP proof JWT that demonstrates:\n- Proof-of-possession of a private key from a wallet instance\n- Binding to OAuth-Client-Attestation JWT\n\n> OAuth-Client-Attestation-PoP and client attestation in general are offered as **closed beta preview** features and are not generally available yet. If you are interested in trying this feature, please [contact us](mailto:dev-support@mattr.global)\n\n**When to use:**\n- Token endpoint: When OAuth Client has client attestation enabled with `dpopRequired` set to false.\n\nThe `OAuth-Client-Attestation-PoP` proof MUST be signed with a wallet instance's private key that corresponds to the `cnf.jwk` claim from the provided\n`OAuth-Client-Attestation` and must use the following structure:\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `oauth-client-attestation-pop+jwt`\n\n**Payload:**\n- `aud`: HTTP Host of the target endpoint\n- `jti`: Unique identifier for this OAuth-Client-Attestation-PoP proof\n- `iat`: Unix timestamp when the OAuth-Client-Attestation-PoP proof was created\n\nEach OAuth-Client-Attestation-PoP proof must be unique and cannot be reused across requests.\n",
                          "type": "text/plain"
                        },
                        "key": "OAuth-Client-Attestation-PoP",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "JWT generated by the Client Attester (Backend) attesting to a validated Client Instance and bound to a key managed by the Client Instance, ensuring proof of possession.\n\n> Client Attestation support is currently offered as a **tech preview**. As such, functionality may be limited, may not work in all scenarios, and could change or break without prior notice.\n\n**When to use:**\n- When client attestation is configured for this client_id\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `oauth-client-attestation+jwt`\n- `x5c`: Must be an array of base64 encoded X509 End-Entity certificates bound to the configured client attestation root certificate.\n\n**Payload:**\n- `sub`: OAuth client_id matching the request\n- `client_instance_id`: Optional identifier to represent the client/app instance.\n- `iat`: Unix timestamp when the token was created\n- `exp`: Unix timestamp when the token will expire\n- `cnf.jwk`: JWK public key from the client instance that the authorization server uses to verify the signature of subsequent DPoP or PoP proofs.\n",
                          "type": "text/plain"
                        },
                        "key": "OAuth-Client-Attestation",
                        "value": "<string>"
                      },
                      {
                        "key": "Content-Type",
                        "value": "application/x-www-form-urlencoded"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "urlencoded",
                      "urlencoded": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "client_id",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "grant_type",
                          "value": "authorization_code"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "redirect_uri",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "code",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "code_verifier",
                          "value": "<string>"
                        }
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "24125edd-556c-4ee4-9331-a8819c7b8780",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "oauth",
                        "token"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "DPoP proof JWT. A signed JWT that demonstrates proof-of-possession of a private key.\n\n> DPoP is offered as a **closed beta preview** feature and is not generally available yet. If you are interested in trying this feature, please [contact us](mailto:dev-support@mattr.global)\n\n**When to use:**\n- Token endpoint: Required when `dpop_jkt` was provided in the authorization request\n- Credential endpoint: Required when using DPoP-bound access tokens (Authorization header must use format: `Authorization: DPoP <access_token>`)\n\nThe DPoP proof must be a signed JWT with the following structure:\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `dpop+jwt`\n- `jwk`: Public key (JWK format)\n\n**Payload:**\n- `htu`: HTTP URI of the target endpoint\n- `htm`: HTTP method (e.g., `POST`)\n- `jti`: Unique identifier for this DPoP proof\n- `iat`: Unix timestamp when the DPoP proof was created\n- `ath`: Optional base64url-encoded SHA-256 hash of the `access_token`. Required when authenticating with the resource server.\n- `htcd`: Optional base64-encoded SHA-256 hash (content digest) of the HTTP request payload used to validate integrity.\n\nEach DPoP proof must be unique and cannot be reused across requests.\n",
                          "type": "text/plain"
                        },
                        "key": "DPoP",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "OAuth-Client-Attestation-PoP proof JWT that demonstrates:\n- Proof-of-possession of a private key from a wallet instance\n- Binding to OAuth-Client-Attestation JWT\n\n> OAuth-Client-Attestation-PoP and client attestation in general are offered as **closed beta preview** features and are not generally available yet. If you are interested in trying this feature, please [contact us](mailto:dev-support@mattr.global)\n\n**When to use:**\n- Token endpoint: When OAuth Client has client attestation enabled with `dpopRequired` set to false.\n\nThe `OAuth-Client-Attestation-PoP` proof MUST be signed with a wallet instance's private key that corresponds to the `cnf.jwk` claim from the provided\n`OAuth-Client-Attestation` and must use the following structure:\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `oauth-client-attestation-pop+jwt`\n\n**Payload:**\n- `aud`: HTTP Host of the target endpoint\n- `jti`: Unique identifier for this OAuth-Client-Attestation-PoP proof\n- `iat`: Unix timestamp when the OAuth-Client-Attestation-PoP proof was created\n\nEach OAuth-Client-Attestation-PoP proof must be unique and cannot be reused across requests.\n",
                          "type": "text/plain"
                        },
                        "key": "OAuth-Client-Attestation-PoP",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "JWT generated by the Client Attester (Backend) attesting to a validated Client Instance and bound to a key managed by the Client Instance, ensuring proof of possession.\n\n> Client Attestation support is currently offered as a **tech preview**. As such, functionality may be limited, may not work in all scenarios, and could change or break without prior notice.\n\n**When to use:**\n- When client attestation is configured for this client_id\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `oauth-client-attestation+jwt`\n- `x5c`: Must be an array of base64 encoded X509 End-Entity certificates bound to the configured client attestation root certificate.\n\n**Payload:**\n- `sub`: OAuth client_id matching the request\n- `client_instance_id`: Optional identifier to represent the client/app instance.\n- `iat`: Unix timestamp when the token was created\n- `exp`: Unix timestamp when the token will expire\n- `cnf.jwk`: JWK public key from the client instance that the authorization server uses to verify the signature of subsequent DPoP or PoP proofs.\n",
                          "type": "text/plain"
                        },
                        "key": "OAuth-Client-Attestation",
                        "value": "<string>"
                      },
                      {
                        "key": "Content-Type",
                        "value": "application/x-www-form-urlencoded"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "urlencoded",
                      "urlencoded": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "client_id",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "grant_type",
                          "value": "authorization_code"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "redirect_uri",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "code",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "code_verifier",
                          "value": "<string>"
                        }
                      ]
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "296beb15-2d07-4470-b3e5-9f64edb65b4d",
              "name": "Issue a verifiable credential",
              "request": {
                "name": "Issue a verifiable credential",
                "description": {
                  "content": "Issues a credential to a holder upon presentation of a valid access token, as per [OpenID4VCI](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-credential-endpoint).\nSupports [encrypted](/docs/issuance/credential-issuance/e2e-encryption) and non-encrypted credential issuance.\n\n<Callout>\nEncrypted credential issuance is currently in technical preview and must be enabled on a per-tenant basis. If you would like to enable this feature for your tenant, please [contact us](mailto:dev-support@mattr.global).\n</Callout>\n\nFor non-encrypted credential issuance the valid access token must be provided in one of the following header formats: \n\n**Bearer**\n- Authorization: `Bearer <access_token>`.\n- Content-Type: `application/json`\n- Body: `<credential request payload>`\n\nOR\n\n**DPoP**\nOnly required when using DPoP-bound access tokens. \n\n- Authorization: `DPoP <access_token>`.\n- DPoP: `<dpop_token>`\n- Content-Type: `application/json`\n- Body: `<credential request payload>`\n\n\nFor encrypted credential issuance, [contact us](mailto:dev-support@mattr.global) to configure how your MATTR VII enforces request and/or response encryption, and then:\n- For **request** encryption, `Content-Type` must be set to `application/jwt` and the payload must be JWE formatted.\n- For **response** encryption, include the [`credential_response_encryption`](/docs/issuance/credential-issuance/e2e-encryption#encryption-key-provisioning) property in the raw request payload to specify encryption details.\n\n### **Analytic events**\n* OPENID_CREDENTIAL_START\n* OPENID_CREDENTIAL_SUCCESS\n* OPENID_CREDENTIAL_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "openid",
                    "credential"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": true,
                    "description": {
                      "content": "DPoP proof JWT. A signed JWT that demonstrates proof-of-possession of a private key.\n\n> DPoP is offered as a **closed beta preview** feature and is not generally available yet. If you are interested in trying this feature, please [contact us](mailto:dev-support@mattr.global)\n\n**When to use:**\n- Token endpoint: Required when `dpop_jkt` was provided in the authorization request\n- Credential endpoint: Required when using DPoP-bound access tokens (Authorization header must use format: `Authorization: DPoP <access_token>`)\n\nThe DPoP proof must be a signed JWT with the following structure:\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `dpop+jwt`\n- `jwk`: Public key (JWK format)\n\n**Payload:**\n- `htu`: HTTP URI of the target endpoint\n- `htm`: HTTP method (e.g., `POST`)\n- `jti`: Unique identifier for this DPoP proof\n- `iat`: Unix timestamp when the DPoP proof was created\n- `ath`: Optional base64url-encoded SHA-256 hash of the `access_token`. Required when authenticating with the resource server.\n- `htcd`: Optional base64-encoded SHA-256 hash (content digest) of the HTTP request payload used to validate integrity.\n\nEach DPoP proof must be unique and cannot be reused across requests.\n",
                      "type": "text/plain"
                    },
                    "key": "DPoP",
                    "value": "<string>"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"credential_configuration_id\": \"<string>\",\n\t\"proofs\": {\n\t\t\"jwt\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"credential_response_encryption\": {\n\t\t\"jwk\": {\n\t\t\t\"kty\": \"<string>\",\n\t\t\t\"crv\": \"<string>\",\n\t\t\t\"alg\": \"<string>\",\n\t\t\t\"x\": \"<string>\",\n\t\t\t\"y\": \"<string>\",\n\t\t\t\"kid\": \"<string>\",\n\t\t\t\"use\": \"<string>\"\n\t\t},\n\t\t\"enc\": \"<string>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "bb817b2a-5ea2-4aea-8f0f-3d1b6b934695",
                  "name": "Credential issued",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "openid",
                        "credential"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "DPoP proof JWT. A signed JWT that demonstrates proof-of-possession of a private key.\n\n> DPoP is offered as a **closed beta preview** feature and is not generally available yet. If you are interested in trying this feature, please [contact us](mailto:dev-support@mattr.global)\n\n**When to use:**\n- Token endpoint: Required when `dpop_jkt` was provided in the authorization request\n- Credential endpoint: Required when using DPoP-bound access tokens (Authorization header must use format: `Authorization: DPoP <access_token>`)\n\nThe DPoP proof must be a signed JWT with the following structure:\n\n**Header:**\n- `alg`: Must be `ES256`\n- `typ`: Must be `dpop+jwt`\n- `jwk`: Public key (JWK format)\n\n**Payload:**\n- `htu`: HTTP URI of the target endpoint\n- `htm`: HTTP method (e.g., `POST`)\n- `jti`: Unique identifier for this DPoP proof\n- `iat`: Unix timestamp when the DPoP proof was created\n- `ath`: Optional base64url-encoded SHA-256 hash of the `access_token`. Required when authenticating with the resource server.\n- `htcd`: Optional base64-encoded SHA-256 hash (content digest) of the HTTP request payload used to validate integrity.\n\nEach DPoP proof must be unique and cannot be reused across requests.\n",
                          "type": "text/plain"
                        },
                        "key": "DPoP",
                        "value": "<string>"
                      },
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credential_configuration_id\": \"<string>\",\n\t\"proofs\": {\n\t\t\"jwt\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"credential_response_encryption\": {\n\t\t\"jwk\": {\n\t\t\t\"kty\": \"<string>\",\n\t\t\t\"crv\": \"<string>\",\n\t\t\t\"alg\": \"<string>\",\n\t\t\t\"x\": \"<string>\",\n\t\t\t\"y\": \"<string>\",\n\t\t\t\"kid\": \"<string>\",\n\t\t\t\"use\": \"<string>\"\n\t\t},\n\t\t\"enc\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"credentials\": [\n\t\t{\n\t\t\t\"credential\": {\n\t\t\t\t\"@context\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"type\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\t\t\"credentialSubject\": {\n\t\t\t\t\t\"givenName\": \"<string>\",\n\t\t\t\t\t\"familyName\": \"<string>\",\n\t\t\t\t\t\"alumniOf\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"proof\": {\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\t\t\"jws\": \"<string>\",\n\t\t\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\t\t\"verificationMethod\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"issuer\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\t\t\"iconUrl\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"credentialBranding\": {\n\t\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"credentialStatus\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"description\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"credential\": {\n\t\t\t\t\"@context\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"type\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\t\t\"credentialSubject\": {\n\t\t\t\t\t\"givenName\": \"<string>\",\n\t\t\t\t\t\"familyName\": \"<string>\",\n\t\t\t\t\t\"alumniOf\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"proof\": {\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\t\t\"jws\": \"<string>\",\n\t\t\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\t\t\"verificationMethod\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"issuer\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\t\t\"iconUrl\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"credentialBranding\": {\n\t\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"credentialStatus\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"description\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Issuer metadata",
          "description": "Specifies paths and operations for retrieving issuer metadata for OID4VCI workflows.",
          "item": [
            {
              "id": "26cb382f-3893-4cc3-9971-62bebf2fa37d",
              "name": "Retrieve OpenID4VCI issuer metadata",
              "request": {
                "name": "Retrieve OpenID4VCI issuer metadata",
                "description": {
                  "content": "Returns OpenID4VCI issuer metadata. This is the standard OpenID4VCI Well Known endpoint for your tenant.\n\nThis endpoint is unprotected, public facing and can be deterministically found at the root of the tenant subdomain or alias by any party wishing to discover the OpenID4VCI capabilities.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    ".well-known",
                    "openid-credential-issuer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "5aa5dd98-afa7-4fde-9fc9-6d2c13f9de74",
                  "name": "OpenID4VCI credential issuer metadata retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        ".well-known",
                        "openid-credential-issuer"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"issuer\": \"<uri>\",\n\t\"authorization_endpoint\": \"<uri>\",\n\t\"jwks_uri\": \"<uri>\",\n\t\"token_endpoint\": \"<uri>\",\n\t\"scopes_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"response_types_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"response_modes_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"grant_types_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"code_challenge_methods_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"credential_issuer\": \"<uri>\",\n\t\"credential_endpoint\": \"<uri>\",\n\t\"credentials_supported\": [\n\t\t{\n\t\t\t\"format\": \"<string>\",\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"scope\": \"<string>\",\n\t\t\t\"@context\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"type\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"credentialSubject\": {},\n\t\t\t\"cryptographic_binding_methods_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cryptographic_suites_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"format\": \"<string>\",\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"scope\": \"<string>\",\n\t\t\t\"@context\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"type\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"credentialSubject\": {},\n\t\t\t\"cryptographic_binding_methods_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cryptographic_suites_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"credential_configurations_supported\": {\n\t\t\"key_0\": {\n\t\t\t\"format\": \"<string>\",\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"scope\": \"<string>\",\n\t\t\t\"credential_definition\": {\n\t\t\t\t\"type\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"@context\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"credential_signing_alg_values_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cryptographic_binding_methods_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"proof_types_supported\": {\n\t\t\t\t\"jwt\": {\n\t\t\t\t\t\"proof_signing_alg_values_supported\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"key_attestations_required\": {\n\t\t\t\t\t\t\"key_storage\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"user_authentication\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"credential_metadata\": {\n\t\t\t\t\"claims\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"path\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\",\n\t\t\t\t\t\t\"display\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"path\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\",\n\t\t\t\t\t\t\"display\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t}\n\t},\n\t\"mdoc_iacas_uri\": \"<uri>\",\n\t\"credential_response_encryption\": {\n\t\t\"alg_values_supported\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"enc_values_supported\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"encryption_required\": \"<boolean>\"\n\t},\n\t\"credential_request_encryption\": {\n\t\t\"jwks\": {\n\t\t\t\"keys\": [\n\t\t\t\t{\n\t\t\t\t\t\"kty\": \"<string>\",\n\t\t\t\t\t\"kid\": \"<string>\",\n\t\t\t\t\t\"use\": \"<string>\",\n\t\t\t\t\t\"crv\": \"<string>\",\n\t\t\t\t\t\"alg\": \"<string>\",\n\t\t\t\t\t\"x\": \"<string>\",\n\t\t\t\t\t\"y\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"kty\": \"<string>\",\n\t\t\t\t\t\"kid\": \"<string>\",\n\t\t\t\t\t\"use\": \"<string>\",\n\t\t\t\t\t\"crv\": \"<string>\",\n\t\t\t\t\t\"alg\": \"<string>\",\n\t\t\t\t\t\"x\": \"<string>\",\n\t\t\t\t\t\"y\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"enc_values_supported\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"encryption_required\": \"<boolean>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "6d3ca1a5-bab8-4279-8ad9-6bc634f8770f",
              "name": "Retrieve authorization server metadata",
              "request": {
                "name": "Retrieve authorization server metadata",
                "description": {
                  "content": "Returns the OAuth 2.0 Authorization Server Metadata for your tenant.\n\nThis is the standard OAuth 2.0 Well-Known endpoint, providing public metadata that describes the tenant’s OAuth 2.0 configuration and capabilities.\nhttps://www.rfc-editor.org/rfc/rfc8414.html",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    ".well-known",
                    "oauth-authorization-server"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "8fdb1915-b2ff-4a49-a864-f9ed63e4a149",
                  "name": "OAuth authorization server metadata",
                  "originalRequest": {
                    "url": {
                      "path": [
                        ".well-known",
                        "oauth-authorization-server"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"issuer\": \"<uri>\",\n\t\"authorization_endpoint\": \"<uri>\",\n\t\"token_endpoint\": \"<uri>\",\n\t\"jwks_uri\": \"<uri>\",\n\t\"scopes_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"response_types_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"response_modes_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"grant_types_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"token_endpoint_auth_methods_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"code_challenge_methods_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"dpop_signing_alg_values_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"pre-authorized_grant_anonymous_access_supported\": \"<boolean>\",\n\t\"status_list_aggregation_endpoint\": \"<uri>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Users",
          "description": "Specifies paths and operations for managing users as part of OID4VCI workflows.",
          "item": [
            {
              "id": "7a054072-a652-44b6-9368-77b06a9c8456",
              "name": "Search users",
              "request": {
                "name": "Search users",
                "description": {
                  "content": "Returns a list of users from the tenant that match all the provided search criteria (all criteria are optional).\n\n### **Analytic events**\n* USER_SEARCH_START\n* USER_SEARCH_SUCCESS\n* USER_SEARCH_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "users",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"claims\": {},\n\t\"authenticationProvider\": {\n\t\t\"providerId\": \"<string>\",\n\t\t\"subjectId\": \"<string>\"\n\t},\n\t\"limit\": \"<number>\",\n\t\"cursor\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "63f3438f-548c-4fba-b621-353abb46d5f0",
                  "name": "Users retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "search"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claims\": {},\n\t\"authenticationProvider\": {\n\t\t\"providerId\": \"<string>\",\n\t\t\"subjectId\": \"<string>\"\n\t},\n\t\"limit\": \"<number>\",\n\t\"cursor\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"claims\": {},\n\t\t\t\"authenticationProvider\": {\n\t\t\t\t\"providerId\": \"<string>\",\n\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\"subjectId\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"claims\": {},\n\t\t\t\"authenticationProvider\": {\n\t\t\t\t\"providerId\": \"<string>\",\n\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\"subjectId\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d4e517bb-f21b-4a8a-aa49-4ee118c4af41",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "search"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claims\": {},\n\t\"authenticationProvider\": {\n\t\t\"providerId\": \"<string>\",\n\t\t\"subjectId\": \"<string>\"\n\t},\n\t\"limit\": \"<number>\",\n\t\"cursor\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "6f6d6d91-ea39-450a-8d4f-70efb29a5a8b",
              "name": "Create a User",
              "request": {
                "name": "Create a User",
                "description": {
                  "content": "Create a user.\n\n* USER_CREATE_START\n* USER_CREATE_SUCCESS\n* USER_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"claims\": {},\n\t\"authenticationProvider\": {\n\t\t\"providerId\": \"<string>\",\n\t\t\"subjectId\": \"<string>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "28ae0ee5-f88a-4ad3-95f2-94e61f7516cf",
                  "name": "User created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claims\": {},\n\t\"authenticationProvider\": {\n\t\t\"providerId\": \"<string>\",\n\t\t\"subjectId\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"claims\": {},\n\t\"authenticationProvider\": {\n\t\t\"providerId\": \"<string>\",\n\t\t\"url\": \"<string>\",\n\t\t\"subjectId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "32a3adb3-e2d7-4d4c-a80e-83f1ab771ac2",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claims\": {},\n\t\"authenticationProvider\": {\n\t\t\"providerId\": \"<string>\",\n\t\t\"subjectId\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "09a61f33-acad-489f-a9e4-3220a19db91c",
              "name": "Retrieve all users",
              "request": {
                "name": "Retrieve all users",
                "description": {
                  "content": "Returns a list of all users on your tenant.\n\n### **Analytic events**\n* USER_RETRIEVE_LIST_START\n* USER_RETRIEVE_LIST_SUCCESS\n* USER_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "8cf3113a-dcdc-4803-ab79-d991a2377ffa",
                  "name": "Users retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"claims\": {},\n\t\t\t\"authenticationProvider\": {\n\t\t\t\t\"providerId\": \"<string>\",\n\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\"subjectId\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"claims\": {},\n\t\t\t\"authenticationProvider\": {\n\t\t\t\t\"providerId\": \"<string>\",\n\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\"subjectId\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "72eb4f0b-ac9e-4fdd-95ef-284de0996b05",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "8f407043-24c5-4d7d-8305-b01ea18a2bdf",
              "name": "Retrieve a user",
              "request": {
                "name": "Retrieve a user",
                "description": {
                  "content": "Retrieve an existing user by providing its ID.\n* USER_RETRIEVE_START\n* USER_RETRIEVE_SUCCESS\n* USER_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) User ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "8f4a634a-7e3b-472b-a39f-ec5203d34a1e",
                  "name": "User retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"claims\": {},\n\t\"authenticationProvider\": {\n\t\t\"providerId\": \"<string>\",\n\t\t\"url\": \"<string>\",\n\t\t\"subjectId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bc44a26f-6818-402c-ae93-0d9915a3f6c5",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5543338d-3c29-474c-815f-b6616477cb14",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a89bdfa6-7cf9-4c5f-bd46-567309936803",
              "name": "Update a User",
              "request": {
                "name": "Update a User",
                "description": {
                  "content": "Updates an existing user by providing its ID.\n\n* USER_UPDATE_START\n* USER_UPDATE_SUCCESS\n* USER_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) User ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"claims\": {},\n\t\"authenticationProvider\": {\n\t\t\"providerId\": \"<string>\",\n\t\t\"subjectId\": \"<string>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "cb734191-ae1a-46a8-b540-d69988d5433c",
                  "name": "User updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claims\": {},\n\t\"authenticationProvider\": {\n\t\t\"providerId\": \"<string>\",\n\t\t\"subjectId\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"claims\": {},\n\t\"authenticationProvider\": {\n\t\t\"providerId\": \"<string>\",\n\t\t\"url\": \"<string>\",\n\t\t\"subjectId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5aa548a6-89b4-46c4-9886-e4a914b4b721",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claims\": {},\n\t\"authenticationProvider\": {\n\t\t\"providerId\": \"<string>\",\n\t\t\"subjectId\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "76ec1161-f0d3-4e80-af04-b73c05efb497",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claims\": {},\n\t\"authenticationProvider\": {\n\t\t\"providerId\": \"<string>\",\n\t\t\"subjectId\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "40c0aafe-89ea-4a93-a544-42def6a6b354",
              "name": "Delete a user",
              "request": {
                "name": "Delete a user",
                "description": {
                  "content": "Deletes a user and removes any persisted data related to them by providing the user ID.\n\n<Callout>\nAny credentials issued to the user remain valid even after the user is deleted.\n</Callout>\n\n### **Analytic events**\n* USER_DELETE_START\n* USER_DELETE_SUCCESS\n* USER_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "users",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) User ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "00b8514e-96f6-4fc8-b199-56cee761b023",
                  "name": "User deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "a143a64b-31f6-420d-9b71-8245aff4e3c2",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "caab0fec-4d12-45f7-a056-f9bbba4000a6",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b32e25a4-eccb-4da5-b975-a6c311d43f9d",
              "name": "Retrieve all user credentials data",
              "request": {
                "name": "Retrieve all user credentials data",
                "description": {
                  "content": "Returns metadata for all the credentials issued to the provided `userId`.\n\n### **Analytic events**\n* USER_CREDENTIAL_RETRIEVE_LIST_START\n* USER_CREDENTIAL_RETRIEVE_LIST_SUCCESS\n* USER_CREDENTIAL_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "users",
                    ":userId",
                    "credentials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "userId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) User ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "28813506-e01d-41f8-9872-7833543d8aa9",
                  "name": "User credentials retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        ":userId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"profile\": \"mobile\",\n\t\t\t\"sessionId\": \"<string>\",\n\t\t\t\"credentialConfigurationId\": \"<string>\",\n\t\t\t\"devicePublicKey\": {\n\t\t\t\t\"kty\": \"<string>\",\n\t\t\t\t\"crv\": \"<string>\",\n\t\t\t\t\"x\": \"<string>\"\n\t\t\t},\n\t\t\t\"namespaces\": {},\n\t\t\t\"msoHash\": \"<string>\",\n\t\t\t\"issuedDate\": \"<dateTime>\",\n\t\t\t\"validFrom\": \"<dateTime>\",\n\t\t\t\"validUntil\": \"<dateTime>\",\n\t\t\t\"offerId\": \"<string>\",\n\t\t\t\"status\": \"valid\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"profile\": \"mobile\",\n\t\t\t\"sessionId\": \"<string>\",\n\t\t\t\"credentialConfigurationId\": \"<string>\",\n\t\t\t\"devicePublicKey\": {\n\t\t\t\t\"kty\": \"<string>\",\n\t\t\t\t\"crv\": \"<string>\",\n\t\t\t\t\"x\": \"<string>\"\n\t\t\t},\n\t\t\t\"namespaces\": {},\n\t\t\t\"msoHash\": \"<string>\",\n\t\t\t\"issuedDate\": \"<dateTime>\",\n\t\t\t\"validFrom\": \"<dateTime>\",\n\t\t\t\"validUntil\": \"<dateTime>\",\n\t\t\t\"offerId\": \"<string>\",\n\t\t\t\"status\": \"invalid\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7329935e-2f87-4186-a58c-61e2c284ba8d",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        ":userId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Credential configurations",
      "description": "",
      "item": [
        {
          "name": "CWT credentials",
          "description": "Specifies paths and operations for creating CWT credentials configuration.",
          "item": [
            {
              "id": "e783965d-0242-404c-8586-8149d59d96d0",
              "name": "Create a CWT credential configuration",
              "request": {
                "name": "Create a CWT credential configuration",
                "description": {
                  "content": "Creates a new CWT credential configuration, a specific set of rules and parameters that are used to create and validate a particular type of verifiable credential. These rules and parameters define how the credential is structured and what data it contains when issued.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_CREATE_START\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"<string>\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "500b5d25-bd89-4e16-958d-0fba56b2462d",
                  "name": "CWT credential configuration created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"<string>\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"id\": \"<uuid>\",\n\t\"revocable\": true,\n\t\"type\": \"<string>\",\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f60358ce-6ac7-4ccc-9b4c-b78d7e8dd5d3",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"<string>\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "8224aecc-5d9e-4c9c-adcc-64a9a480c94a",
              "name": "Retrieve all CWT credential configurations",
              "request": {
                "name": "Retrieve all CWT credential configurations",
                "description": {
                  "content": "Returns a list of all CWT credential configurations from your tenant.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_START\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "The optional credential type to filter on",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "fb2adb78-9eda-4c8b-953b-e961aced0f37",
                  "name": "CWT credential configurations retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "The optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"revocable\": true,\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"revocable\": true,\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b24062ca-77ce-4565-abd8-702e75d31a2b",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "The optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "192ede39-fe8b-4d42-835f-e35974b247f7",
              "name": "Retrieve a CWT credential configuration",
              "request": {
                "name": "Retrieve a CWT credential configuration",
                "description": {
                  "content": "Returns a CWT credential configuration by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_RETRIEVE_START\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_RETRIEVE_SUCCESS\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the CWT credential configuration.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "54a49784-7be4-4f40-a266-4efd4994fc72",
                  "name": "CWT credential configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"id\": \"<uuid>\",\n\t\"revocable\": true,\n\t\"type\": \"<string>\",\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6f576318-6ffd-49e7-8037-ea0550d8b356",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1bfa5ce4-8508-4610-bdd9-a93f5bfbfc7b",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3311a585-62db-4ac8-b03d-a5a49bf1b66c",
              "name": "Update a CWT credential configuration",
              "request": {
                "name": "Update a CWT credential configuration",
                "description": {
                  "content": "Updates an existing CWT credential configuration by providing its ID.\n        \n### **Analytic events**\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_UPDATE_START\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_UPDATE_SUCCESS\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the CWT credential configuration.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"<string>\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "213e87e9-b169-4438-a2af-d426df901164",
                  "name": "CWT credential configuration updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"<string>\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"id\": \"<uuid>\",\n\t\"revocable\": true,\n\t\"type\": \"<string>\",\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5611a015-853d-4814-9de5-e3e86ff10bc4",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"<string>\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "70c22b5a-247a-4325-87f5-051b8b0f9f0e",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"<string>\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4c545dbe-b53c-4a8c-9565-3026f5d7178e",
              "name": "Delete a CWT credential configuration",
              "request": {
                "name": "Delete a CWT credential configuration",
                "description": {
                  "content": "Deletes an existing CWT credential configuration by providing its ID.\n \n### **Analytic events**\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_DELETE_START\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_DELETE_SUCCESS\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_DELETE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the CWT credential configuration.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "d4b83b9f-cc52-4d34-b0ff-eca89fc80d4a",
                  "name": "CWT credential configuration deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "d4c5c3b9-27a8-4ead-8d2c-c374771aba64",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d9e625ed-1554-4753-a371-f317fa4d005f",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Semantic CWT credentials",
          "description": "Specifies paths and operations for creating Semantic CWT credentials configuration.",
          "item": [
            {
              "id": "8c5ae84c-760d-4626-b4eb-fc16cf721807",
              "name": "Create a Semantic CWT credentials configuration",
              "request": {
                "name": "Create a Semantic CWT credentials configuration",
                "description": {
                  "content": "Creates a new Semantic CWT credentials configuration, a specific set of rules and parameters that are used to create and validate a particular type of verifiable credential. These rules and parameters define how the credential is structured and what data it contains when issued.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_START\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "9ac7b6ca-56d5-4b30-bf82-c20b95fc0ddc",
                  "name": "Credential configuration created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"id\": \"<uuid>\",\n\t\"revocable\": true,\n\t\"type\": \"string\",\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "61bafffa-c615-41db-87d2-89908d9b328d",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4db3333e-5634-41b3-8e19-687eb8b3104c",
              "name": "Retrieve all Semantic CWT credentials configurations",
              "request": {
                "name": "Retrieve all Semantic CWT credentials configurations",
                "description": {
                  "content": "Returns a list of all Compact Semantic Credential configurations from your tenant.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_START\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "The optional credential type to filter on",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "268d438b-91e8-4672-a4ac-b8f4d6261db3",
                  "name": "Semantic CWT credentials configurations retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "The optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_2\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"revocable\": true,\n\t\t\t\"type\": \"string\",\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_2\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_3\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_4\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"revocable\": true,\n\t\t\t\"type\": \"string\",\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "da49ec91-b631-43a2-8db4-37d299acc00c",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "The optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "58986e55-2c66-44a9-b948-aab77c62f22d",
              "name": "Retrieve a Semantic CWT credentials configuration",
              "request": {
                "name": "Retrieve a Semantic CWT credentials configuration",
                "description": {
                  "content": "Returns a Semantic CWT credentials configuration by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_START\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the Semantic CWT credentials configuration.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "440624a7-4c44-4555-b0d3-3939c8494b80",
                  "name": "Semantic CWT credentials configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"id\": \"<uuid>\",\n\t\"revocable\": true,\n\t\"type\": \"string\",\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "454c5208-92a8-4f91-94ed-39363cedf468",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4778feeb-4682-44a9-8906-83ad1771dfa4",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "bc3e9197-0a78-4535-99a0-43077e7eeb05",
              "name": "Update a Semantic CWT credentials configuration",
              "request": {
                "name": "Update a Semantic CWT credentials configuration",
                "description": {
                  "content": "Updates an existing Semantic CWT credentials configuration by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_START\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the Semantic CWT credentials configuration.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "3d5af28c-dcd4-4532-8244-daea62140627",
                  "name": "Semantic CWT credentials configuration updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"id\": \"<uuid>\",\n\t\"revocable\": true,\n\t\"type\": \"string\",\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a31908b8-5eea-460b-a79e-e967b7ce2711",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "eb7b60de-496c-4e77-af38-2d2be088de2b",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "936f1635-864f-4bf3-9084-564a9b74d903",
              "name": "Delete a Semantic CWT credentials configuration",
              "request": {
                "name": "Delete a Semantic CWT credentials configuration",
                "description": {
                  "content": "Deletes an existing Semantic CWT credentials configuration by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_DELETE_START\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_DELETE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_DELETE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the Semantic CWT credentials configuration.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "f8ed98e1-9a39-4687-9944-1c9b5ad435fd",
                  "name": "Semantic CWT credentials configuration deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "cf7f3c0c-6503-49fa-96d7-c9776a66630e",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1dbf04e5-c477-4993-ad96-dcc5e7efaa4a",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "JSON credentials",
          "description": "Specifies paths and operations for managing JSON credentials configuration.",
          "item": [
            {
              "id": "04d4adff-070f-40c8-8dfb-c088e757d684",
              "name": "Create a JSON credentials configuration",
              "request": {
                "name": "Create a JSON credentials configuration",
                "description": {
                  "content": "Creates a new JSON credentials configuration, a specific set of rules and parameters that are used to create and validate a particular type of verifiable credential. These rules and parameters define how the credential is structured and what data it contains when issued.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_START\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "222eedb2-cce4-40a2-8d0b-f2f068fbe6ee",
                  "name": "JSON credentials configuration created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "80cb7928-e9e3-400b-969c-6683a788b22c",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a1e3173e-9013-4036-a2cb-7afdbf6f11d7",
              "name": "Retrieve all JSON credentials configurations",
              "request": {
                "name": "Retrieve all JSON credentials configurations",
                "description": {
                  "content": "Returns a list of all JSON credential configurations on your tenant.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_START\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "The optional credential type to filter on",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "59ad92b5-3044-4936-887b-4fe4b47ea083",
                  "name": "JSON credentials configurations retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "The optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"issuer\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\t\"iconUrl\": \"<string>\"\n\t\t\t},\n\t\t\t\"persist\": false,\n\t\t\t\"revocable\": true,\n\t\t\t\"description\": \"<string>\",\n\t\t\t\"additionalTypes\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"contexts\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"proofType\": \"Ed25519Signature2018\",\n\t\t\t\"credentialBranding\": {\n\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t\t},\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"issuer\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\t\"iconUrl\": \"<string>\"\n\t\t\t},\n\t\t\t\"persist\": false,\n\t\t\t\"revocable\": true,\n\t\t\t\"description\": \"<string>\",\n\t\t\t\"additionalTypes\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"contexts\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"proofType\": \"BbsSignature2022\",\n\t\t\t\"credentialBranding\": {\n\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t\t},\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_2\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e55dc64d-a690-482c-81b2-5c32bf58058e",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "The optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9994063f-005e-409a-ae97-c044a1983d60",
              "name": "Retrieve a JSON credentials configuration",
              "request": {
                "name": "Retrieve a JSON credentials configuration",
                "description": {
                  "content": "Retrieve a JSON credentials configuration by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_START\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) JSON credentials configuration unique identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "07a06dff-53e5-45f4-9ee5-cbb214716f76",
                  "name": "JSON credentials configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8af450ec-7b7b-46ff-83e1-dd68dbfd167c",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6e499df1-eb6e-47fd-b60d-2c3e2f2544d2",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9d7e0a3a-48b1-4162-ac0c-817f0dd93969",
              "name": "Update a JSON credentials configuration",
              "request": {
                "name": "Update a JSON credentials configuration",
                "description": {
                  "content": "Updates an existing JSON credentials configuration by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_START\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) JSON credentials configuration unique identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "f20e6439-5933-4891-98a8-54c790a824d3",
                  "name": "JSON credentials configuration updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "20ac5e2d-cf8e-45b3-816c-4a2bafb69375",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "084e5487-4685-4874-bf41-ee16e2e61c44",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2528c7cd-1f66-483e-ae08-b71ecd1cf2f9",
              "name": "Delete a JSON credentials configuration",
              "request": {
                "name": "Delete a JSON credentials configuration",
                "description": {
                  "content": "Deletes an existing JSON credentials configuration by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_DELETE_START\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_DELETE_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_DELETE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) JSON credentials configuration unique identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "d6feacb4-0820-4971-a25f-f377647b1ab1",
                  "name": "JSON credentials configuration deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "9fc905f0-2530-4504-9db4-95a9f77a394d",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a121e47d-8fbf-4df5-835a-2e5d95f20ddf",
                  "name": "The credential configuration is not found",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "mDocs",
          "description": "Specifies paths and operations for managing mDocs credentials configuration.",
          "item": [
            {
              "id": "9b134f2f-1643-4599-a846-29b0c5491401",
              "name": "Create an mDocs configuration",
              "request": {
                "name": "Create an mDocs configuration",
                "description": {
                  "content": "Creates a new mDocs configuration, a specific set of rules and parameters that are used to create and validate a particular type of verifiable credential. These rules and parameters define how the credential is structured and what data it contains when issued.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_CONFIGURATION_CREATE_START\n* MOBILE_CREDENTIAL_CONFIGURATION_CREATE_SUCCESS\n* MOBILE_CREDENTIAL_CONFIGURATION_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"type\": \"<string>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"additionalProperties\": {\n\t\t\t\"additionalProperties\": {\n\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\"type\": \"boolean\",\n\t\t\t\t\"required\": false,\n\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"validFrom\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"validUntil\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"branding\": {\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImage\": \"<string>\",\n\t\t\"issuerLogo\": \"<string>\",\n\t\t\"issuerIcon\": \"<string>\"\n\t},\n\t\"includeStatus\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "9f067aed-959b-4966-82f9-bac89cfa9e08",
                  "name": "mDocs configuration created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"type\": \"<string>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"additionalProperties\": {\n\t\t\t\"additionalProperties\": {\n\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\"type\": \"boolean\",\n\t\t\t\t\"required\": false,\n\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"validFrom\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"validUntil\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"branding\": {\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImage\": \"<string>\",\n\t\t\"issuerLogo\": \"<string>\",\n\t\t\"issuerIcon\": \"<string>\"\n\t},\n\t\"includeStatus\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"type\": \"<string>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"additionalProperties\": {\n\t\t\t\"additionalProperties\": {\n\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\"type\": \"boolean\",\n\t\t\t\t\"required\": false,\n\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"branding\": {\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImage\": \"<string>\",\n\t\t\"issuerLogo\": \"<string>\",\n\t\t\"issuerIcon\": \"<string>\"\n\t},\n\t\"includeStatus\": false,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"validFrom\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"validUntil\": {\n\t\t\"mapFrom\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e3667ff1-8472-48de-b2ac-e560186383c1",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"type\": \"<string>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"additionalProperties\": {\n\t\t\t\"additionalProperties\": {\n\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\"type\": \"boolean\",\n\t\t\t\t\"required\": false,\n\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"validFrom\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"validUntil\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"branding\": {\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImage\": \"<string>\",\n\t\t\"issuerLogo\": \"<string>\",\n\t\t\"issuerIcon\": \"<string>\"\n\t},\n\t\"includeStatus\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "86cae227-161c-4ff1-abe3-6207b04d5371",
              "name": "Retrieve all mDocs configurations",
              "request": {
                "name": "Retrieve all mDocs configurations",
                "description": {
                  "content": "Retrieves all mDocs configurations from your tenant.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_START\n* MOBILE_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_SUCCESS\n* MOBILE_CREDENTIAL_CONFIGURATION_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Optional credential type to filter on",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "2f5f57c5-4a37-40fe-b1e8-a22e9dacb796",
                  "name": "mDocs configurations retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t},\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"additionalProperties\": {\n\t\t\t\t\t\"additionalProperties\": {\n\t\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\t\"type\": \"boolean\",\n\t\t\t\t\t\t\"required\": false,\n\t\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"branding\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"description\": \"<string>\",\n\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\"watermarkImage\": \"<string>\",\n\t\t\t\t\"issuerLogo\": \"<string>\",\n\t\t\t\t\"issuerIcon\": \"<string>\"\n\t\t\t},\n\t\t\t\"includeStatus\": false,\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"validFrom\": {\n\t\t\t\t\"mapFrom\": \"<string>\"\n\t\t\t},\n\t\t\t\"validUntil\": {\n\t\t\t\t\"mapFrom\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t},\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"additionalProperties\": {\n\t\t\t\t\t\"additionalProperties\": {\n\t\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\t\"type\": \"boolean\",\n\t\t\t\t\t\t\"required\": false,\n\t\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"branding\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"description\": \"<string>\",\n\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\"watermarkImage\": \"<string>\",\n\t\t\t\t\"issuerLogo\": \"<string>\",\n\t\t\t\t\"issuerIcon\": \"<string>\"\n\t\t\t},\n\t\t\t\"includeStatus\": false,\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"validFrom\": {\n\t\t\t\t\"mapFrom\": \"<string>\"\n\t\t\t},\n\t\t\t\"validUntil\": {\n\t\t\t\t\"mapFrom\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5d270bf9-0189-4d13-8477-bd662c69e8ef",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "11d5387f-c1af-40f9-b426-188a46a997dd",
              "name": "Retrieve an mDocs configuration",
              "request": {
                "name": "Retrieve an mDocs configuration",
                "description": {
                  "content": "Retrieves an existing mDocs configuration by providing its ID.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_CONFIGURATION_RETRIEVE_START\n* MOBILE_CREDENTIAL_CONFIGURATION_RETRIEVE_SUCCESS\n* MOBILE_CREDENTIAL_CONFIGURATION_RETRIEVE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) mDocs configuration ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "af930837-a01e-40db-9787-dcb4d4b21133",
                  "name": "mDocs configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"type\": \"<string>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"additionalProperties\": {\n\t\t\t\"additionalProperties\": {\n\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\"type\": \"boolean\",\n\t\t\t\t\"required\": false,\n\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"branding\": {\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImage\": \"<string>\",\n\t\t\"issuerLogo\": \"<string>\",\n\t\t\"issuerIcon\": \"<string>\"\n\t},\n\t\"includeStatus\": false,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"validFrom\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"validUntil\": {\n\t\t\"mapFrom\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d4f38cc2-b11e-4156-b6fe-35d99dc0f670",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9679cb12-008b-4ed8-80b7-2cff201b85c6",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f2f4cfd6-0b95-489c-bac4-b794d8ccac5b",
              "name": "Update an mDocs configuration",
              "request": {
                "name": "Update an mDocs configuration",
                "description": {
                  "content": "Updates an existing mDocs configuration by providing its ID.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_CONFIGURATION_UPDATE_START\n* MOBILE_CREDENTIAL_CONFIGURATION_UPDATE_SUCCESS\n* MOBILE_CREDENTIAL_CONFIGURATION_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) mDocs configuration ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"type\": \"<string>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"additionalProperties\": {\n\t\t\t\"additionalProperties\": {\n\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\"type\": \"boolean\",\n\t\t\t\t\"required\": false,\n\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"validFrom\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"validUntil\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"branding\": {\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImage\": \"<string>\",\n\t\t\"issuerLogo\": \"<string>\",\n\t\t\"issuerIcon\": \"<string>\"\n\t},\n\t\"includeStatus\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "1c2b1441-4ce8-4dc4-9683-c2038dfb77d1",
                  "name": "mDocs configuration updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"type\": \"<string>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"additionalProperties\": {\n\t\t\t\"additionalProperties\": {\n\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\"type\": \"boolean\",\n\t\t\t\t\"required\": false,\n\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"validFrom\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"validUntil\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"branding\": {\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImage\": \"<string>\",\n\t\t\"issuerLogo\": \"<string>\",\n\t\t\"issuerIcon\": \"<string>\"\n\t},\n\t\"includeStatus\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"type\": \"<string>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"additionalProperties\": {\n\t\t\t\"additionalProperties\": {\n\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\"type\": \"boolean\",\n\t\t\t\t\"required\": false,\n\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"branding\": {\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImage\": \"<string>\",\n\t\t\"issuerLogo\": \"<string>\",\n\t\t\"issuerIcon\": \"<string>\"\n\t},\n\t\"includeStatus\": false,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"validFrom\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"validUntil\": {\n\t\t\"mapFrom\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "853f92ef-2bb9-4c53-8106-11e6ddc05c6d",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"type\": \"<string>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"additionalProperties\": {\n\t\t\t\"additionalProperties\": {\n\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\"type\": \"boolean\",\n\t\t\t\t\"required\": false,\n\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"validFrom\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"validUntil\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"branding\": {\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImage\": \"<string>\",\n\t\t\"issuerLogo\": \"<string>\",\n\t\t\"issuerIcon\": \"<string>\"\n\t},\n\t\"includeStatus\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "26bc82e5-f267-44a6-9bff-624dc702e2d4",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"type\": \"<string>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"additionalProperties\": {\n\t\t\t\"additionalProperties\": {\n\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\"type\": \"boolean\",\n\t\t\t\t\"required\": false,\n\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"validFrom\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"validUntil\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"branding\": {\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImage\": \"<string>\",\n\t\t\"issuerLogo\": \"<string>\",\n\t\t\"issuerIcon\": \"<string>\"\n\t},\n\t\"includeStatus\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "20a745dd-35c7-4f79-8175-70c74801bd8e",
              "name": "Delete an mDocs configuration",
              "request": {
                "name": "Delete an mDocs configuration",
                "description": {
                  "content": "Deletes an existing mDocs configuration by providing its ID.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_CONFIGURATION_DELETE_START\n* MOBILE_CREDENTIAL_CONFIGURATION_DELETE_SUCCESS\n* MOBILE_CREDENTIAL_CONFIGURATION_DELETE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) mDocs configuration ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "53f838ed-8337-4a2c-974b-bd3f5d77c3ac",
                  "name": "mDocs configuration deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "c55f2adb-56b2-4308-bd13-18985c4f12ca",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "541569f3-388e-46b9-93a1-bb04a723f6fe",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "CWT and JSON Credential management",
      "description": "",
      "item": [
        {
          "name": "CWT credentials",
          "description": "Specifies paths and operations for managing CWT credentials.",
          "item": [
            {
              "id": "d69f8d4c-ea36-41ea-8bb7-26eefdfe5e94",
              "name": "Delete CWT credential metadata",
              "request": {
                "name": "Delete CWT credential metadata",
                "description": {
                  "content": "Deletes all credential metadata from the tenant for a specific credential by providing its ID. If the credential was set to be revocable, it will be permanently revoked upon metadata deletion.\n\nNote that only metadata of revocable credentials or credentials issued via the OpenID4VCI flow is saved.\n\n<Callout>\nDeleted metadata cannot be recovered.\n</Callout>",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Credential ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "3314acc6-a43f-431d-91de-bad5a268b731",
                  "name": "Credential metadata deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "8c693e50-9222-428d-a18f-fd9ee2cdf16d",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b65e38b2-4d62-4055-a3ea-96220f772d20",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7a17c979-8617-4dea-a981-8699f2ef5f2a",
              "name": "Retrieve all CWT credential revocation lists",
              "request": {
                "name": "Retrieve all CWT credential revocation lists",
                "description": {
                  "content": "Returns a list of all CWT credential revocation lists on the tenant.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_REVOCATION_LISTS_RETRIEVE_START\n* CREDENTIAL_COMPACT_REVOCATION_LISTS_RETRIEVE_SUCCESS\n* CREDENTIAL_COMPACT_REVOCATION_LISTS_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "revocation-lists"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "69d86abe-00cf-49e1-aac9-c5b8480cc3ae",
                  "name": "Revocation lists retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "revocation-lists"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "[\n\t{\n\t\t\"nextCursor\": \"<string>\",\n\t\t\"data\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"issuer\": \"<string>\",\n\t\t\t\t\"url\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"issuer\": \"<string>\",\n\t\t\t\t\"url\": \"<string>\"\n\t\t\t}\n\t\t]\n\t},\n\t{\n\t\t\"nextCursor\": \"<string>\",\n\t\t\"data\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"issuer\": \"<string>\",\n\t\t\t\t\"url\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"issuer\": \"<string>\",\n\t\t\t\t\"url\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n]",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "67a17f33-c23a-4303-bfaa-3f4de0bc5642",
              "name": "Retrieve CWT credential revocation list",
              "request": {
                "name": "Retrieve CWT credential revocation list",
                "description": {
                  "content": "Returns a CWT credential revocation list by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_REVOCATION_RETRIEVE_START\n* CREDENTIAL_COMPACT_REVOCATION_RETRIEVE_SUCCESS\n* CREDENTIAL_COMPACT_REVOCATION_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "revocation-lists",
                    ":listId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "listId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the Revocation List you wish to retrieve.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/cwt"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "03e25824-d78a-4c5e-845a-e3140150f058",
                  "name": "Revocation list retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "revocation-lists",
                        ":listId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/cwt"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/cwt"
                    }
                  ],
                  "body": "<binary>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "bcbc63b2-9b72-43c2-81a9-dc852d548e12",
              "name": "Update CWT credential revocation status",
              "request": {
                "name": "Update CWT credential revocation status",
                "description": {
                  "content": "Updates the credential status as revoked (invalid) or unrevoked (valid).\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_REVOCATION_SET_STATUS_START\n* CREDENTIAL_COMPACT_REVOCATION_SET_STATUS_SUCCESS\n* CREDENTIAL_COMPACT_REVOCATION_SET_STATUS_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    ":id",
                    "revocation-status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique credential identifier.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"isRevoked\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "deb296b6-8055-4105-aaaf-455838310c50",
                  "name": "Revocation status updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        ":id",
                        "revocation-status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"isRevoked\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"isRevoked\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f8e4f022-18c7-4bae-99c0-b692c56bf01e",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        ":id",
                        "revocation-status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"isRevoked\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ff91266b-a39c-44cd-a2b7-400a93c1a77d",
              "name": "Retrieve CWT credential revocation status",
              "request": {
                "name": "Retrieve CWT credential revocation status",
                "description": {
                  "content": "Retrieve the revocation status of a CWT credential by providing its ID.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    ":id",
                    "revocation-status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique credential identifier.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "041cd541-5caf-4cd2-8c53-bf8a21d0d292",
                  "name": "Revocation status retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        ":id",
                        "revocation-status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"isRevoked\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c3f24543-b5c5-4b0c-8f2c-dd6c2bbc0b73",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        ":id",
                        "revocation-status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Semantic CWT credentials",
          "description": "Specifies paths and operations for managing Semantic CWT credentials.",
          "item": [
            {
              "id": "405364fe-40d9-4942-b04d-7d4775039ee9",
              "name": "Delete Semantic CWT credential metadata",
              "request": {
                "name": "Delete Semantic CWT credential metadata",
                "description": {
                  "content": "Deletes all credential metadata from the tenant for a specific credential by providing its ID. If the credential was set to be revocable, it will be permanently revoked upon metadata deletion.\n\nNote that only metadata of revocable credentials or credentials issued via the OpenID4VCI flow is saved.\n\n<Callout>\nDeleted metadata cannot be recovered.\n</Callout>",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Credential ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "a8ab122d-7166-42d5-a28f-b2cebaaf2a0a",
                  "name": "Credential metadata deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "c1e08464-08ac-4b9b-a263-fa975b629c3a",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "20db77a3-39e6-4ed0-ad36-3b8f46a93b7c",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4032be5d-9ee7-44ae-8dd0-f6835f0e8334",
              "name": "Retrieve all Semantic CWT credential revocation lists",
              "request": {
                "name": "Retrieve all Semantic CWT credential revocation lists",
                "description": {
                  "content": "Returns a list of all Semantic CWT credential revocation lists on the tenant.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_LISTS_RETRIEVE_START\n* CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_LISTS_RETRIEVE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_LISTS_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "revocation-lists"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "eff3f822-a452-4391-b959-e42acc3c34b9",
                  "name": "Revocation lists retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "revocation-lists"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "[\n\t{\n\t\t\"nextCursor\": \"<string>\",\n\t\t\"data\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"issuer\": \"<string>\",\n\t\t\t\t\"url\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"issuer\": \"<string>\",\n\t\t\t\t\"url\": \"<string>\"\n\t\t\t}\n\t\t]\n\t},\n\t{\n\t\t\"nextCursor\": \"<string>\",\n\t\t\"data\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"issuer\": \"<string>\",\n\t\t\t\t\"url\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"issuer\": \"<string>\",\n\t\t\t\t\"url\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n]",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c59822b5-825d-4678-8c85-a6c54dc7fa62",
              "name": "Retrieve Semantic CWT credential revocation list",
              "request": {
                "name": "Retrieve Semantic CWT credential revocation list",
                "description": {
                  "content": "Returns a Semantic CWT credential revocation list by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_RETRIEVE_START\n* CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_RETRIEVE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "revocation-lists",
                    ":listId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "listId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The unique identifier of the revocation list you wish to retrieve.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/cwt"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "edeb9225-5697-419b-90d1-568ea661fb26",
                  "name": "Revocation list retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "revocation-lists",
                        ":listId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/cwt"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/cwt"
                    }
                  ],
                  "body": "<binary>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "81b913f1-2559-4f08-894f-76a9f91202e2",
              "name": "Update Semantic CWT credential revocation status",
              "request": {
                "name": "Update Semantic CWT credential revocation status",
                "description": {
                  "content": "Updates the credential status as revoked (invalid) or unrevoked (valid).\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_SET_STATUS_START\n* CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_SET_STATUS_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_SET_STATUS_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    ":id",
                    "revocation-status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique credential identifier (`jti`)",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"isRevoked\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "890fcc44-0980-418a-9e22-7a668d83ff0d",
                  "name": "Revocation status updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        ":id",
                        "revocation-status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"isRevoked\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"isRevoked\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "596c8013-b8e0-41ba-a302-ff86e58a17c3",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        ":id",
                        "revocation-status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"isRevoked\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f60e43b1-aed5-47a3-b385-9f55e8260a0d",
              "name": "Retrieve Semantic CWT credential revocation status",
              "request": {
                "name": "Retrieve Semantic CWT credential revocation status",
                "description": {
                  "content": "Retrieve the revocation status of a Semantic CWT credential by providing its ID.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    ":id",
                    "revocation-status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique credential identifier (`jti`)",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "b4fdc6a1-0ea9-4825-8b54-7ec4491a28a6",
                  "name": "Revocation status retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        ":id",
                        "revocation-status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"isRevoked\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ce9c306a-34e8-4ad6-b47a-a59fbfb5e4f5",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        ":id",
                        "revocation-status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "JSON credentials",
          "description": "Specifies paths and operations for managing JSON credentials.",
          "item": [
            {
              "id": "ad700261-d856-491b-9efc-71063dbbbdfb",
              "name": "Retrieve all credential data",
              "request": {
                "name": "Retrieve all credential data",
                "description": {
                  "content": "Returns all available data for existing credentials:\n- For credentials that were created with the `persist` flag set to `true`, the response contains both the credential and its metadata.\n- For credentials that were created with the persist flag set to `false`, the response only contains the metadata (`id`, `tag`, `credentialStatus`, `issuanceDate`).\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_RETRIEVE_LIST_START\n* CREDENTIAL_WEB_SEMANTIC_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Optional tag to filter on.",
                        "type": "text/plain"
                      },
                      "key": "tag",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Optional credential type to filter on.",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "009ec07d-b139-4942-98da-a3113856c7dd",
                  "name": "Credentials data retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Optional tag to filter on.",
                            "type": "text/plain"
                          },
                          "key": "tag",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Optional credential type to filter on.",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"issuanceDate\": \"<string>\",\n\t\t\t\"credential\": {\n\t\t\t\t\"@context\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"type\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\t\t\"credentialSubject\": {\n\t\t\t\t\t\"givenName\": \"<string>\",\n\t\t\t\t\t\"familyName\": \"<string>\",\n\t\t\t\t\t\"alumniOf\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"proof\": {\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\t\t\"jws\": \"<string>\",\n\t\t\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\t\t\"verificationMethod\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"issuer\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\t\t\"iconUrl\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"credentialBranding\": {\n\t\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"credentialStatus\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"description\": \"<string>\"\n\t\t\t},\n\t\t\t\"tag\": \"<string>\",\n\t\t\t\"credentialStatus\": {\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"issuanceDate\": \"<string>\",\n\t\t\t\"credential\": {\n\t\t\t\t\"@context\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"type\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\t\t\"credentialSubject\": {\n\t\t\t\t\t\"givenName\": \"<string>\",\n\t\t\t\t\t\"familyName\": \"<string>\",\n\t\t\t\t\t\"alumniOf\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"proof\": {\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\t\t\"jws\": \"<string>\",\n\t\t\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\t\t\"verificationMethod\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"issuer\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\t\t\"iconUrl\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"credentialBranding\": {\n\t\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"credentialStatus\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"description\": \"<string>\"\n\t\t\t},\n\t\t\t\"tag\": \"<string>\",\n\t\t\t\"credentialStatus\": {\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5ce6d02d-4dcd-4cf9-bf41-9128d50897ce",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Optional tag to filter on.",
                            "type": "text/plain"
                          },
                          "key": "tag",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Optional credential type to filter on.",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "17821d71-c558-4407-9871-5d29c8d08962",
              "name": "Retrieve credential data",
              "request": {
                "name": "Retrieve credential data",
                "description": {
                  "content": "Returns all available data for an existing credential that matches the provided ID:\n- For credentials that were created with the `persist` flag set to `true`, the response contains both the credential and its metadata.\n- For credentials that were created with the persist flag set to `false`, the response only contains the metadata (`id`, `tag`, `credentialStatus`, `issuanceDate`)\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_RETRIEVE_START\n* CREDENTIAL_WEB_SEMANTIC_RETRIEVE_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Credential ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "3b689003-d9b2-4e76-8283-7ba1779b13f7",
                  "name": "Credential data retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"issuanceDate\": \"<string>\",\n\t\"credential\": {\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\"credentialSubject\": {\n\t\t\t\"givenName\": \"<string>\",\n\t\t\t\"familyName\": \"<string>\",\n\t\t\t\"alumniOf\": \"<string>\"\n\t\t},\n\t\t\"proof\": {\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\"jws\": \"<string>\",\n\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\"verificationMethod\": \"<string>\"\n\t\t},\n\t\t\"issuer\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\"iconUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialBranding\": {\n\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialStatus\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\"\n\t},\n\t\"tag\": \"<string>\",\n\t\"credentialStatus\": {\n\t\t\"id\": \"<string>\",\n\t\t\"type\": \"<string>\",\n\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\"revocationListCredential\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e90687c1-104c-4c63-9828-57c4ef989332",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ce77a0e6-028b-4a0d-98d8-800f95f71f30",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7cc0af04-8a74-4a1e-a595-483aaf27276a",
              "name": "Delete credential data",
              "request": {
                "name": "Delete credential data",
                "description": {
                  "content": "Deletes all stored data for an existing credential that matches the provided ID. If the credential is revocable, it will also be permanently revoked.\n\n<Callout>\nRemoved credential data cannot be recovered.\n</Callout>\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_DELETE_START\n* CREDENTIAL_WEB_SEMANTIC_DELETE_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Credential ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "02c8307e-f543-4c04-95d3-2bda961d84d7",
                  "name": "Credential deleted and revoked if revocable",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "e568a246-f599-478b-9f72-8f0e512af35e",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2e0efb55-e234-41e0-8503-7037fc29317e",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7f214cb4-95bb-497d-8efb-78b8c84ef205",
              "name": "Set credential revocation status",
              "request": {
                "name": "Set credential revocation status",
                "description": {
                  "content": "Sets the revocation status of the credential that matches the provided ID as `true` (revoked) or `false` (unrevoked).\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_REVOCATION_SET_STATUS_START\n* CREDENTIAL_WEB_SEMANTIC_REVOCATION_SET_STATUS_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_REVOCATION_SET_STATUS_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    ":id",
                    "revocation-status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Credential ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"isRevoked\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "68ddfb4a-2133-4ac5-b84f-341216bc5cf4",
                  "name": "Revocation status updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        ":id",
                        "revocation-status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"isRevoked\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "02ff9cec-c959-4272-aeb8-2d5ea33872a6",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        ":id",
                        "revocation-status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"isRevoked\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4eb63691-3fac-4ee6-80a0-ad7528180374",
              "name": "Retrieve credential revocation status",
              "request": {
                "name": "Retrieve credential revocation status",
                "description": {
                  "content": "Returns the revocation status of the credential matching the provided ID.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_REVOCATION_RETRIEVE_START\n* CREDENTIAL_WEB_SEMANTIC_REVOCATION_RETRIEVE_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_REVOCATION_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    ":id",
                    "revocation-status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Credential ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "3e998bc6-5596-4496-8b61-03e051eb5f6f",
                  "name": "Credential status",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        ":id",
                        "revocation-status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"isRevoked\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "48a87721-ba00-4ce3-847f-3ed4c54b93d0",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        ":id",
                        "revocation-status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "319ed2db-9af9-44d0-8aca-4a3c6a6c8854",
              "name": "Retrieve revocation list",
              "request": {
                "name": "Retrieve revocation list",
                "description": {
                  "content": "Returns the revocation list matching the provided ID.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "revocation-lists",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Revocation list ID. This value can be found within the credential you created. Look at the value for `Credential.credential.credentialStatus.id`, the string after `https://tenant.vii.mattr.global/v1/revocation-lists/` is what you're looking for",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "bf083aa2-99e4-4a86-b0df-7738340ca8c4",
                  "name": "Revocation list retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "revocation-lists",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"@context\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"type\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"issuanceDate\": \"<dateTime>\",\n\t\"credentialSubject\": {\n\t\t\"givenName\": \"<string>\",\n\t\t\"familyName\": \"<string>\",\n\t\t\"alumniOf\": \"<string>\"\n\t},\n\t\"proof\": {\n\t\t\"type\": \"<string>\",\n\t\t\"created\": \"<dateTime>\",\n\t\t\"jws\": \"<string>\",\n\t\t\"proofPurpose\": \"<string>\",\n\t\t\"verificationMethod\": \"<string>\"\n\t},\n\t\"issuer\": {\n\t\t\"id\": \"<string>\",\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"credentialStatus\": {\n\t\t\"id\": \"<string>\",\n\t\t\"type\": \"<string>\",\n\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\"revocationListCredential\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"description\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "dc0a8893-09eb-4198-9fcc-1e943c3c9c42",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "revocation-lists",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2c4f1bae-fb82-4ebf-93bb-a2e3e6ad0cde",
              "name": "Create a revocation message payload",
              "request": {
                "name": "Create a revocation message payload",
                "description": {
                  "content": "Returns a message in JWM format that can be used to notify subjects based on their credential revocation status change.\n\nTo send a notification to the Subject DID holder, use the returned payload with the [encrypt](#operation/encryptMessage) and [send](#operation/sendMessage) endpoints.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_REVOCATION_MESSAGE_PAYLOAD_CREATE_START\n* CREDENTIAL_WEB_SEMANTIC_REVOCATION_MESSAGE_PAYLOAD_CREATE_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_REVOCATION_MESSAGE_PAYLOAD_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    ":id",
                    "revocation-status",
                    "notification"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the credential whose status has changed.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"from\": \"<string>\",\n\t\"to\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "bad2d97b-d606-441f-9ac5-d7b49aeb2c32",
                  "name": "Revocation message payload created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        ":id",
                        "revocation-status",
                        "notification"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"from\": \"<string>\",\n\t\"to\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"to\": [\n\t\t{\n\t\t\t\"string\": \"string\"\n\t\t},\n\t\t{\n\t\t\t\"string\": 6104\n\t\t}\n\t],\n\t\"from\": \"<string>\",\n\t\"created_time\": \"<number>\",\n\t\"body\": {\n\t\t\"revocationListCredential\": \"<string>\",\n\t\t\"revocationListIndex\": \"<string>\",\n\t\t\"isRevoked\": \"<boolean>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "mDocs management",
      "description": "",
      "item": [
        {
          "name": "Document signers",
          "description": "Specifies paths and operations for managing Document Signers.",
          "item": [
            {
              "id": "c2c1b5a7-1331-4696-bbbe-a8844eeae63b",
              "name": "Create a Document Signer",
              "request": {
                "name": "Create a Document Signer",
                "description": {
                  "content": "Creates a new Document Signer that can be used to sign new mDocs.\n- Only available in implementations using unmanaged (external) IACAs.\n- A maximum of five Document Signers can be created per tenant.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_CREATE_START\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_CREATE_SUCCESS\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "document-signers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"iacaId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "2969ce91-8a05-4c9d-a6e8-4fb9c85a1500",
                  "name": "Document Signer created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"iacaId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"iacaId\": \"<uuid>\",\n\t\"active\": \"<boolean>\",\n\t\"csrPem\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "492bb5ca-64c9-41b9-a499-da4d4c191cc4",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"iacaId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0f1976ae-3da0-4ffa-ae3f-9e11feff7d90",
                  "name": "Maximum number of document signer certificates reached. Please delete an existing certificate before creating a new one.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"iacaId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Conflict",
                  "code": 409,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "53906c54-1528-4621-9744-0d0195fb0297",
              "name": "Retrieve all Document Signers",
              "request": {
                "name": "Retrieve all Document Signers",
                "description": {
                  "content": "Retrieves all existing Document Signers from the tenant.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_LIST_START\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_LIST_SUCCESS\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "document-signers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "18bff37d-f506-487c-b97b-78b8c809f7e8",
                  "name": "Document Signers retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"iacaId\": \"<uuid>\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"csrPem\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"iacaId\": \"<uuid>\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"csrPem\": \"<string>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "20f4ed30-4c22-404e-9440-f7b5ecb7e67c",
              "name": "Update a Document Signer",
              "request": {
                "name": "Update a Document Signer",
                "description": {
                  "content": "Updates an existing Document Signer by providing its ID and `active` parameter.\n\nOnly available in implementations using unmanaged (external) IACAs.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_UPDATE_START\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_UPDATE_SUCCESS\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "document-signers",
                    ":documentSignerId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "documentSignerId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Document Signer ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "04a1ee65-0b43-4ddb-bc72-44a2e533ccc5",
                  "name": "Document Signer updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers",
                        ":documentSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"iacaId\": \"<uuid>\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"notAfter\": \"<date>\",\n\t\t\"notBefore\": \"<date>\",\n\t\t\"country\": \"<string>\",\n\t\t\"commonName\": \"{tenantDomain} Document Signer\",\n\t\t\"stateOrProvinceName\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "30759290-d708-4e93-b734-ee5950e37e01",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers",
                        ":documentSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "686a59db-2704-433d-9cc8-1b98e558da24",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers",
                        ":documentSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "dfb7f521-74b5-48b5-b539-18e46aaa971c",
              "name": "Retrieve a Document Signer",
              "request": {
                "name": "Retrieve a Document Signer",
                "description": {
                  "content": "Retrieves an existing Document Signer by providing its ID.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_START\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_SUCCESS\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "document-signers",
                    ":documentSignerId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "documentSignerId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Document Signer ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "7074262c-1ea8-4711-9d47-ff7f1033a97d",
                  "name": "Document Signer retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers",
                        ":documentSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"iacaId\": \"<uuid>\",\n\t\"active\": \"<boolean>\",\n\t\"csrPem\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "91241f4a-6e80-46c4-96b9-6646ea30563a",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers",
                        ":documentSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b04b716c-6a07-46cd-8ee1-a7156fb11495",
              "name": "Delete a Document Signer",
              "request": {
                "name": "Delete a Document Signer",
                "description": {
                  "content": "Deletes an existing Document Signer by providing its ID.\n\nOnly available in implementations using unmanaged (external) IACAs.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_DELETE_START\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_DELETE_SUCCESS\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "document-signers",
                    ":documentSignerId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "documentSignerId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Document Signer ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "6591836c-efb9-4800-a8ea-d6594e3ada43",
                  "name": "Document Signer deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers",
                        ":documentSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "88fd1199-f9dc-4c97-afac-9ad9c048beb3",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers",
                        ":documentSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3bd2212a-d284-40dc-906a-505a5b33ecfc",
              "name": "Revoke a Document Signer",
              "request": {
                "name": "Revoke a Document Signer",
                "description": {
                  "content": "Revokes an existing Document Signer, making it unusable for signing new mDocs.\n\nIf the verifier checks the CRL referenced in the IACA certificate, it must treat revoked Document Signers and any mDocs they signed as untrusted.\n\n<Callout>\nOnly available in implementations using managed IACAs. When using unmanaged (external) IACAs, you must revoke the Document Signer certificate directly with the CA that issued it.\n</Callout>\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_REVOKE_START\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_REVOKE_SUCCESS\n* MOBILE_CREDENTIAL_DOCUMENT_SIGNER_REVOKE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "document-signers",
                    ":documentSignerId",
                    "revoke"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "documentSignerId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Document Signer identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "5ea30123-3ca8-46f4-ac60-d38355bb5b47",
                  "name": "Document Signer revoked",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers",
                        ":documentSignerId",
                        "revoke"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"revoked\": \"<boolean>\",\n\t\"revocationDate\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d2ab9ffb-fe60-4d83-99ee-f11d45f2c000",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers",
                        ":documentSignerId",
                        "revoke"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "59a859ae-51fc-4a68-ba65-16aad31fe024",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers",
                        ":documentSignerId",
                        "revoke"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "cfb184a5-2c39-4225-bc78-df4df33965a9",
                  "name": "Document Signer already revoked",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "document-signers",
                        ":documentSignerId",
                        "revoke"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Conflict",
                  "code": 409,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Status list signers",
          "description": "Specifies paths and operations for managing status list signers.",
          "item": [
            {
              "id": "b8da3c3a-bb24-4ebf-ae32-8a74be241e7f",
              "name": "Create a new status list signer",
              "request": {
                "name": "Create a new status list signer",
                "description": {
                  "content": "Uses an existing IACA to sign a status list signer (intermediate certificate) that can be used to sign status list tokens.\n\n- Only available in implementations using unmanaged (external) IACAs.\n- A maximum of three Status List Signers can be created per tenant.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_CREATE_START \n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_CREATE_SUCCESS \n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-list-signers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"iacaId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "6b9fd553-087a-4b55-a4ab-d826dbe486ec",
                  "name": "Status list signer created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-list-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"iacaId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"active\": \"<boolean>\",\n\t\"iacaId\": \"<uuid>\",\n\t\"csrPem\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e59e8e3f-1e63-4990-9c92-533570e84f71",
                  "name": "Maximum number of status list signer certificates reached. Please delete an existing certificate before creating a new one.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-list-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"iacaId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Conflict",
                  "code": 409,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c3e5b8d5-2911-4e11-a914-9d0ac4de4aa1",
              "name": "Retrieve all status list signers",
              "request": {
                "name": "Retrieve all status list signers",
                "description": {
                  "content": "Retrieves all existing status list signers. \n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_RETRIEVE_LIST_START \n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_RETRIEVE_LIST_SUCCESS \n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-list-signers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "e0d76728-91e2-464e-9cf2-2b92d3d73dae",
                  "name": "Status list signers retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-list-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"iacaId\": \"<uuid>\",\n\t\t\t\"csrPem\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"iacaId\": \"<uuid>\",\n\t\t\t\"csrPem\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "33c25905-f805-4798-968a-85ca6daca4d9",
              "name": "Retrieve a status list signer",
              "request": {
                "name": "Retrieve a status list signer",
                "description": {
                  "content": "Retrieves an existing status list signer.\n\nStatus list signer operations are only available in implementations using unmanaged (external) IACAs.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_RETRIEVE_START \n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_RETRIEVE_SUCCESS \n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_RETRIEVE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-list-signers",
                    ":statusListSignerId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "statusListSignerId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Status list identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "be07be9e-3458-4d8f-b381-640dbb78b2ed",
                  "name": "Status list signer retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-list-signers",
                        ":statusListSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"active\": \"<boolean>\",\n\t\"iacaId\": \"<uuid>\",\n\t\"csrPem\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "83f6ce8c-7409-4f7a-b42a-3da4dba38693",
              "name": "Update a status list signer",
              "request": {
                "name": "Update a status list signer",
                "description": {
                  "content": "Updates the status of an existing status list signer.\n\nOnly available in implementations using unmanaged (external) IACAs.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_UPDATE_START \n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_UPDATE_SUCCESS \n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-list-signers",
                    ":statusListSignerId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "statusListSignerId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Status list identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "9675b6dd-a099-410b-98fa-7c2d9226d6d6",
                  "name": "Status list signer updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-list-signers",
                        ":statusListSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"iacaId\": \"<uuid>\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"notBefore\": \"<dateTime>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"country\": \"<string>\",\n\t\t\"stateOrProvinceName\": \"<string>\",\n\t\t\"organisationName\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "5ae05309-246f-433a-89a0-ab9b81c74721",
              "name": "Delete a status list signer",
              "request": {
                "name": "Delete a status list signer",
                "description": {
                  "content": "Deletes an existing status list signer.\n\nOnly available in implementations using unmanaged (external) IACAs.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_DELETE_START \n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_DELETE_SUCCESS \n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_DELETE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-list-signers",
                    ":statusListSignerId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "statusListSignerId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Status list identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "9ec1e2ce-cba0-437a-bdc5-3a07a8368b00",
                  "name": "No Content",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-list-signers",
                        ":statusListSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "aab7d91a-2196-47fd-addf-c217079fa502",
              "name": "Revoke a status list signer",
              "request": {
                "name": "Revoke a status list signer",
                "description": {
                  "content": "Revokes an existing status list signer, making it unusable for signing new status lists.\n\nIf the verifier checks the CRL referenced in the IACA certificate, it must treat revoked status list signers and any status list they signed as untrusted.\n\n<Callout>\nOnly available in implementations using managed IACAs. When using unmanaged (external) IACAs, you must revoke the status list signer certificate directly with the CA that issued it.\n</Callout>\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_REVOKE_START\n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_REVOKE_SUCCESS\n* MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_REVOKE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-list-signers",
                    ":statusListSignerId",
                    "revoke"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "statusListSignerId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Status list signer identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "ae8fde0e-8574-4847-9375-f7f43452c783",
                  "name": "Status list signer revoked",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-list-signers",
                        ":statusListSignerId",
                        "revoke"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"revoked\": \"<boolean>\",\n\t\"revocationDate\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "247410d7-2366-4101-b6ee-b832e9ba6842",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-list-signers",
                        ":statusListSignerId",
                        "revoke"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e19df43e-1144-4019-b2df-cc62dbae9e1b",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-list-signers",
                        ":statusListSignerId",
                        "revoke"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "cb77e06c-7aee-4494-815f-7b0b1a4d5149",
                  "name": "Status list signer already revoked",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-list-signers",
                        ":statusListSignerId",
                        "revoke"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Conflict",
                  "code": 409,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Status list configuration",
          "description": "Specifies paths and operations for managing status list configuration.",
          "item": [
            {
              "id": "25f80abd-b69f-4f63-b848-b017ce429638",
              "name": "Create a Status list configuration",
              "request": {
                "name": "Create a Status list configuration",
                "description": {
                  "content": "Creates a Status list configuration, which defines a status list validity periods. mDocs can then be assigned to a specific Status list configuration.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_CREATE_START\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_CREATE_SUCCESS\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-lists",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"docType\": \"<string>\",\n\t\"timeToLiveDuration\": {},\n\t\"expiryDuration\": {}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "c4f5fab1-3007-434c-bb98-ed8361b5a4bb",
                  "name": "Status list configuration created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"docType\": \"<string>\",\n\t\"timeToLiveDuration\": {},\n\t\"expiryDuration\": {}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"docType\": \"<string>\",\n\t\"timeToLiveDuration\": {},\n\t\"expiryDuration\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "63332cf0-9df6-4644-be7a-8a2b0995a7ed",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"docType\": \"<string>\",\n\t\"timeToLiveDuration\": {},\n\t\"expiryDuration\": {}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2bce3d9a-0f3c-43c7-8180-65347d114aa5",
              "name": "Retrieve all Status list configurations",
              "request": {
                "name": "Retrieve all Status list configurations",
                "description": {
                  "content": "Retrieves all Status list configurations from your tenant.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_RETRIEVE_LIST_START\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_RETRIEVE_LIST_\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-lists",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "34ef58ba-58d9-4f34-9c76-b38f1ae44fb0",
                  "name": "Status list configurations retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"docType\": \"<string>\",\n\t\t\t\"timeToLiveDuration\": {},\n\t\t\t\"expiryDuration\": {}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"docType\": \"<string>\",\n\t\t\t\"timeToLiveDuration\": {},\n\t\t\t\"expiryDuration\": {}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "16acb8de-7400-41b8-a524-c31414630d82",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "0820c026-72aa-4806-8099-9623bc1e7b0f",
              "name": "Retrieve a Status list configuration",
              "request": {
                "name": "Retrieve a Status list configuration",
                "description": {
                  "content": "Retrieves an existing Status list configuration by providing its ID.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_RETRIEVE_START\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_RETRIEVE_SUCCESS\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_RETRIEVE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-lists",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Status list configuration ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "a7caefaa-9fb8-46cd-b181-3ac79100b5f3",
                  "name": "Status list configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"docType\": \"<string>\",\n\t\"timeToLiveDuration\": {},\n\t\"expiryDuration\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ff48a29c-309a-4dfa-a7c1-f1d48217ff9d",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d008f483-3072-4c2e-8ff2-4f0f4087ba1c",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2350d8a0-4ccc-41f8-b737-71f4fac3e0d0",
              "name": "Update a Status list configuration",
              "request": {
                "name": "Update a Status list configuration",
                "description": {
                  "content": "Updates an existing Status list configuration, allowing you to adjust the expiry and TTL (Time To Live) settings.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_UPDATE_START\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_UPDATE_SUCCESS\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-lists",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Status list configuration ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"timeToLiveDuration\": {},\n\t\"expiryDuration\": {}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "7d4bb18e-9b95-401f-9a81-10907e36eaac",
                  "name": "Status list configuration updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"timeToLiveDuration\": {},\n\t\"expiryDuration\": {}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"docType\": \"<string>\",\n\t\"timeToLiveDuration\": {},\n\t\"expiryDuration\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a292ee21-2d8c-4fef-8eea-7e8eab28fe9b",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"timeToLiveDuration\": {},\n\t\"expiryDuration\": {}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "22839785-baf2-4b8c-add2-a96fc057dc70",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"timeToLiveDuration\": {},\n\t\"expiryDuration\": {}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "6acb5242-9f3d-4f2b-9ad9-1efa8ea3427f",
              "name": "Delete a Status list configuration",
              "request": {
                "name": "Delete a Status list configuration",
                "description": {
                  "content": "Permanently deletes an existing Status list configuration.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_DELETE_START\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_DELETE_SUCCESS\n* MOBILE_CREDENTIAL_STATUS_LIST_CONFIGURATION_DELETE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-lists",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Status list configuration ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "bef007e7-e6d6-4624-902d-99cd6f7bf603",
                  "name": "Status list configuration deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "a2dfff78-51fe-4522-a1d3-2ac5c014209b",
                  "name": "Bad request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "cf0b42ee-8b63-4309-a67a-b41ed15d6e37",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Status list retrieval",
          "description": "Specifies paths and operations for retrieving status lists.",
          "item": [
            {
              "id": "45fa6cfd-411d-4681-be8a-c02684ab9a4a",
              "name": "Retrieve all Status lists",
              "request": {
                "name": "Retrieve all Status lists",
                "description": {
                  "content": "Retrieves all existing status lists from your tenant.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_RETRIEVE_LIST_START\n* MOBILE_CREDENTIAL_STATUS_LIST_RETRIEVE_LIST_SUCCESS\n* MOBILE_CREDENTIAL_STATUS_LIST_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-lists"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "8d85666c-0090-4fd6-bd50-f85ff3d2f239",
                  "name": "Status lists retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"iacaId\": \"<uuid>\",\n\t\t\t\"statusListConfigurationId\": \"<uuid>\",\n\t\t\t\"listSize\": \"<integer>\",\n\t\t\t\"list\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"iacaId\": \"<uuid>\",\n\t\t\t\"statusListConfigurationId\": \"<uuid>\",\n\t\t\t\"listSize\": \"<integer>\",\n\t\t\t\"list\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4a146d3b-2cb0-4b3a-ae39-4fa04ba13da4",
              "name": "Retrieve a Status list",
              "request": {
                "name": "Retrieve a Status list",
                "description": {
                  "content": "Retrieves an existing Status list and its signed token by providing its ID.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_RETRIEVE_START\n* MOBILE_CREDENTIAL_STATUS_LIST_RETRIEVE_SUCCESS\n* MOBILE_CREDENTIAL_STATUS_LIST_RETRIEVE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-lists",
                    ":statusListId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "statusListId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Status list unique identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "09e42498-fa4a-4a65-82d9-ef116bc961d1",
                  "name": "Status list retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        ":statusListId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"iacaId\": \"<uuid>\",\n\t\"statusListConfigurationId\": \"<uuid>\",\n\t\"listSize\": \"<integer>\",\n\t\"list\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "60e92579-f49f-450f-8603-638bfbe007de",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        ":statusListId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4ad01676-99f8-4bfd-a084-f2589521a486",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        ":statusListId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c3449e37-166b-42c5-823b-a020ac1bc158",
              "name": "Retrieve a Status list token",
              "request": {
                "name": "Retrieve a Status list token",
                "description": {
                  "content": "Retrieves the Status list token in CWT format. This public endpoint returns a token which contains a compressed, signed list of credential statuses. Relying parties can use this token to check the revocation status of an mDoc that references this Status list.\n\n**Token Format Differences**:\n\nThe token structure depends on the Status List configuration format:\n\n**Draft 14 of the IETF Token Status List specification**:\n- Token header `typ`: `application/statuslist+cwt`\n- CBOR payload claims: `65533` (status_list), `65534` (ttl)\n- Status encoding: 1-bit (Valid/Invalid)\n\n**Legacy format**:\n- Token header `typ`: `mattr-statuslist+cwt`\n- CBOR payload claims: `-65538` (status_list), `-65539` (ttl)\n- Status encoding: 2-bit (Valid/Invalid/Suspended)\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_TOKEN_RETRIEVE_START\n* MOBILE_CREDENTIAL_STATUS_LIST_TOKEN_RETRIEVE_SUCCESS\n* MOBILE_CREDENTIAL_STATUS_LIST_TOKEN_RETRIEVE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-lists",
                    ":statusListId",
                    "token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "statusListId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Status list identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/cwt"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "79af4fbf-f330-489a-9382-de355b5434f7",
                  "name": "Status list token retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        ":statusListId",
                        "token"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/cwt"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/cwt"
                    }
                  ],
                  "body": "<binary>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "ebcfadff-5bf8-445a-aef2-98f0c38df369",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        ":statusListId",
                        "token"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2f635aed-269f-4676-ba30-971c4fbe482f",
                  "name": "Status list expired",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        ":statusListId",
                        "token"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Gone",
                  "code": 410,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2599a91b-ef79-42da-8258-4c55b75c2e8b",
              "name": "Status list distribution",
              "request": {
                "name": "Status list distribution",
                "description": {
                  "content": "Retrieves an object that details all existing Status lists tokens on the tenant. This public endpoint allows a relying party to consume and cache status lists. Each list\nin the response includes a URL where its token can be retrieved. Status list tokens that were signed by expired IACAs are excluded from the response.\n\n**Response Format Differences**:\n\nThe response structure depends on the Status List configuration format:\n\n**Draft 14 of the IETF Token Status List specification**: `{\"status_lists\": [\"https://...\"]}`\n\n**Legacy format**: `{\"status_lists\": [{\"uri\": \"https://...\"}]}`\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_LIST_DISTRIBUTION_START\n* MOBILE_CREDENTIAL_STATUS_LIST_DISTRIBUTION_SUCCESS\n* MOBILE_CREDENTIAL_STATUS_LIST_DISTRIBUTION_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "status-lists",
                    "distribution"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "7037eaa9-e2be-4a3f-bf66-be4879982b26",
                  "name": "Status lists retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "status-lists",
                        "distribution"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"status_lists\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "mDocs status",
          "description": "Specifies paths and operations for managing mDocs status.",
          "item": [
            {
              "id": "b0ed512a-62fc-47b0-a3e2-3f0668d72abc",
              "name": "Update mDoc status",
              "request": {
                "name": "Update mDoc status",
                "description": {
                  "content": "Sets the status of an existing mDoc by providing its `credentialId` and the new status.\n\nAvailable status values depend on the Status List configuration format:\n\n**Draft 14 of the IETF Token Status List specification (1-bit encoding)**:\n* **valid** - Credential is valid\n* **invalid** - Credential is invalid (cannot be reversed)\n\n**Deprecated Legacy format (2-bit encoding)**:\n* **valid** - Credential is valid\n* **invalid** - Credential is invalid (cannot be reversed)\n* **suspended** - Credential is temporarily suspended\n\nThe **suspended** status is deprecated and only available in legacy format.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_SET_START\n* MOBILE_CREDENTIAL_STATUS_SET_SUCCESS\n* MOBILE_CREDENTIAL_STATUS_SET_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    ":credentialId",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "credentialId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) mDoc identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"status\": \"suspended\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "f2e5d516-3aca-41cf-aea7-e51d813cb2af",
                  "name": "Credential status updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        ":credentialId",
                        "status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"status\": \"suspended\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"status\": \"suspended\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ee4787b8-55fd-4faf-83a8-24909debc47f",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        ":credentialId",
                        "status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"status\": \"suspended\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3219810f-7668-4693-b4ed-3643ffb7b9fb",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        ":credentialId",
                        "status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"status\": \"suspended\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7663062b-9fbf-4fb3-ae7e-6a62490d5107",
              "name": "Retrieve mDoc status",
              "request": {
                "name": "Retrieve mDoc status",
                "description": {
                  "content": "Retrieves the status of an existing mDoc by providing its `credentialId`.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_RETRIEVE_START\n* MOBILE_CREDENTIAL_STATUS_RETRIEVE_SUCCESS\n* MOBILE_CREDENTIAL_STATUS_RETRIEVE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    ":credentialId",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "credentialId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) mDoc identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "b53f21e4-6675-419e-bc73-9880b6eafcc3",
                  "name": "Credential status retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        ":credentialId",
                        "status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"status\": \"suspended\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f6ebd4ed-fc79-45ce-abeb-604490bbfd10",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        ":credentialId",
                        "status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "25265668-eb1f-429c-b375-b54469555712",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        ":credentialId",
                        "status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "mDocs metadata",
          "description": "Specifies paths and operations for managing mDocs credentials.",
          "item": [
            {
              "id": "210fa492-ef6c-4fc6-8e0a-347c8763523f",
              "name": "Delete mDoc metadata",
              "request": {
                "name": "Delete mDoc metadata",
                "description": {
                  "content": "Deletes all stored data for an existing mDoc that matches the provided ID.\n\nRemoved credential data cannot be recovered.\n\n### **Analytic events**\n* USER_CREDENTIAL_DELETE_START\n* USER_CREDENTIAL_DELETE_SUCCESS\n* USER_CREDENTIAL_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) mDoc ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "b1b56002-d1b1-4d73-a18e-92cc37b01cb4",
                  "name": "mDoc metadata deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "89a7ecb4-d302-466b-9357-157b476a69eb",
                  "name": "Invalid id parameter format",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b58c1825-e8a9-48b2-a9a1-a879c3fb2812",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "CWT Credential verification",
      "description": "",
      "item": [
        {
          "name": "CWT credentials",
          "description": "Specifies paths and operations for verifying CWT credentials.",
          "item": [
            {
              "id": "cc1a1d1c-8e5f-4119-bdcf-a626bea540c5",
              "name": "Verify a CWT credential",
              "request": {
                "name": "Verify a CWT credential",
                "description": {
                  "content": "Verify a CWT credential by providing the encoded payload and specifying verification options.\n\nYou can provide a valid CWT credential as either an encoded string or a QR code in a PDF document or an image file.\n\nStandard checks performed on all verification requests:\n- Conformance of the string and encoded data. All string representations of CWT credentials must be prefixed with `CSC/1`.\n- Decoded payload structure is a valid CWT credential.\n- Issuer DID can be used to resolve its `did.json` document.\n- Public key from issuer's `did.json` document validates the proof signature, confirming the credential has not been tampered with.\n\nOptional parameter checks:\n- Credential was issued by a trusted issuer.\n- Current time is after the beginning of the credential validity period.\n- Current time is not after the end of the credential validity period.\n- Credential has not been revoked.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_VERIFY_START\n* CREDENTIAL_COMPACT_VERIFY_SUCCESS\n* CREDENTIAL_COMPACT_VERIFY_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"payload\": \"<string>\",\n\t\"trustedIssuers\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": true,\n\t\"checkRevocation\": true\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "447d9137-a877-4e98-abbb-0409d5b88de5",
                  "name": "Verification completed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": \"<string>\",\n\t\"trustedIssuers\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": true,\n\t\"checkRevocation\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"verified\": \"<boolean>\",\n\t\"decoded\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"jti\": \"<string>\",\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\",\n\t\t\"type\": \"<string>\",\n\t\t\"status\": {\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"index\": \"<number>\"\n\t\t}\n\t},\n\t\"error\": {\n\t\t\"type\": \"<string>\",\n\t\t\"message\": \"<string>\",\n\t\t\"details\": {}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "096634af-1b59-4864-8da2-1d64b27bfe31",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": \"<string>\",\n\t\"trustedIssuers\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": true,\n\t\"checkRevocation\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e5f035ba-c523-49e3-bd2c-28abfa4b6b3f",
                  "name": "Payload Too Large",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": \"<string>\",\n\t\"trustedIssuers\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": true,\n\t\"checkRevocation\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Request Entity Too Large",
                  "code": 413,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "f6be6b9c-513c-4ad4-be76-949c420bf108",
                  "name": "Unsupported Media Type",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": \"<string>\",\n\t\"trustedIssuers\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": true,\n\t\"checkRevocation\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unsupported Media Type",
                  "code": 415,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Semantic CWT credentials",
          "description": "Specifies paths and operations for verifying Semantic CWT credentials.",
          "item": [
            {
              "id": "7b5ab251-0a0f-4c4e-9895-2b25d5900b64",
              "name": "Verify a Semantic CWT credential",
              "request": {
                "name": "Verify a Semantic CWT credential",
                "description": {
                  "content": "Verify a Semantic CWT credential by providing the encoded payload and specifying verification options.\n\nYou can provide a valid Semantic CWT credential as either an encoded string or a QR code in a PDF document or an image file.\n\nStandard checks performed on all verification requests:\n- Conformance of the string and encoded data. All string representations of CWT credentials must be prefixed with `CSC/1`.\n- Decoded payload CWT structure and attributes can be validated.\n- Remote context schema can be resolved and validate claims can be dereferenced.\n- Issuer DID can be used to resolve its `did.json` document.\n- Public key from issuer's `did.json` document validates the proof signature, confirming the credential has not been tampered with.\n\nOptional parameter checks:\n- Credential was issued by a trusted issuer.\n- Current time is after the beginning of the credential validity period.\n- Current time is not after the end of the credential validity period.\n- Credential has not been revoked.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_VERIFY_START\n* CREDENTIAL_COMPACT_SEMANTIC_VERIFY_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_VERIFY_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"payload\": \"<string>\",\n\t\"trustedIssuers\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": true,\n\t\"checkRevocation\": true\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "456a361a-69ee-4226-aea2-0a2e7b44dfe0",
                  "name": "Verification completed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": \"<string>\",\n\t\"trustedIssuers\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": true,\n\t\"checkRevocation\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"verified\": \"<boolean>\",\n\t\"decoded\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"nbf\": \"<number>\",\n\t\t\"jti\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"@context\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"type\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\",\n\t\t\t\t\"key_1\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\",\n\t\t\"status\": {\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"index\": \"<number>\"\n\t\t}\n\t},\n\t\"error\": {\n\t\t\"type\": \"<string>\",\n\t\t\"message\": \"<string>\",\n\t\t\"details\": {}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8b441b5f-f95b-4590-8587-34e772e7c19a",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": \"<string>\",\n\t\"trustedIssuers\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": true,\n\t\"checkRevocation\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a6f623b8-7cf5-4f48-aadf-d997c89c5133",
                  "name": "Payload Too Large",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": \"<string>\",\n\t\"trustedIssuers\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": true,\n\t\"checkRevocation\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Request Entity Too Large",
                  "code": 413,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "530ebb08-fba9-40a9-aa33-150a8ba00f62",
                  "name": "Unsupported Media Type",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": \"<string>\",\n\t\"trustedIssuers\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": true,\n\t\"checkRevocation\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unsupported Media Type",
                  "code": 415,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "JSON Credential verification",
      "description": "",
      "item": [
        {
          "name": "JSON credentials",
          "description": "Specifies paths and operations for verifying JSON credentials.",
          "item": [
            {
              "id": "550fcbb2-c018-4710-9131-4958e9c1ca0a",
              "name": "Verify a JSON credential",
              "request": {
                "name": "Verify a JSON credential",
                "description": {
                  "content": "Verify a JSON credential by providing its payload. The credential is verified against the following criteria:\n- Issuer DID can be resolved, so that the referenced DID Document is available and valid and the public key is obtainable.\n- Proof is valid and the credential has not been tampered with.\n- JSON-LD context is valid for subject claims.\n\nOptional verification checks:\n- If `assertExpiry` is set to `true` and the credential has a set expiration date, verification will fail if the expiration date has passed.\n- If `checkRevocation` is set to `true` and the provided credential contains a revocation status list, verification will fail if the credential has been set to `revoked`.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_VERIFY_START\n* CREDENTIAL_WEB_SEMANTIC_VERIFY_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_VERIFY_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"payload\": {\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\"credentialSubject\": {\n\t\t\t\"givenName\": \"<string>\",\n\t\t\t\"familyName\": \"<string>\",\n\t\t\t\"alumniOf\": \"<string>\"\n\t\t},\n\t\t\"proof\": {\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\"jws\": \"<string>\",\n\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\"verificationMethod\": \"<string>\"\n\t\t},\n\t\t\"issuer\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\"iconUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialBranding\": {\n\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialStatus\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\"\n\t},\n\t\"assertExpiry\": true,\n\t\"checkRevocation\": true,\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "70494cd8-dfca-41a5-99f5-df0ece9bfd51",
                  "name": "Verification completed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\"credentialSubject\": {\n\t\t\t\"givenName\": \"<string>\",\n\t\t\t\"familyName\": \"<string>\",\n\t\t\t\"alumniOf\": \"<string>\"\n\t\t},\n\t\t\"proof\": {\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\"jws\": \"<string>\",\n\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\"verificationMethod\": \"<string>\"\n\t\t},\n\t\t\"issuer\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\"iconUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialBranding\": {\n\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialStatus\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\"\n\t},\n\t\"assertExpiry\": true,\n\t\"checkRevocation\": true,\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"verified\": \"<boolean>\",\n\t\"reason\": {\n\t\t\"type\": \"<string>\",\n\t\t\"message\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bfdd0233-2c19-48e3-a606-b6dee5b57cc0",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\"credentialSubject\": {\n\t\t\t\"givenName\": \"<string>\",\n\t\t\t\"familyName\": \"<string>\",\n\t\t\t\"alumniOf\": \"<string>\"\n\t\t},\n\t\t\"proof\": {\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\"jws\": \"<string>\",\n\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\"verificationMethod\": \"<string>\"\n\t\t},\n\t\t\"issuer\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\"iconUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialBranding\": {\n\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialStatus\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\"\n\t},\n\t\"assertExpiry\": true,\n\t\"checkRevocation\": true,\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "97fed57f-a2d1-40a6-9a0e-09cc0c20103f",
              "name": "Create a presentation template",
              "request": {
                "name": "Create a presentation template",
                "description": {
                  "content": "Creates a presentation template defining what type of credential is required for a particular verification workflow. Presentation templates are used to create presentation requests that are shared with a specific holder.\n\n### **Analytic events**\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_CREATE_START\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_CREATE_SUCCESS\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "presentations",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"domain\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"query\": [\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "c2d7f408-a801-4b70-9a79-ba1814b77354",
                  "name": "Presentation template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "presentations",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"domain\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"query\": [\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"domain\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"query\": [\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bc28c2b5-b0cd-4b5e-ad6c-786568e0c298",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "presentations",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"domain\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"query\": [\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f9ad8c05-053c-4e90-bae0-3dde99df3208",
              "name": "Retrieve all presentation templates",
              "request": {
                "name": "Retrieve all presentation templates",
                "description": {
                  "content": "Returns a list of all presentation templates on your tenant.\n\n### **Analytic events**\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_LIST_START\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_LIST_SUCCESS\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "presentations",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "2688c0bf-218b-4193-83cf-b1778cb225b5",
                  "name": "Presentation templates retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "presentations",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"domain\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"query\": [\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"credentialQuery\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"credentialQuery\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"domain\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"query\": [\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"credentialQuery\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"credentialQuery\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1c424053-ce4d-4821-ba56-faa036db3db5",
              "name": "Retrieve a presentation template",
              "request": {
                "name": "Retrieve a presentation template",
                "description": {
                  "content": "Retrieve an existing presentation template by its ID.\n\n### **Analytic events**\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_START\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_SUCCESS\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "presentations",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Presentation template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "f1035b01-9986-454b-8936-98403df67914",
                  "name": "Presentation template retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "presentations",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"domain\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"query\": [\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bce1f179-3e56-42b9-835a-88c120fbea95",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "presentations",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d2efbdf0-ea2c-4d7b-8cc1-b9bcd728a097",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "presentations",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4daa2c94-85e3-4a72-8ad7-b43bf1f8d6f6",
              "name": "Delete a presentation template",
              "request": {
                "name": "Delete a presentation template",
                "description": {
                  "content": "Deletes an existing presentation template by its ID.\n\n### **Analytic events**\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_DELETE_START\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_DELETE_SUCCESS\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "presentations",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Presentation template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "8fb10adc-bc43-4d55-88dd-ae3139ea2de0",
                  "name": "Presentation template deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "presentations",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "188e80a1-9347-4065-bcba-584500e7d76a",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "presentations",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "916eb59b-7c1f-4c65-83aa-f7852ab53c4a",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "presentations",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "73494454-aab0-40ec-bd6c-e208f1658d48",
              "name": "Update a presentation template",
              "request": {
                "name": "Update a presentation template",
                "description": {
                  "content": "Updates an existing presentation template by its ID.\n\n### **Analytic events**\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_UPDATE_START\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_UPDATE_SUCCESS\n* PRESENTATION_WEB_SEMANTIC_TEMPLATE_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "presentations",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Presentation template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"domain\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"query\": [\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t],\n\t\"id\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "20858d08-c119-4ce5-86ed-57b9acc127bb",
                  "name": "OK",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "presentations",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"domain\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"query\": [\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t],\n\t\"id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"domain\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"query\": [\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"credentialQuery\": [\n\t\t\t\t{\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t],\n\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "8ebc57ac-2963-45d6-a754-df54bc204a99",
              "name": "Create a presentation request",
              "request": {
                "name": "Create a presentation request",
                "description": {
                  "content": "Creates a short lived presentation request based on an existing presentation template. The request is returned in the form of a JWM message and must be [signed](#operation/signMessage) and sent to the holder via one of the following methods:\n- QR code.\n- Deeplink.\n- [Encrypted](#operation/encryptMessage) and [sent](#operation/sendMessage) as a wallet notification.\n\n### **Analytic events**\n* PRESENTATION_WEB_SEMANTIC_REQUEST_CREATE_START\n* PRESENTATION_WEB_SEMANTIC_REQUEST_CREATE_SUCCESS\n* PRESENTATION_WEB_SEMANTIC_REQUEST_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "presentations",
                    "requests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"challenge\": \"<string>\",\n\t\"templateId\": \"<string>\",\n\t\"did\": \"<string>\",\n\t\"callbackUrl\": \"<uri>\",\n\t\"expiresTime\": \"<number>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "b0d4e3ba-992b-4778-a308-ee1349d96772",
                  "name": "Presentation request created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "presentations",
                        "requests"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"challenge\": \"<string>\",\n\t\"templateId\": \"<string>\",\n\t\"did\": \"<string>\",\n\t\"callbackUrl\": \"<uri>\",\n\t\"expiresTime\": \"<number>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"callbackUrl\": \"<uri>\",\n\t\"request\": {\n\t\t\"id\": \"<uuid>\",\n\t\t\"type\": \"<uri>\",\n\t\t\"from\": \"<string>\",\n\t\t\"created_time\": \"<number>\",\n\t\t\"expires_time\": \"<number>\",\n\t\t\"reply_url\": \"<string>\",\n\t\t\"reply_to\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"body\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"domain\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"query\": [\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"credentialQuery\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"credentialQuery\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\"example\": [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\t\t\"trustedIssuer\": [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\t\t\t\t\t\t\"issuer\": \"<string>\"\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t]\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\"reason\": \"<string>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"challenge\": \"<uuid>\"\n\t\t}\n\t},\n\t\"didcommUri\": \"<uri>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ee40f98f-3beb-4716-9e21-9b7da884f747",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "presentations",
                        "requests"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"challenge\": \"<string>\",\n\t\"templateId\": \"<string>\",\n\t\"did\": \"<string>\",\n\t\"callbackUrl\": \"<uri>\",\n\t\"expiresTime\": \"<number>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9c0b536e-678b-4279-b95a-789b2491e231",
              "name": "Verify a verifiable presentation",
              "request": {
                "name": "Verify a verifiable presentation",
                "description": {
                  "content": "Verifies a provided verifiable presentation that adheres to the [W3C Verifiable Credential Data Model](https://www.w3.org/TR/vc-data-model/#presentations):\n- Ensures the presentation conforms to the VC Data model.\n- For each `verifiableCredential` objects:\n  - Issuer DID can be resolved.\n  - JSON-LD context is valid for subject claims.\n  - Proof is valid & the credential has not been tampered with.\n  - Is not in a `revoked` status on a `RevocationList2020`.\n  - The proof is valid for each subjectDID to prove ownership.\n  - Valid proof exists for the presentation `holderDID`.\n\nThe request must include a `presentation` object that adheres to the [W3C Verifiable Credential Data Model](https://www.w3.org/TR/vc-data-model/#presentations).\n\nIf a `challenge` and/or `domain` is provided they are used for credential verification. Otherwise, the `challenge` and/or `domain` within the presentation proof is used instead.\n\n### **Analytic events**\n* PRESENTATION_WEB_SEMANTIC_VERIFY_START\n* PRESENTATION_WEB_SEMANTIC_VERIFY_SUCCESS\n* PRESENTATION_WEB_SEMANTIC_VERIFY_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "presentations",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"presentation\": {\n\t\t\"verifiableCredential\": [\n\t\t\t{\n\t\t\t\t\"@context\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"type\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\t\t\"credentialSubject\": {\n\t\t\t\t\t\"givenName\": \"<string>\",\n\t\t\t\t\t\"familyName\": \"<string>\",\n\t\t\t\t\t\"alumniOf\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"proof\": {\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\t\t\"jws\": \"<string>\",\n\t\t\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\t\t\"verificationMethod\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"issuer\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\t\t\"iconUrl\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"credentialBranding\": {\n\t\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"credentialStatus\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"description\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"id\": \"<string>\",\n\t\t\"holder\": \"<string>\",\n\t\t\"proof\": [\n\t\t\t{\n\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\"created\": \"<string>\",\n\t\t\t\t\"challenge\": \"<string>\",\n\t\t\t\t\"domain\": \"<string>\",\n\t\t\t\t\"jws\": \"<string>\",\n\t\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\t\"verificationMethod\": \"<string>\"\n\t\t\t}\n\t\t]\n\t},\n\t\"challenge\": \"<string>\",\n\t\"domain\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "0f98234c-d8d6-4b6c-9c26-fa3465379a41",
                  "name": "Presentation verification completed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "presentations",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"presentation\": {\n\t\t\"verifiableCredential\": [\n\t\t\t{\n\t\t\t\t\"@context\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"type\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\t\t\"credentialSubject\": {\n\t\t\t\t\t\"givenName\": \"<string>\",\n\t\t\t\t\t\"familyName\": \"<string>\",\n\t\t\t\t\t\"alumniOf\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"proof\": {\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\t\t\"jws\": \"<string>\",\n\t\t\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\t\t\"verificationMethod\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"issuer\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\t\t\"iconUrl\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"credentialBranding\": {\n\t\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"credentialStatus\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"description\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"id\": \"<string>\",\n\t\t\"holder\": \"<string>\",\n\t\t\"proof\": [\n\t\t\t{\n\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\"created\": \"<string>\",\n\t\t\t\t\"challenge\": \"<string>\",\n\t\t\t\t\"domain\": \"<string>\",\n\t\t\t\t\"jws\": \"<string>\",\n\t\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\t\"verificationMethod\": \"<string>\"\n\t\t\t}\n\t\t]\n\t},\n\t\"challenge\": \"<string>\",\n\t\"domain\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"verified\": \"<boolean>\",\n\t\"reason\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8d392be3-11fb-4a3b-9d75-f19f0f0b9f97",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "presentations",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"presentation\": {\n\t\t\"verifiableCredential\": [\n\t\t\t{\n\t\t\t\t\"@context\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"type\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\t\t\"credentialSubject\": {\n\t\t\t\t\t\"givenName\": \"<string>\",\n\t\t\t\t\t\"familyName\": \"<string>\",\n\t\t\t\t\t\"alumniOf\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"proof\": {\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\t\t\"jws\": \"<string>\",\n\t\t\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\t\t\"verificationMethod\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"issuer\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\t\t\"iconUrl\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"credentialBranding\": {\n\t\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"credentialStatus\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"description\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"id\": \"<string>\",\n\t\t\"holder\": \"<string>\",\n\t\t\"proof\": [\n\t\t\t{\n\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\"created\": \"<string>\",\n\t\t\t\t\"challenge\": \"<string>\",\n\t\t\t\t\"domain\": \"<string>\",\n\t\t\t\t\"jws\": \"<string>\",\n\t\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\t\"verificationMethod\": \"<string>\"\n\t\t\t}\n\t\t]\n\t},\n\t\"challenge\": \"<string>\",\n\t\"domain\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "mDocs verification",
      "description": "",
      "item": [
        {
          "name": "Trusted issuers",
          "description": "Specifies paths and operations for managing trusted issuers for mDocs verification.",
          "item": [
            {
              "id": "85b84f35-cbc8-4e29-831c-30d1560f6a09",
              "name": "Create a trusted issuer",
              "request": {
                "name": "Create a trusted issuer",
                "description": {
                  "content": "Add a new mDocs trusted issuer, to be used in online presentation workflows.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_TRUSTED_ISSUER_CREATE_START\n* MOBILE_CREDENTIAL_TRUSTED_ISSUER_CREATE_SUCCESS\n* MOBILE_CREDENTIAL_TRUSTED_ISSUER_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "trusted-issuers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"certificatePem\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "337da027-acab-4e61-bc42-a168db2e363f",
                  "name": "Trusted issuer created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "trusted-issuers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"certificatePem\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"notAfter\": \"<date>\",\n\t\t\"notBefore\": \"<date>\",\n\t\t\"country\": \"<date>\",\n\t\t\"commonName\": \"<date>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3b012da0-9c30-4e03-8740-618e47657c1b",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "trusted-issuers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"certificatePem\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "6070168b-b24c-4fcb-9f17-2e9fd57af481",
              "name": "Retrieve all trusted issuers",
              "request": {
                "name": "Retrieve all trusted issuers",
                "description": {
                  "content": "Retrieves all mDocs trusted issuers from your tenant.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_TRUSTED_ISSUER_RETRIEVE_LIST_START\n* MOBILE_CREDENTIAL_TRUSTED_ISSUER_RETRIEVE_LIST_SUCCESS\n* MOBILE_CREDENTIAL_TRUSTED_ISSUER_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "trusted-issuers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "e123e796-4765-468d-acca-2327852a9666",
                  "name": "Trusted issuers retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "trusted-issuers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"notAfter\": \"<date>\",\n\t\t\t\t\"notBefore\": \"<date>\",\n\t\t\t\t\"country\": \"<date>\",\n\t\t\t\t\"commonName\": \"<date>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"notAfter\": \"<date>\",\n\t\t\t\t\"notBefore\": \"<date>\",\n\t\t\t\t\"country\": \"<date>\",\n\t\t\t\t\"commonName\": \"<date>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "936dd1ad-e67c-4f82-99f3-f7f5197881d8",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "trusted-issuers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "6f016188-84d9-49e8-a2fb-06c1b0041f32",
              "name": "Retrieve a trusted issuer",
              "request": {
                "name": "Retrieve a trusted issuer",
                "description": {
                  "content": "Retrieves an existing trusted issuer from your tenant by providing its ID.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_TRUSTED_ISSUER_RETRIEVE_START\n* MOBILE_CREDENTIAL_TRUSTED_ISSUER_RETRIEVE_SUCCESS\n* MOBILE_CREDENTIAL_TRUSTED_ISSUER_RETRIEVE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "trusted-issuers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Trusted issuer ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "29f74761-32dc-4cbf-98f5-b41c334ecc2a",
                  "name": "Trusted issuer retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "trusted-issuers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"notAfter\": \"<date>\",\n\t\t\"notBefore\": \"<date>\",\n\t\t\"country\": \"<date>\",\n\t\t\"commonName\": \"<date>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9b1d6a5b-31ce-47c0-a60b-fa5581f80efe",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "trusted-issuers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5cb6ac95-a1e9-4e93-8c33-bb1ad89f1d53",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "trusted-issuers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "414d2d96-fb4e-4b4b-b57f-013e13334040",
              "name": "Delete a trusted issuer",
              "request": {
                "name": "Delete a trusted issuer",
                "description": {
                  "content": "Deletes an existing trusted issuer by providing its ID.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_TRUSTED_ISSUER_DELETE_START\n* MOBILE_CREDENTIAL_TRUSTED_ISSUER_DELETE_SUCCESS\n* MOBILE_CREDENTIAL_TRUSTED_ISSUER_DELETE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    "trusted-issuers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Trusted issuer ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "782a9198-d721-4bd8-b92d-676389c14f4f",
                  "name": "Trusted issuer deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "trusted-issuers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "c0edca45-ad38-4d1d-b4d2-d71206009f85",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "trusted-issuers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8acf7516-a9f0-47e6-829a-574deb939bd5",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        "trusted-issuers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d3c4aace-b348-4e60-a481-77ade28ab595",
              "name": "Retrieve all trusted issuers",
              "request": {
                "name": "Retrieve all trusted issuers",
                "description": {
                  "content": "Retrieves all configured trusted issuers.\n\nThis endpoint is unprotected, public facing and can be used by any party wishing to retrieve the list of trusted issuers.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_TRUSTED_ISSUERS_RETRIEVE_LIST_START\n* CREDENTIAL_PRESENTATION_TRUSTED_ISSUERS_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_PRESENTATION_TRUSTED_ISSUERS_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "trusted-issuers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "d44b4697-2f71-4ed5-8f4a-efcff2c8cf1d",
                  "name": "Trusted issuers retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "trusted-issuers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"iacas\": [\n\t\t{\n\t\t\t\"certificate\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"certificate\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Verifier root CA certificates",
          "description": "Specifies paths and operations for managing Verifier root CA certificates for mDocs verification.",
          "item": [
            {
              "id": "08e176e2-4715-4bc3-860b-ed5c3bcfbbad",
              "name": "Create a verifier root CA certificate",
              "request": {
                "name": "Create a verifier root CA certificate",
                "description": {
                  "content": "Creates a verifier root CA certificate to be used as part of mDocs online verification workflows.\n- A maximum of three Verifier root CA certificates can be created per tenant.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_CREATE_START\n* CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_CREATE_SUCCESS\n* CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "certificates",
                    "ca"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"commonName\": \"{tenantDomain} Verifier\",\n\t\"country\": \"<string>\",\n\t\"notBefore\": \"<dateTime>\",\n\t\"notAfter\": \"<dateTime>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "64fbecd6-0b65-4809-bf27-c57b25e6cd7d",
                  "name": "Verifier root CA certificate created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "ca"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"commonName\": \"{tenantDomain} Verifier\",\n\t\"country\": \"<string>\",\n\t\"notBefore\": \"<dateTime>\",\n\t\"notAfter\": \"<dateTime>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"commonName\": \"<string>\",\n\t\t\"country\": \"<string>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"notBefore\": \"<dateTime>\",\n\t\t\"organisationName\": 6925.821898068374\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "910956e3-b658-4f6a-a784-200c2760374c",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "ca"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"commonName\": \"{tenantDomain} Verifier\",\n\t\"country\": \"<string>\",\n\t\"notBefore\": \"<dateTime>\",\n\t\"notAfter\": \"<dateTime>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "62f65bf3-a467-4cb9-afa6-45514ccaecd5",
                  "name": "Maximum number of verifier root certificates reached. Please delete an existing certificate before creating a new one.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "ca"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"commonName\": \"{tenantDomain} Verifier\",\n\t\"country\": \"<string>\",\n\t\"notBefore\": \"<dateTime>\",\n\t\"notAfter\": \"<dateTime>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Conflict",
                  "code": 409,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d1a1832c-29cf-458c-a272-a05799f21606",
              "name": "Retrieve all verifier root CA certificates",
              "request": {
                "name": "Retrieve all verifier root CA certificates",
                "description": {
                  "content": "Retrieves all existing verifier root CA certificates.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_RETRIEVE_LIST_START\n* CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "certificates",
                    "ca"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "a2fada97-3a74-4864-8d3e-dd3945aac958",
                  "name": "Verifier root CA certificates retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "ca"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateFingerprint\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"commonName\": \"<string>\",\n\t\t\t\t\"country\": \"<string>\",\n\t\t\t\t\"notAfter\": \"<dateTime>\",\n\t\t\t\t\"notBefore\": \"<dateTime>\",\n\t\t\t\t\"organisationName\": 3872.3126345970795\n\t\t\t},\n\t\t\t\"active\": true,\n\t\t\t\"isManaged\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateFingerprint\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"commonName\": \"<string>\",\n\t\t\t\t\"country\": \"<string>\",\n\t\t\t\t\"notAfter\": \"<dateTime>\",\n\t\t\t\t\"notBefore\": \"<dateTime>\",\n\t\t\t\t\"organisationName\": true\n\t\t\t},\n\t\t\t\"active\": true,\n\t\t\t\"isManaged\": \"<boolean>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "18b51edc-470f-4d19-beeb-8d15f803e91d",
              "name": "Update a verifier root CA certificate",
              "request": {
                "name": "Update a verifier root CA certificate",
                "description": {
                  "content": "Updates an existing verifier root CA certificate.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_UPDATE_START\n* CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_UPDATE_SUCCESS\n* CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "certificates",
                    "ca",
                    ":certificateId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "certificateId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the verifier root CA certificate.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"active\": true\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "05088ab6-3b1b-4f1d-bdeb-3e6ceda62df3",
                  "name": "Verifier root CA certificate updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "ca",
                        ":certificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"commonName\": \"<string>\",\n\t\t\"country\": \"<string>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"notBefore\": \"<dateTime>\",\n\t\t\"organisationName\": 6925.821898068374\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fe0d0f2a-acca-4c56-9e98-53dc5f29f15e",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "ca",
                        ":certificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9216462d-071e-48da-aec6-109b7ff65ea5",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "ca",
                        ":certificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3d375892-c53a-4e7e-af0f-f1bd71ffac9e",
              "name": "Retrieve a verifier root CA certificate",
              "request": {
                "name": "Retrieve a verifier root CA certificate",
                "description": {
                  "content": "Retrieves an existing verifier root CA certificate.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_RETRIEVE_START\n* CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_RETRIEVE_SUCCESS\n* CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "certificates",
                    "ca",
                    ":certificateId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "certificateId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the verifier root CA certificate.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "3d1e9321-4167-4241-b424-0ed5c7f0dd59",
                  "name": "Verifier root CA certificate retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "ca",
                        ":certificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"commonName\": \"<string>\",\n\t\t\"country\": \"<string>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"notBefore\": \"<dateTime>\",\n\t\t\"organisationName\": 6925.821898068374\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f3d44e81-56b7-4156-8d97-891b33af1b6e",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "ca",
                        ":certificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "232d10e0-3724-46d3-bdeb-bd47904bb0e1",
              "name": "Delete a verifier root CA certificate",
              "request": {
                "name": "Delete a verifier root CA certificate",
                "description": {
                  "content": "Deletes an existing verifier root CA certificate.\n\n### **Analytic events**\n* PRESENTATION_VERIFIER_CA_CERTIFICATE_DELETE_START\n* PRESENTATION_VERIFIER_CA_CERTIFICATE_DELETE_SUCCESS\n* PRESENTATION_VERIFIER_CA_CERTIFICATE_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "certificates",
                    "ca",
                    ":certificateId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "certificateId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the verifier root CA certificate.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "a25b0ba8-bc10-403b-8c36-60c62e74e0cc",
                  "name": "Verifier root CA certificate deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "ca",
                        ":certificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "f278e97b-37bc-42be-bd2b-38964fb94e41",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "ca",
                        ":certificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Verification request signers",
          "description": "Specifies paths and operations for managing Verification request signers.",
          "item": [
            {
              "id": "1c2a9858-d9d9-4b0c-8f26-a1d731db360d",
              "name": "Create a Verification request signer",
              "request": {
                "name": "Create a Verification request signer",
                "description": {
                  "content": "Creates a Verification request signer.\n- Only available in implementations using unmanaged (external) Verifier root CA certificates.\n- A maximum of five Verification request signers can be created per tenant.\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_CREATE_START\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_CREATE_SUCCESS\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "certificates",
                    "verifier-signers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"caId\": \"<uuid>\",\n\t\"caType\": \"external\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "6e1ee681-a92c-4912-8e3e-786593d84cc1",
                  "name": "Verification request signer created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"caId\": \"<uuid>\",\n\t\"caType\": \"external\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"caType\": \"apple\",\n\t\"csrPem\": \"<string>\",\n\t\"caId\": \"<uuid>\",\n\t\"active\": false\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d424070b-9f54-40e4-bc10-476c654341c4",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"caId\": \"<uuid>\",\n\t\"caType\": \"external\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "34935efa-8281-4085-8d77-a7851b01c539",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"caId\": \"<uuid>\",\n\t\"caType\": \"external\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "99c5d56c-7e77-411c-9cca-91119112b77b",
              "name": "Retrieve all Verification request signers",
              "request": {
                "name": "Retrieve all Verification request signers",
                "description": {
                  "content": "Retrieves all Verification request signers.\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_RETRIEVE_LIST_START\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "certificates",
                    "verifier-signers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "f92af719-df4a-4f3e-bf9b-0bb0f6450230",
                  "name": "Verification request signers retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"caType\": \"apple\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateFingerprint\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"commonName\": \"<string>\",\n\t\t\t\t\"country\": \"<string>\",\n\t\t\t\t\"notAfter\": \"<dateTime>\",\n\t\t\t\t\"notBefore\": \"<dateTime>\",\n\t\t\t\t\"subjectAlternativeNames\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\t\t\"value\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\t\t\"value\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"caType\": \"external\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateFingerprint\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"commonName\": \"<string>\",\n\t\t\t\t\"country\": \"<string>\",\n\t\t\t\t\"notAfter\": \"<dateTime>\",\n\t\t\t\t\"notBefore\": \"<dateTime>\",\n\t\t\t\t\"subjectAlternativeNames\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\t\t\"value\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\t\t\"value\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1cf0d168-e21d-4a58-8695-ddb832f4f17a",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2f3e508d-cd30-4e69-8966-06be92f4d159",
              "name": "Update a Verification request signer",
              "request": {
                "name": "Update a Verification request signer",
                "description": {
                  "content": "Updates a Verification request signer by:\n- Providing a Verification Request Signer Certificate (VRSC) in PEM format that matches its Certificate Signing Request (CSR).\n- Activating or deactivating the VRSC signer. Only VRSC signers with a valid PEM certificate can be activated.\n- The `certificatePem` field becomes immutable after it's updated for the first time.\n\nOnly available in implementations using unmanaged (external) Verifier root CA certificates.\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_UPDATE_START\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_UPDATE_SUCCESS\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "certificates",
                    "verifier-signers",
                    ":verifierSignerId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "verifierSignerId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of the Verification request signer.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "9ea0a8a0-56da-4859-a471-70baf68520aa",
                  "name": "Verification request signer updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers",
                        ":verifierSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"caType\": \"apple\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"commonName\": \"<string>\",\n\t\t\"country\": \"<string>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"notBefore\": \"<dateTime>\",\n\t\t\"subjectAlternativeNames\": [\n\t\t\t{\n\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "da149c9c-f694-4c0e-acea-65fa316a5f56",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers",
                        ":verifierSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bcc38152-fff0-4715-8adb-4956afbc8b1f",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers",
                        ":verifierSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d3b7c04a-97d8-401f-9059-6f3c6c7eb2ed",
              "name": "Delete a Verification request signer",
              "request": {
                "name": "Delete a Verification request signer",
                "description": {
                  "content": "Deletes a Verification request signer.\n\nOnly available in implementations using unmanaged (external) Verifier root CA certificates.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_DELETE_START\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_DELETE_SUCCESS\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "certificates",
                    "verifier-signers",
                    ":verifierSignerId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "verifierSignerId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of the Verification request signer.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "e14544c4-3f2f-45e7-a03b-7ff191dd74c2",
                  "name": "Verification request signer deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers",
                        ":verifierSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "409c6834-b4ef-4838-8796-5822c72e565c",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers",
                        ":verifierSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "01aaf7de-7709-4fc5-ab42-99ee1a4794f5",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers",
                        ":verifierSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "182c3aaf-9e6a-4623-9bcc-33df8720e53d",
              "name": "Retrieve a Verification request signer",
              "request": {
                "name": "Retrieve a Verification request signer",
                "description": {
                  "content": "Retrieves a Verification request signer.\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_RETRIEVE_START\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_RETRIEVE_SUCCESS\n* CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "certificates",
                    "verifier-signers",
                    ":verifierSignerId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "verifierSignerId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier of the Verification request signer.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "568a81c8-62b6-4898-976f-3b3766360a47",
                  "name": "Verification request signer retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers",
                        ":verifierSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"caType\": \"apple\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"commonName\": \"<string>\",\n\t\t\"country\": \"<string>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"notBefore\": \"<dateTime>\",\n\t\t\"subjectAlternativeNames\": [\n\t\t\t{\n\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "67add5bd-ee20-4bc4-96f2-1988cf545782",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers",
                        ":verifierSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Apple Identity Access certificates",
          "description": "Specifies paths and operations for managing Apple Identity Access certificates for mDocs verification.",
          "item": [
            {
              "id": "731aa10d-a43c-4bc3-ba54-f78b87c4ff65",
              "name": "Create an Apple Identity Access CSR",
              "request": {
                "name": "Create an Apple Identity Access CSR",
                "description": {
                  "content": "Creates an Apple Identity Access Certificate Signing Request (CSR) that can be uploaded to the Apple Developer Portal.\n\nThis certificate contains the public key that will be used to decrypt the response from the Apple Wallet.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_CREATE_START\n* CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_CREATE_SUCCESS\n* CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "certificates",
                    "apple-identity-access-certificates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"teamId\": \"<string>\",\n\t\"merchantId\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "bd803c00-d74c-46f5-8983-d6286983c342",
                  "name": "Apple Identity Access CSR created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "apple-identity-access-certificates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"teamId\": \"<string>\",\n\t\"merchantId\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"teamId\": \"<string>\",\n\t\"merchantId\": \"<string>\",\n\t\"csrPem\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "42c3cd9d-50f4-4e9c-a098-80ec6e997e6a",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "apple-identity-access-certificates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"teamId\": \"<string>\",\n\t\"merchantId\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f949d5eb-fbc4-4cb0-948d-12c1910bbea6",
              "name": "Retrieve all Apple Identity Access CSRs",
              "request": {
                "name": "Retrieve all Apple Identity Access CSRs",
                "description": {
                  "content": "Retrieves all Apple Identity Access CSRs created by the tenant.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_RETRIEVE_LIST_START\n* CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "certificates",
                    "apple-identity-access-certificates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "a1921c58-2361-4134-b765-1f7a111837b8",
                  "name": "Apple Identity Access CSRs retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "apple-identity-access-certificates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"teamId\": \"<string>\",\n\t\t\t\"merchantId\": \"<string>\",\n\t\t\t\"csrPem\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"teamId\": \"<string>\",\n\t\t\t\"merchantId\": \"<string>\",\n\t\t\t\"csrPem\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "8d4966bc-a425-4404-8ca6-f17a5ef2f126",
              "name": "Retrieve an Apple Identity Access CSR",
              "request": {
                "name": "Retrieve an Apple Identity Access CSR",
                "description": {
                  "content": "Retrieves an existing Apple Identity Access CSR.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_RETRIEVE_START\n* CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_RETRIEVE_SUCCESS\n* CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "certificates",
                    "apple-identity-access-certificates",
                    ":certificateId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "certificateId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the Apple Identity Access CSR.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "584e974d-f9c7-4093-b2a2-20fd970236e7",
                  "name": "Apple Identity Access Certificate CSR retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "apple-identity-access-certificates",
                        ":certificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"teamId\": \"<string>\",\n\t\"merchantId\": \"<string>\",\n\t\"csrPem\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "600e3489-7fbd-4670-a62f-4bc79c6f4e3c",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "apple-identity-access-certificates",
                        ":certificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "19a0b44f-8860-4e8d-8ff3-45a21a518f8a",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "apple-identity-access-certificates",
                        ":certificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3b3c91e9-d7b6-4309-a4ab-a4697f2e8ef6",
              "name": "Delete an Apple Identity Access CSR",
              "request": {
                "name": "Delete an Apple Identity Access CSR",
                "description": {
                  "content": "Deletes an existing Apple Identity Access CSR.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_DELETE_START\n* CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_DELETE_SUCCESS\n* CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "certificates",
                    "apple-identity-access-certificates",
                    ":certificateId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "certificateId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the Apple Identity Access CSR.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "d1fa1f62-f7e0-4bcd-8e64-77ff802080a4",
                  "name": "Apple Identity Access Certificate CSR deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "apple-identity-access-certificates",
                        ":certificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "62556573-7bc8-46da-9566-b303d2201d7d",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "apple-identity-access-certificates",
                        ":certificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f7d8e6c8-1d6d-4ae0-8536-e4888d20a0c4",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "apple-identity-access-certificates",
                        ":certificateId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Verifier applications",
          "description": "Specifies paths and operations for managing Verifier applications for mDocs verification.",
          "item": [
            {
              "id": "fe21447f-0826-461e-bf7b-0f624c0542c0",
              "name": "Create verifier application",
              "request": {
                "name": "Create verifier application",
                "description": {
                  "content": "Creates an mDocs online verifier application.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_CREATE_START\n* CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_CREATE_SUCCESS\n* CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "applications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"domain\": \"<string>\",\n\t\"type\": \"web\",\n\t\"additionalDomains\": [\n\t\t\"<string>\"\n\t],\n\t\"openid4vpConfiguration\": {\n\t\t\"redirectUris\": [\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"supportedModes\": \"all\",\n\t\t\"display\": {\n\t\t\t\"logoImage\": {\n\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\"altText\": \"<string>\"\n\t\t\t},\n\t\t\t\"headerText\": \"<string>\",\n\t\t\t\"bodyText\": \"<string>\",\n\t\t\t\"privacyPolicyUrl\": \"<string>\",\n\t\t\t\"primaryColorHex\": \"<string>\"\n\t\t}\n\t},\n\t\"dcApiConfiguration\": {\n\t\t\"supportedBrowserPlatforms\": {\n\t\t\t\"desktop\": \"<boolean>\",\n\t\t\t\"mobile\": \"<boolean>\"\n\t\t}\n\t},\n\t\"resultAvailableInFrontChannel\": true\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "eba95647-7792-4939-983e-c10b9f7c2d9c",
                  "name": "Verifier application created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "applications"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"domain\": \"<string>\",\n\t\"type\": \"web\",\n\t\"additionalDomains\": [\n\t\t\"<string>\"\n\t],\n\t\"openid4vpConfiguration\": {\n\t\t\"redirectUris\": [\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"supportedModes\": \"all\",\n\t\t\"display\": {\n\t\t\t\"logoImage\": {\n\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\"altText\": \"<string>\"\n\t\t\t},\n\t\t\t\"headerText\": \"<string>\",\n\t\t\t\"bodyText\": \"<string>\",\n\t\t\t\"privacyPolicyUrl\": \"<string>\",\n\t\t\t\"primaryColorHex\": \"<string>\"\n\t\t}\n\t},\n\t\"dcApiConfiguration\": {\n\t\t\"supportedBrowserPlatforms\": {\n\t\t\t\"desktop\": \"<boolean>\",\n\t\t\t\"mobile\": \"<boolean>\"\n\t\t}\n\t},\n\t\"resultAvailableInFrontChannel\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"domain\": \"<string>\",\n\t\"type\": \"web\",\n\t\"additionalDomains\": [\n\t\t\"<string>\"\n\t],\n\t\"openid4vpConfiguration\": {\n\t\t\"redirectUris\": [\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"supportedModes\": \"all\",\n\t\t\"display\": {\n\t\t\t\"logoImage\": {\n\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\"altText\": \"<string>\"\n\t\t\t},\n\t\t\t\"headerText\": \"<string>\",\n\t\t\t\"bodyText\": \"<string>\",\n\t\t\t\"privacyPolicyUrl\": \"<string>\",\n\t\t\t\"primaryColorHex\": \"<string>\"\n\t\t}\n\t},\n\t\"dcApiConfiguration\": {\n\t\t\"supportedBrowserPlatforms\": {\n\t\t\t\"desktop\": \"<boolean>\",\n\t\t\t\"mobile\": \"<boolean>\"\n\t\t}\n\t},\n\t\"resultAvailableInFrontChannel\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3b5bb67e-6340-4630-a99d-dadd35af7c70",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "applications"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"domain\": \"<string>\",\n\t\"type\": \"web\",\n\t\"additionalDomains\": [\n\t\t\"<string>\"\n\t],\n\t\"openid4vpConfiguration\": {\n\t\t\"redirectUris\": [\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"supportedModes\": \"all\",\n\t\t\"display\": {\n\t\t\t\"logoImage\": {\n\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\"altText\": \"<string>\"\n\t\t\t},\n\t\t\t\"headerText\": \"<string>\",\n\t\t\t\"bodyText\": \"<string>\",\n\t\t\t\"privacyPolicyUrl\": \"<string>\",\n\t\t\t\"primaryColorHex\": \"<string>\"\n\t\t}\n\t},\n\t\"dcApiConfiguration\": {\n\t\t\"supportedBrowserPlatforms\": {\n\t\t\t\"desktop\": \"<boolean>\",\n\t\t\t\"mobile\": \"<boolean>\"\n\t\t}\n\t},\n\t\"resultAvailableInFrontChannel\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "caf6aebc-30bf-44b8-84eb-ba530b5c4ef9",
              "name": "Retrieve all verifier applications",
              "request": {
                "name": "Retrieve all verifier applications",
                "description": {
                  "content": "Retrieves all configured mDocs online verifier applications.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_LIST_START\n* CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "applications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "3c9e2b01-9d36-46c4-8663-c92ebb56aa93",
                  "name": "Verifier applications retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "applications"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"domain\": \"<string>\",\n\t\t\t\"type\": \"web\",\n\t\t\t\"additionalDomains\": [\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"openid4vpConfiguration\": {\n\t\t\t\t\"redirectUris\": [\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"supportedModes\": \"all\",\n\t\t\t\t\"display\": {\n\t\t\t\t\t\"logoImage\": {\n\t\t\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\t\t\"altText\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"headerText\": \"<string>\",\n\t\t\t\t\t\"bodyText\": \"<string>\",\n\t\t\t\t\t\"privacyPolicyUrl\": \"<string>\",\n\t\t\t\t\t\"primaryColorHex\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"dcApiConfiguration\": {\n\t\t\t\t\"supportedBrowserPlatforms\": {\n\t\t\t\t\t\"desktop\": \"<boolean>\",\n\t\t\t\t\t\"mobile\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"resultAvailableInFrontChannel\": true\n\t\t},\n\t\t{\n\t\t\t\"domain\": \"<string>\",\n\t\t\t\"type\": \"web\",\n\t\t\t\"additionalDomains\": [\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"openid4vpConfiguration\": {\n\t\t\t\t\"redirectUris\": [\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"supportedModes\": \"all\",\n\t\t\t\t\"display\": {\n\t\t\t\t\t\"logoImage\": {\n\t\t\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\t\t\"altText\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"headerText\": \"<string>\",\n\t\t\t\t\t\"bodyText\": \"<string>\",\n\t\t\t\t\t\"privacyPolicyUrl\": \"<string>\",\n\t\t\t\t\t\"primaryColorHex\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"dcApiConfiguration\": {\n\t\t\t\t\"supportedBrowserPlatforms\": {\n\t\t\t\t\t\"desktop\": \"<boolean>\",\n\t\t\t\t\t\"mobile\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"resultAvailableInFrontChannel\": true\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3b8bf74f-e003-47c1-a8d2-edbf4a48b22f",
              "name": "Update verifier application",
              "request": {
                "name": "Update verifier application",
                "description": {
                  "content": "Updates an existing mDocs online verifier application.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_UPDATE_START\n* CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_UPDATE_SUCCESS\n* CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "applications",
                    ":applicationId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "applicationId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the verifier application.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"domain\": \"<string>\",\n\t\"type\": \"web\",\n\t\"additionalDomains\": [\n\t\t\"<string>\"\n\t],\n\t\"openid4vpConfiguration\": {\n\t\t\"redirectUris\": [\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"supportedModes\": \"all\",\n\t\t\"display\": {\n\t\t\t\"logoImage\": {\n\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\"altText\": \"<string>\"\n\t\t\t},\n\t\t\t\"headerText\": \"<string>\",\n\t\t\t\"bodyText\": \"<string>\",\n\t\t\t\"privacyPolicyUrl\": \"<string>\",\n\t\t\t\"primaryColorHex\": \"<string>\"\n\t\t}\n\t},\n\t\"dcApiConfiguration\": {\n\t\t\"supportedBrowserPlatforms\": {\n\t\t\t\"desktop\": \"<boolean>\",\n\t\t\t\"mobile\": \"<boolean>\"\n\t\t}\n\t},\n\t\"resultAvailableInFrontChannel\": true\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "5b262acd-82b7-48f1-ac25-e7b41d56375a",
                  "name": "Verifier application updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "applications",
                        ":applicationId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"domain\": \"<string>\",\n\t\"type\": \"web\",\n\t\"additionalDomains\": [\n\t\t\"<string>\"\n\t],\n\t\"openid4vpConfiguration\": {\n\t\t\"redirectUris\": [\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"supportedModes\": \"all\",\n\t\t\"display\": {\n\t\t\t\"logoImage\": {\n\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\"altText\": \"<string>\"\n\t\t\t},\n\t\t\t\"headerText\": \"<string>\",\n\t\t\t\"bodyText\": \"<string>\",\n\t\t\t\"privacyPolicyUrl\": \"<string>\",\n\t\t\t\"primaryColorHex\": \"<string>\"\n\t\t}\n\t},\n\t\"dcApiConfiguration\": {\n\t\t\"supportedBrowserPlatforms\": {\n\t\t\t\"desktop\": \"<boolean>\",\n\t\t\t\"mobile\": \"<boolean>\"\n\t\t}\n\t},\n\t\"resultAvailableInFrontChannel\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"domain\": \"<string>\",\n\t\"type\": \"web\",\n\t\"additionalDomains\": [\n\t\t\"<string>\"\n\t],\n\t\"openid4vpConfiguration\": {\n\t\t\"redirectUris\": [\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"supportedModes\": \"all\",\n\t\t\"display\": {\n\t\t\t\"logoImage\": {\n\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\"altText\": \"<string>\"\n\t\t\t},\n\t\t\t\"headerText\": \"<string>\",\n\t\t\t\"bodyText\": \"<string>\",\n\t\t\t\"privacyPolicyUrl\": \"<string>\",\n\t\t\t\"primaryColorHex\": \"<string>\"\n\t\t}\n\t},\n\t\"dcApiConfiguration\": {\n\t\t\"supportedBrowserPlatforms\": {\n\t\t\t\"desktop\": \"<boolean>\",\n\t\t\t\"mobile\": \"<boolean>\"\n\t\t}\n\t},\n\t\"resultAvailableInFrontChannel\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9e7f844a-2f5c-48d9-b0a2-5b4a96ab7fe1",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "applications",
                        ":applicationId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"domain\": \"<string>\",\n\t\"type\": \"web\",\n\t\"additionalDomains\": [\n\t\t\"<string>\"\n\t],\n\t\"openid4vpConfiguration\": {\n\t\t\"redirectUris\": [\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"supportedModes\": \"all\",\n\t\t\"display\": {\n\t\t\t\"logoImage\": {\n\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\"altText\": \"<string>\"\n\t\t\t},\n\t\t\t\"headerText\": \"<string>\",\n\t\t\t\"bodyText\": \"<string>\",\n\t\t\t\"privacyPolicyUrl\": \"<string>\",\n\t\t\t\"primaryColorHex\": \"<string>\"\n\t\t}\n\t},\n\t\"dcApiConfiguration\": {\n\t\t\"supportedBrowserPlatforms\": {\n\t\t\t\"desktop\": \"<boolean>\",\n\t\t\t\"mobile\": \"<boolean>\"\n\t\t}\n\t},\n\t\"resultAvailableInFrontChannel\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c6551197-b118-40ea-8d7c-97a99bbc854a",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "applications",
                        ":applicationId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"domain\": \"<string>\",\n\t\"type\": \"web\",\n\t\"additionalDomains\": [\n\t\t\"<string>\"\n\t],\n\t\"openid4vpConfiguration\": {\n\t\t\"redirectUris\": [\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"supportedModes\": \"all\",\n\t\t\"display\": {\n\t\t\t\"logoImage\": {\n\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\"altText\": \"<string>\"\n\t\t\t},\n\t\t\t\"headerText\": \"<string>\",\n\t\t\t\"bodyText\": \"<string>\",\n\t\t\t\"privacyPolicyUrl\": \"<string>\",\n\t\t\t\"primaryColorHex\": \"<string>\"\n\t\t}\n\t},\n\t\"dcApiConfiguration\": {\n\t\t\"supportedBrowserPlatforms\": {\n\t\t\t\"desktop\": \"<boolean>\",\n\t\t\t\"mobile\": \"<boolean>\"\n\t\t}\n\t},\n\t\"resultAvailableInFrontChannel\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "aba8f23e-bc64-44dc-801b-b0e123af61cd",
              "name": "Retrieve a verifier application",
              "request": {
                "name": "Retrieve a verifier application",
                "description": {
                  "content": "Retrieves an existing mDocs online verifier application.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_START\n* CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_SUCCESS\n* CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "applications",
                    ":applicationId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "applicationId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the verifier application.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "fb888487-1b9b-49bd-8d0c-67b53ba05dc8",
                  "name": "Verifier application retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "applications",
                        ":applicationId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"domain\": \"<string>\",\n\t\"type\": \"web\",\n\t\"additionalDomains\": [\n\t\t\"<string>\"\n\t],\n\t\"openid4vpConfiguration\": {\n\t\t\"redirectUris\": [\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"supportedModes\": \"all\",\n\t\t\"display\": {\n\t\t\t\"logoImage\": {\n\t\t\t\t\"url\": \"<string>\",\n\t\t\t\t\"altText\": \"<string>\"\n\t\t\t},\n\t\t\t\"headerText\": \"<string>\",\n\t\t\t\"bodyText\": \"<string>\",\n\t\t\t\"privacyPolicyUrl\": \"<string>\",\n\t\t\t\"primaryColorHex\": \"<string>\"\n\t\t}\n\t},\n\t\"dcApiConfiguration\": {\n\t\t\"supportedBrowserPlatforms\": {\n\t\t\t\"desktop\": \"<boolean>\",\n\t\t\t\"mobile\": \"<boolean>\"\n\t\t}\n\t},\n\t\"resultAvailableInFrontChannel\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fadffc3f-1c04-4633-8767-2164604813b5",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "applications",
                        ":applicationId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3d0c1b07-9c55-4bff-bc17-e6bdbdfef860",
              "name": "Delete a verifier application",
              "request": {
                "name": "Delete a verifier application",
                "description": {
                  "content": "Removes an existing mDocs online verifier application.\n\n### **Analytic events**\n* PRESENTATION_VERIFIER_APPLICATION_DELETE_START\n* PRESENTATION_VERIFIER_APPLICATION_DELETE_SUCCESS\n* PRESENTATION_VERIFIER_APPLICATION_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "applications",
                    ":applicationId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "applicationId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the verifier application.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "012a46d4-394b-497e-927e-12cb30a41088",
                  "name": "Verifier application deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "applications",
                        ":applicationId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "bd5fb701-7f2d-45d0-9d87-cd6d8c376d25",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "applications",
                        ":applicationId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Wallet providers",
          "description": "Specifies paths and operations for managing Wallet providers for mDocs verification.",
          "item": [
            {
              "id": "6593b0d4-b39c-4291-8707-f2d8abec4170",
              "name": "Create wallet provider",
              "request": {
                "name": "Create wallet provider",
                "description": {
                  "content": "Creates a wallet provider that can present mDocs for online verification.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_WALLET_PROVIDER_CREATE_START\n* CREDENTIAL_PRESENTATION_WALLET_PROVIDER_CREATE_SUCCESS\n* CREDENTIAL_PRESENTATION_WALLET_PROVIDER_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "wallet-providers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"openid4vpConfiguration\": {\n\t\t\"authorizationEndpoint\": \"<string>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "1e016f88-c92f-4cf4-b9ee-8d842b723b87",
                  "name": "Wallet provider created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "wallet-providers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"openid4vpConfiguration\": {\n\t\t\"authorizationEndpoint\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"openid4vpConfiguration\": {\n\t\t\"authorizationEndpoint\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "04be2d1b-dc79-4eb2-b5d9-d22a28f336ac",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "wallet-providers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"openid4vpConfiguration\": {\n\t\t\"authorizationEndpoint\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7a52ad75-a482-4f1b-9f00-b124d687bb11",
              "name": "Retrieve all wallet providers",
              "request": {
                "name": "Retrieve all wallet providers",
                "description": {
                  "content": "Retrieves all existing wallet providers that can present mDocs for online verification.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_LIST_START\n* CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "wallet-providers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "2be573b8-d83b-4975-9f3b-4e971a2352c5",
                  "name": "Wallet providers retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "wallet-providers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "[\n\t{\n\t\t\"id\": \"<string>\",\n\t\t\"name\": \"<string>\",\n\t\t\"openid4vpConfiguration\": {\n\t\t\t\"authorizationEndpoint\": \"<string>\"\n\t\t}\n\t},\n\t{\n\t\t\"id\": \"<string>\",\n\t\t\"name\": \"<string>\",\n\t\t\"openid4vpConfiguration\": {\n\t\t\t\"authorizationEndpoint\": \"<string>\"\n\t\t}\n\t}\n]",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3496ccce-cf3a-4de7-bd2b-64c60ac92f9e",
              "name": "Update a wallet provider",
              "request": {
                "name": "Update a wallet provider",
                "description": {
                  "content": "Updates an existing wallet provider that can present mDocs for online verification.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_WALLET_PROVIDER_UPDATE_START\n* CREDENTIAL_PRESENTATION_WALLET_PROVIDER_UPDATE_SUCCESS\n* CREDENTIAL_PRESENTATION_WALLET_PROVIDER_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "wallet-providers",
                    ":walletProviderId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "walletProviderId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the wallet provider.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"openid4vpConfiguration\": {\n\t\t\"authorizationEndpoint\": \"<string>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "1bfe3ffb-8921-4444-a538-b7c55d9988c7",
                  "name": "Wallet provider updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "wallet-providers",
                        ":walletProviderId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"openid4vpConfiguration\": {\n\t\t\"authorizationEndpoint\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"openid4vpConfiguration\": {\n\t\t\"authorizationEndpoint\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "626af8f0-1e4c-4609-8678-1aee2dea9db3",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "wallet-providers",
                        ":walletProviderId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"openid4vpConfiguration\": {\n\t\t\"authorizationEndpoint\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a22b6c96-e1ee-4578-97d8-bd39b5018500",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "wallet-providers",
                        ":walletProviderId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"openid4vpConfiguration\": {\n\t\t\"authorizationEndpoint\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3ab6b427-c214-47aa-a3dc-4627a0b46deb",
              "name": "Retrieve a wallet provider",
              "request": {
                "name": "Retrieve a wallet provider",
                "description": {
                  "content": "Retrieves an existing wallet provider that can present mDocs for online verification.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_START\n* CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_SUCCESS\n* CREDENTIAL_PRESENTATION_WALLET_PROVIDER_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "wallet-providers",
                    ":walletProviderId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "walletProviderId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the wallet provider.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "94de930d-7588-4844-aab0-1d9be61782e6",
                  "name": "Wallet provider retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "wallet-providers",
                        ":walletProviderId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"openid4vpConfiguration\": {\n\t\t\"authorizationEndpoint\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "24cfad47-8e31-41da-9d41-08ce3c766979",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "wallet-providers",
                        ":walletProviderId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3ce3dfa9-c95a-488c-b25d-0fc23e0fff05",
              "name": "Delete a wallet provider",
              "request": {
                "name": "Delete a wallet provider",
                "description": {
                  "content": "Deletes an existing wallet provider that can present mDocs for online verification.\n\n### **Analytic events**\n* PRESENTATION_WALLET_PROVIDER_DELETE_START\n* PRESENTATION_WALLET_PROVIDER_DELETE_SUCCESS\n* PRESENTATION_WALLET_PROVIDER_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "wallet-providers",
                    ":walletProviderId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "walletProviderId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the wallet provider.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "df3719d7-c2b6-4db9-859c-499b1775cd60",
                  "name": "Wallet provider deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "wallet-providers",
                        ":walletProviderId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "3b1bf8c9-51e9-4e33-ab59-145090ed8516",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "wallet-providers",
                        ":walletProviderId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Presentation sessions",
          "description": "Specifies paths and operations for managing mDocs presentation sessions.",
          "item": [
            {
              "id": "0ae0fa98-4e38-453a-90cb-7f43e9a0c00f",
              "name": "Retrieve presentation session result",
              "request": {
                "name": "Retrieve presentation session result",
                "description": {
                  "content": "Retrieves the result of an online presentation session by providing the session's ID.\n\n### **Analytic events**\n* CREDENTIAL_PRESENTATION_SESSION_RESULT_RETRIEVE_START\n* CREDENTIAL_PRESENTATION_SESSION_RESULT_RETRIEVE_SUCCESS\n* CREDENTIAL_PRESENTATION_SESSION_RESULT_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "presentations",
                    "sessions",
                    ":sessionId",
                    "result"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "sessionId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Session ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "601a27fa-5bea-4fee-847b-84a8c248138f",
                  "name": "Session result retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "sessions",
                        ":sessionId",
                        "result"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"sessionId\": \"<string>\",\n\t\"challenge\": \"<string>\",\n\t\"credentialQuery\": [],\n\t\"credentials\": [\n\t\t{\n\t\t\t\"docType\": \"<string>\",\n\t\t\t\"validityInfo\": {\n\t\t\t\t\"signed\": \"<string>\",\n\t\t\t\t\"validFrom\": \"<string>\",\n\t\t\t\t\"validUntil\": \"<string>\",\n\t\t\t\t\"expectedUpdate\": \"<string>\"\n\t\t\t},\n\t\t\t\"claims\": {},\n\t\t\t\"claimErrors\": {},\n\t\t\t\"branding\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"description\": \"<string>\",\n\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\"watermarkImage\": {\n\t\t\t\t\t\"format\": \"<string>\",\n\t\t\t\t\t\"data\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"issuerLogo\": {\n\t\t\t\t\t\"format\": \"<string>\",\n\t\t\t\t\t\"data\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"issuerIcon\": {\n\t\t\t\t\t\"format\": \"<string>\",\n\t\t\t\t\t\"data\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"issuerInfo\": {\n\t\t\t\t\"commonName\": \"<string>\",\n\t\t\t\t\"trustedIssuerId\": \"<string>\"\n\t\t\t},\n\t\t\t\"verificationResult\": {\n\t\t\t\t\"verified\": \"<boolean>\",\n\t\t\t\t\"reason\": {\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"ecosystemValidation\": {\n\t\t\t\t\"validated\": \"<boolean>\",\n\t\t\t\t\"policyVersion\": \"<string>\",\n\t\t\t\t\"failReasons\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"error\": {\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"docType\": \"<string>\",\n\t\t\t\"validityInfo\": {\n\t\t\t\t\"signed\": \"<string>\",\n\t\t\t\t\"validFrom\": \"<string>\",\n\t\t\t\t\"validUntil\": \"<string>\",\n\t\t\t\t\"expectedUpdate\": \"<string>\"\n\t\t\t},\n\t\t\t\"claims\": {},\n\t\t\t\"claimErrors\": {},\n\t\t\t\"branding\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"description\": \"<string>\",\n\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\"watermarkImage\": {\n\t\t\t\t\t\"format\": \"<string>\",\n\t\t\t\t\t\"data\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"issuerLogo\": {\n\t\t\t\t\t\"format\": \"<string>\",\n\t\t\t\t\t\"data\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"issuerIcon\": {\n\t\t\t\t\t\"format\": \"<string>\",\n\t\t\t\t\t\"data\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"issuerInfo\": {\n\t\t\t\t\"commonName\": \"<string>\",\n\t\t\t\t\"trustedIssuerId\": \"<string>\"\n\t\t\t},\n\t\t\t\"verificationResult\": {\n\t\t\t\t\"verified\": \"<boolean>\",\n\t\t\t\t\"reason\": {\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"ecosystemValidation\": {\n\t\t\t\t\"validated\": \"<boolean>\",\n\t\t\t\t\"policyVersion\": \"<string>\",\n\t\t\t\t\"failReasons\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"error\": {\n\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t],\n\t\"credentialErrors\": [\n\t\t{\n\t\t\t\"docType\": \"<string>\",\n\t\t\t\"errorCode\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"docType\": \"<string>\",\n\t\t\t\"errorCode\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d7779c1f-e89e-4f05-9c29-96cd529dc9f1",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "sessions",
                        ":sessionId",
                        "result"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "CWT credential templates",
      "description": "",
      "item": [
        {
          "name": "PDF",
          "description": "Specifies paths and operations for managing CWT credentials PDF templates.",
          "item": [
            {
              "id": "a6e572b8-cee3-4d58-9e98-e08b1d44d95c",
              "name": "Create a PDF template",
              "request": {
                "name": "Create a PDF template",
                "description": {
                  "content": "Creates a CWT credential PDF template based on a provided `.zip` file. Refer to our [PDF template design guide](https://learn.mattr.global/docs/issuance/cwt-credential-templates/pdf-templates) for more information on how to design a template and structure the `.zip` file.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_CREATE_START\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "pdf",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/zip"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "<binary>"
                },
                "auth": null
              },
              "response": [
                {
                  "id": "d4e44194-c0d2-4811-9151-695b758e5851",
                  "name": "PDF template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/zip"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "<binary>"
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"fileName\": \"<string>\",\n\t\"fonts\": [\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\"\n\t\t}\n\t],\n\t\"metadata\": {\n\t\t\"title\": \"<string>\"\n\t},\n\t\"fields\": [\n\t\t{\n\t\t\t\"key\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\"fontName\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"key\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\"fontName\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5544fba4-fbf6-4371-b911-021ce034a929",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/zip"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "<binary>"
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f29548a0-8f52-4a9e-963a-d614014aa9f9",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/zip"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "<binary>"
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7716783c-d9e1-4fbd-a330-d1020f910ed8",
              "name": "Retrieve all PDF templates",
              "request": {
                "name": "Retrieve all PDF templates",
                "description": {
                  "content": "Retrieves a list of all CWT credentials PDF templates available on the tenant.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_RETRIEVE_LIST_START\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "pdf",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "aeaabbb4-3e75-4b59-8159-6cba90bf5850",
                  "name": "PDF templates retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\",\n\t\t\t\"fonts\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"fileName\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"fileName\": \"<string>\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"metadata\": {\n\t\t\t\t\"title\": \"<string>\"\n\t\t\t},\n\t\t\t\"fields\": [\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"<string>\",\n\t\t\t\t\t\"value\": \"<string>\",\n\t\t\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\t\t\"fontName\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"<string>\",\n\t\t\t\t\t\"value\": \"<string>\",\n\t\t\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\t\t\"fontName\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\",\n\t\t\t\"fonts\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"fileName\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"fileName\": \"<string>\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"metadata\": {\n\t\t\t\t\"title\": \"<string>\"\n\t\t\t},\n\t\t\t\"fields\": [\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"<string>\",\n\t\t\t\t\t\"value\": \"<string>\",\n\t\t\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\t\t\"fontName\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"<string>\",\n\t\t\t\t\t\"value\": \"<string>\",\n\t\t\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\t\t\"fontName\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "00a9b072-abc0-4d6d-be33-87c55396085f",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "cf20e822-ceae-4673-a088-fc0c21f3cf01",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "68d4d519-9fbe-498a-a04f-d5db330504b7",
              "name": "Update a PDF template",
              "request": {
                "name": "Update a PDF template",
                "description": {
                  "content": "Update an existing CWT credential PDF template based on a provided `.zip` file. Refer to our [PDF template design guide](https://learn.mattr.global/docs/issuance/cwt-credential-templates/pdf-templates) for more information on how to design a template and structure the `.zip` file.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_UPDATE_START\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_UPDATE_SUCCESS\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "pdf",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) PDF template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/zip"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "<binary>"
                },
                "auth": null
              },
              "response": [
                {
                  "id": "caf5e0fd-81e8-444e-90a0-f5c413f211c4",
                  "name": "PDF template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/zip"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "<binary>"
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"fileName\": \"<string>\",\n\t\"fonts\": [\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\"\n\t\t}\n\t],\n\t\"metadata\": {\n\t\t\"title\": \"<string>\"\n\t},\n\t\"fields\": [\n\t\t{\n\t\t\t\"key\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\"fontName\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"key\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\"fontName\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bfd90985-85d7-494b-a461-471c545a1e27",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/zip"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "<binary>"
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4de41ecb-cba6-4274-8c60-26581799df1b",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/zip"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "<binary>"
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "24211bc3-730b-43ce-9b1a-dff6830e6b7a",
              "name": "Retrieve a PDF template",
              "request": {
                "name": "Retrieve a PDF template",
                "description": {
                  "content": "Retrieves an existing CWT credentials PDF template using its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_RETRIEVE_START\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_RETRIEVE_SUCCESS\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "pdf",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) PDF template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "29623bf2-24e9-4645-886d-c5d99e3dfcc0",
                  "name": "PDF template retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"fileName\": \"<string>\",\n\t\"fonts\": [\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\"\n\t\t}\n\t],\n\t\"metadata\": {\n\t\t\"title\": \"<string>\"\n\t},\n\t\"fields\": [\n\t\t{\n\t\t\t\"key\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\"fontName\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"key\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\"fontName\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f496d625-b4b4-4014-833a-e82a73cdd48c",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "46a8565a-5bb8-4b19-8873-3d5d5e98640c",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f6fc2ab5-ec19-43f3-bdce-6c9d0ef1720c",
              "name": "Delete a PDF template",
              "request": {
                "name": "Delete a PDF template",
                "description": {
                  "content": "Delete an existing PDF template by providing its ID\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_DELETE_START\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_DELETE_SUCCESS\n* CREDENTIAL_COMPACT_PDF_TEMPLATE_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "pdf",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) PDF Template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "d72bbce3-a3ca-41b9-9533-f1a4b2f23ce1",
                  "name": "PDF template deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "326b3004-843d-44a3-9e7e-369b1635b637",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "276cd84c-d265-499d-bbb2-e179d6ee74af",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Apple Pass",
          "description": "Specifies paths and operations for managing CWT credentials Apple Pass templates.",
          "item": [
            {
              "id": "ce3db125-acba-4f71-ba6e-2a95116df330",
              "name": "Create an Apple Pass template",
              "request": {
                "name": "Create an Apple Pass template",
                "description": {
                  "content": "Creates an Apple Pass template based on the provided `.zip` file. Refer to our [Design an Apple Pass template](https://learn.mattr.global/docs/issuance/cwt-credential-templates/apple-templates) guide for more information on how to design the template and how to structure the `.zip` file.\n\n<Callout>\nThe Apple Pass template uses the official Apple Pass bundle structure.\n</Callout>\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_CREATE_START\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "digital-pass",
                    "apple",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Insert a name to identify this Apple digital pass template.",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Includes your template files.",
                        "type": "text/plain"
                      },
                      "key": "template",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                        "type": "text/plain"
                      },
                      "key": "fileName",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                        "type": "text/plain"
                      },
                      "key": "teamIdentifier",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                        "type": "text/plain"
                      },
                      "key": "passTypeIdentifier",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                        "type": "text/plain"
                      },
                      "key": "wwdr",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                        "type": "text/plain"
                      },
                      "key": "signerCert",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                        "type": "text/plain"
                      },
                      "key": "signerKey",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Passphrase for the encrypted key.",
                        "type": "text/plain"
                      },
                      "key": "signerKeyPassphrase",
                      "value": "<string>",
                      "type": "text"
                    }
                  ]
                },
                "auth": null
              },
              "response": [
                {
                  "id": "7cf4e67d-e1d5-40a3-bfc5-2212612f7e03",
                  "name": "Apple Pass template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "02d240c7-3967-41a0-9bee-44191a2599a5",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c0be1e86-f0b2-4989-b100-74a6dc9372a7",
              "name": "Retrieve all Apple Pass templates",
              "request": {
                "name": "Retrieve all Apple Pass templates",
                "description": {
                  "content": "Retrieves a list of all Apple Pass template available on the tenant.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_RETRIEVE_LIST_START\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "digital-pass",
                    "apple",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "937408c9-9c84-4391-a0f8-0245e159ae0c",
                  "name": "Apple Pass templates retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"apple\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"fileName\": \"<string>\",\n\t\t\t\t\"teamIdentifier\": \"<string>\",\n\t\t\t\t\"passTypeIdentifier\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"apple\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"fileName\": \"<string>\",\n\t\t\t\t\"teamIdentifier\": \"<string>\",\n\t\t\t\t\"passTypeIdentifier\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e95b007b-aa24-4e6e-a07c-567da0986421",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "53e527d7-08a4-4c94-b325-405cd0b21a5c",
              "name": "Update an Apple Pass template",
              "request": {
                "name": "Update an Apple Pass template",
                "description": {
                  "content": "Updates an existing Apple Pass template by providing its ID and a `.zip` file. Refer to our [Design an Apple Pass template](https://learn.mattr.global/docs/issuance/cwt-credential-templates/apple-templates) guide for more information on how to design the template and how to structure the `.zip` file.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_UPDATE_START\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_UPDATE_SUCCESS\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "digital-pass",
                    "apple",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Apple Pass template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Insert a name to identify this Apple digital pass template.",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Includes your template files.",
                        "type": "text/plain"
                      },
                      "key": "template",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                        "type": "text/plain"
                      },
                      "key": "fileName",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                        "type": "text/plain"
                      },
                      "key": "teamIdentifier",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                        "type": "text/plain"
                      },
                      "key": "passTypeIdentifier",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                        "type": "text/plain"
                      },
                      "key": "wwdr",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                        "type": "text/plain"
                      },
                      "key": "signerCert",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                        "type": "text/plain"
                      },
                      "key": "signerKey",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Passphrase for the encrypted key.",
                        "type": "text/plain"
                      },
                      "key": "signerKeyPassphrase",
                      "value": "<string>",
                      "type": "text"
                    }
                  ]
                },
                "auth": null
              },
              "response": [
                {
                  "id": "f4797a8a-bbfc-47ed-b7b9-f344443e3af4",
                  "name": "Apple Pass template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e1c25291-e30a-43be-adc4-4c880b7d3ecf",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "731d8f81-e66e-4a00-9782-4678a6465a02",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a1e1495f-c8d0-46c9-94e4-b3a60252ef49",
              "name": "Retrieve an Apple Pass template",
              "request": {
                "name": "Retrieve an Apple Pass template",
                "description": {
                  "content": "Retrieves an existing Apple Pass template by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_RETRIEVE_START\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_RETRIEVE_SUCCESS\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "digital-pass",
                    "apple",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Apple Pass template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "3e6830d0-1e7c-4c9b-b7f4-15ca2f2e3b51",
                  "name": "Apple Pass template retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "14f9b3ea-4419-46a8-ae5b-e6f3472fbe8b",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "33fb80db-8358-4e13-8f33-fdb5adf15cb6",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "23bdd717-d5b7-4735-a077-92d635388ec3",
              "name": "Delete an Apple Pass template",
              "request": {
                "name": "Delete an Apple Pass template",
                "description": {
                  "content": "Deletes an existing Apple Pass template by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_DELETE_START\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_DELETE_SUCCESS\n* CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "digital-pass",
                    "apple",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Apple Pass template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "40ad2ed6-2bf3-40d4-9f22-b88f513abb61",
                  "name": "Apple Pass template deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "cc050755-4f39-41b8-b326-fd0577fc2f25",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3ad5b6d9-fa82-4605-80ec-106041588aa9",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Google Pass",
          "description": "Specifies paths and operations for managing CWT credentials Google Pass templates.",
          "item": [
            {
              "id": "708bae3a-f729-47d4-b467-87ddac2215ef",
              "name": "Create a Google Pass template",
              "request": {
                "name": "Create a Google Pass template",
                "description": {
                  "content": "Creates a Google Pass template based on the provided `.zip` file. Refer to our [Design a Google Pass template](https://learn.mattr.global/docs/issuance/cwt-credential-templates/google-templates) guide for more information on how to design the template and how to structure the `.zip` file.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_CREATE_START\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "digital-pass",
                    "google",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Insert a name to identify this Google Pass template.",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Includes your template files.",
                        "type": "text/plain"
                      },
                      "key": "template",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) Google Wallet Pass signer issuer ID.",
                        "type": "text/plain"
                      },
                      "key": "issuerId",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                        "type": "text/plain"
                      },
                      "key": "serviceAccountClientEmail",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                        "type": "text/plain"
                      },
                      "key": "serviceAccountPrivateKey",
                      "value": "<string>",
                      "type": "text"
                    }
                  ]
                },
                "auth": null
              },
              "response": [
                {
                  "id": "df1577f8-6978-4a54-af1a-5335283a50ed",
                  "name": "Google Pass template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "85c040a7-a659-4a80-8560-ba1c7600f956",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "503083f6-c129-495d-9ba2-f1aff92077c9",
              "name": "Retrieve all Google Pass templates",
              "request": {
                "name": "Retrieve all Google Pass templates",
                "description": {
                  "content": "Retrieves a list of all Google Pass templates available on your tenant.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_RETRIEVE_LIST_START\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "digital-pass",
                    "google",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "b80aec13-5efb-4dba-a2be-cb0a1fcdca0b",
                  "name": "Google Pass templates retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"apple\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"issuerId\": \"<string>\",\n\t\t\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\t\t\"payPassId\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"google\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"issuerId\": \"<string>\",\n\t\t\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\t\t\"payPassId\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1bbca147-8ba0-4c29-a92a-007d2584575a",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ebefd39a-d7a0-40db-b1e2-524155ad13ea",
              "name": "Update a Google Pass template",
              "request": {
                "name": "Update a Google Pass template",
                "description": {
                  "content": "Updates a existing Google Pass template by providing its ID and a `.zip` file. Refer to our [Design a Google Pass template](https://learn.mattr.global/docs/issuance/cwt-credential-templates/google-templates) guide for more information on how to design the template and how to structure the `.zip` file.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_UPDATE_START\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_UPDATE_SUCCESS\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "digital-pass",
                    "google",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Google Pass template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Insert a name to identify this Google Pass template.",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Includes your template files.",
                        "type": "text/plain"
                      },
                      "key": "template",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) Google Wallet Pass signer issuer ID.",
                        "type": "text/plain"
                      },
                      "key": "issuerId",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                        "type": "text/plain"
                      },
                      "key": "serviceAccountClientEmail",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                        "type": "text/plain"
                      },
                      "key": "serviceAccountPrivateKey",
                      "value": "<string>",
                      "type": "text"
                    }
                  ]
                },
                "auth": null
              },
              "response": [
                {
                  "id": "6a4ec8f4-2054-4f55-aba4-4af7d68fcdaf",
                  "name": "Google Pass template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "90151e95-0d3f-4d84-beeb-1c37b37745f5",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "87a0eef3-d4a2-47db-aca9-262c44b69d0c",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4b092465-5411-4add-8ccd-498498894f84",
              "name": "Retrieve a Google Pass template",
              "request": {
                "name": "Retrieve a Google Pass template",
                "description": {
                  "content": "Retrieves an existing Google Pass template by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_RETRIEVE_START\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_RETRIEVE_SUCCESS\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "digital-pass",
                    "google",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Google Pass template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "83e77a3f-3914-4e40-a959-7eea86f4c1c2",
                  "name": "Google Pass templated retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "df3be2bf-a83e-4693-afec-75ec737ed3a4",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "93c4d673-e8f0-48b6-b48e-6cc7891bae04",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "8c15d26a-d9d4-4930-84f1-94b33a61e31d",
              "name": "Delete a Google Pass template",
              "request": {
                "name": "Delete a Google Pass template",
                "description": {
                  "content": "Deletes an existing Google Pass template by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_DELETE_START\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_DELETE_SUCCESS\n* CREDENTIAL_COMPACT_GOOGLE_PASS_TEMPLATE_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "digital-pass",
                    "google",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Google Pass template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "d54914f4-f5d6-4819-b27d-796f732e31be",
                  "name": "Google Pass template deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "92eb41bc-a044-44a8-ae4a-4181509746ac",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9a441a8e-01d0-4402-b9c2-129ce651094d",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Semantic CWT credential templates",
      "description": "",
      "item": [
        {
          "name": "PDF",
          "description": "Specifies paths and operations for managing Semantic CWT credentials PDF templates.",
          "item": [
            {
              "id": "a3dc1263-00d7-4d74-992f-9a17365b1e81",
              "name": "Create a PDF template",
              "request": {
                "name": "Create a PDF template",
                "description": {
                  "content": "Creates a Semantic CWT credential PDF template based on a provided `.zip` file. Refer to our [PDF template design guide](https://learn.mattr.global/docs/issuance/cwt-credential-templates/pdf-templates) for more information on how to design a template and structure the `.zip` file.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_CREATE_START\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "pdf",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/zip"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "<binary>"
                },
                "auth": null
              },
              "response": [
                {
                  "id": "f18dcd86-d19a-44f2-a85c-f14cec558cd6",
                  "name": "PDF template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/zip"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "<binary>"
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"fileName\": \"<string>\",\n\t\"fonts\": [\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\"\n\t\t}\n\t],\n\t\"metadata\": {\n\t\t\"title\": \"<string>\"\n\t},\n\t\"fields\": [\n\t\t{\n\t\t\t\"key\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\"fontName\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"key\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\"fontName\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9d09e505-7863-43be-be5a-ebd8d77319e7",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/zip"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "<binary>"
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "62a967b6-32eb-4e0d-9e90-457ad0d8bab8",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/zip"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "<binary>"
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b2d22eaf-bac5-4c25-8efb-10795272ad49",
              "name": "Retrieve all PDF templates",
              "request": {
                "name": "Retrieve all PDF templates",
                "description": {
                  "content": "Retrieves a list of all Semantic CWT credential PDF templates available on the tenant.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_RETRIEVE_LIST_START\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "pdf",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "4ac989b3-93b2-4965-8dde-cc21e2d8e018",
                  "name": "PDF templates retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\",\n\t\t\t\"fonts\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"fileName\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"fileName\": \"<string>\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"metadata\": {\n\t\t\t\t\"title\": \"<string>\"\n\t\t\t},\n\t\t\t\"fields\": [\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"<string>\",\n\t\t\t\t\t\"value\": \"<string>\",\n\t\t\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\t\t\"fontName\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"<string>\",\n\t\t\t\t\t\"value\": \"<string>\",\n\t\t\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\t\t\"fontName\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\",\n\t\t\t\"fonts\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"fileName\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"fileName\": \"<string>\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"metadata\": {\n\t\t\t\t\"title\": \"<string>\"\n\t\t\t},\n\t\t\t\"fields\": [\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"<string>\",\n\t\t\t\t\t\"value\": \"<string>\",\n\t\t\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\t\t\"fontName\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"<string>\",\n\t\t\t\t\t\"value\": \"<string>\",\n\t\t\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\t\t\"fontName\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c66dd620-e349-4bc8-869b-3c47985ec710",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c86effed-5a7c-4db4-9979-66e4d6ca0a89",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c0852def-b745-445d-8837-748905733004",
              "name": "Update a PDF template",
              "request": {
                "name": "Update a PDF template",
                "description": {
                  "content": "Update an existing CWT credential PDF template based on a provided `.zip` file. Refer to our [PDF template design guide](https://learn.mattr.global/docs/issuance/cwt-credential-templates/pdf-templates) for more information on how to design a template and structure the `.zip` file.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_UPDATE_START\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_UPDATE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "pdf",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) PDF Template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/zip"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "<binary>"
                },
                "auth": null
              },
              "response": [
                {
                  "id": "abcaca55-771e-4712-82ba-83dc5ac3af06",
                  "name": "PDF template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/zip"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "<binary>"
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"fileName\": \"<string>\",\n\t\"fonts\": [\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\"\n\t\t}\n\t],\n\t\"metadata\": {\n\t\t\"title\": \"<string>\"\n\t},\n\t\"fields\": [\n\t\t{\n\t\t\t\"key\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\"fontName\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"key\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\"fontName\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "29c6065b-e6ed-497a-abf6-dfbb6b4a4958",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/zip"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "<binary>"
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9e1eb665-f9fd-45e8-b69a-840dad5e56c2",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/zip"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "<binary>"
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "891db0ec-85d9-485e-9162-fe3c5e5c35c0",
              "name": "Retrieve a PDF template",
              "request": {
                "name": "Retrieve a PDF template",
                "description": {
                  "content": "Retrieves an existing Semantic CWT credential PDF template using its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_RETRIEVE_START\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_RETRIEVE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "pdf",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) PDF Template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "2ec63122-ac2c-4c8d-b25b-e926dbadc7b2",
                  "name": "PDF template retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"fileName\": \"<string>\",\n\t\"fonts\": [\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"fileName\": \"<string>\"\n\t\t}\n\t],\n\t\"metadata\": {\n\t\t\"title\": \"<string>\"\n\t},\n\t\"fields\": [\n\t\t{\n\t\t\t\"key\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\"fontName\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"key\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"alternativeText\": \"<string>\",\n\t\t\t\"isRequired\": \"<boolean>\",\n\t\t\t\"fontName\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fee4a093-e001-43d0-8c5d-98d384202bc1",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2a262a82-8628-4609-8875-18e736976fcc",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b6e968a5-1c63-4f76-990a-f589303b8131",
              "name": "Delete a PDF template",
              "request": {
                "name": "Delete a PDF template",
                "description": {
                  "content": "Delete an existing PDF template by providing its ID\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_DELETE_START\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_DELETE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_PDF_TEMPLATE_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "pdf",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) PDF Template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "c2f56304-fcd9-463f-aa2c-5d0212acdecb",
                  "name": "PDF template deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "01fc5dcc-4538-4a82-876c-6ff10c66dc32",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "27c926dc-c97b-4d3d-9343-075f9f48a76c",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "pdf",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Apple Pass",
          "description": "Specifies paths and operations for managing Semantic CWT credentials Apple Pass templates.",
          "item": [
            {
              "id": "bd757cce-7ff1-4cdc-b03b-8fa5bf23b70f",
              "name": "Create an Apple Pass template",
              "request": {
                "name": "Create an Apple Pass template",
                "description": {
                  "content": "Creates an Apple Pass template based on the provided `.zip` file. Refer to our [Design an Apple Pass template](https://learn.mattr.global/docs/issuance/cwt-credential-templates/apple-templates) guide for more information on how to design the template and how to structure the `.zip` file.\n\n<Callout>\nThe Apple Pass template uses the official Apple Pass bundle structure.\n</Callout>\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_CREATE_START\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "digital-pass",
                    "apple",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Insert a name to identify this Apple digital pass template.",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Includes your template files.",
                        "type": "text/plain"
                      },
                      "key": "template",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                        "type": "text/plain"
                      },
                      "key": "fileName",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                        "type": "text/plain"
                      },
                      "key": "teamIdentifier",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                        "type": "text/plain"
                      },
                      "key": "passTypeIdentifier",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                        "type": "text/plain"
                      },
                      "key": "wwdr",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                        "type": "text/plain"
                      },
                      "key": "signerCert",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                        "type": "text/plain"
                      },
                      "key": "signerKey",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Passphrase for the encrypted key.",
                        "type": "text/plain"
                      },
                      "key": "signerKeyPassphrase",
                      "value": "<string>",
                      "type": "text"
                    }
                  ]
                },
                "auth": null
              },
              "response": [
                {
                  "id": "e8b1367b-80ce-40de-9bf1-e49f22299945",
                  "name": "Apple Pass template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1b0656a2-858f-4c14-8973-8a6cf998d226",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4e2d4edf-388c-443f-814a-8c3b3e9f96c4",
              "name": "Retrieve all Apple Pass templates",
              "request": {
                "name": "Retrieve all Apple Pass templates",
                "description": {
                  "content": "Retrieves a list of all Apple Pass template available on the tenant.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_RETRIEVE_LIST_START\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "digital-pass",
                    "apple",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "0d90282f-7905-49db-84dd-675af409a498",
                  "name": "Apple Pass templates retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"apple\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"fileName\": \"<string>\",\n\t\t\t\t\"teamIdentifier\": \"<string>\",\n\t\t\t\t\"passTypeIdentifier\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"apple\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"fileName\": \"<string>\",\n\t\t\t\t\"teamIdentifier\": \"<string>\",\n\t\t\t\t\"passTypeIdentifier\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c3795292-7bb9-4b06-9251-bd5033e21c7b",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "da1d343e-3664-4386-bb02-caf03c95608c",
              "name": "Update an Apple Pass template",
              "request": {
                "name": "Update an Apple Pass template",
                "description": {
                  "content": "Updates an existing Apple Pass template by providing its ID and a `.zip` file. Refer to our [Design an Apple Pass template](https://learn.mattr.global/docs/issuance/cwt-credential-templates/apple-templates) guide for more information on how to design the template and how to structure the `.zip` file.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_UPDATE_START\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_UPDATE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "digital-pass",
                    "apple",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Apple Pass template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Insert a name to identify this Apple digital pass template.",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Includes your template files.",
                        "type": "text/plain"
                      },
                      "key": "template",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                        "type": "text/plain"
                      },
                      "key": "fileName",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                        "type": "text/plain"
                      },
                      "key": "teamIdentifier",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                        "type": "text/plain"
                      },
                      "key": "passTypeIdentifier",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                        "type": "text/plain"
                      },
                      "key": "wwdr",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                        "type": "text/plain"
                      },
                      "key": "signerCert",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                        "type": "text/plain"
                      },
                      "key": "signerKey",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Passphrase for the encrypted key.",
                        "type": "text/plain"
                      },
                      "key": "signerKeyPassphrase",
                      "value": "<string>",
                      "type": "text"
                    }
                  ]
                },
                "auth": null
              },
              "response": [
                {
                  "id": "3eb664a1-24ed-4a54-b4d2-24c53efe5690",
                  "name": "Apple Pass template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0ba651f2-7178-48ea-b577-bbfa459698b5",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c9772835-8672-4fc0-b2f6-3a4367169e37",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f8c7d844-523b-45dd-8ce8-b4cb7ab01b3b",
              "name": "Retrieve an Apple Pass template",
              "request": {
                "name": "Retrieve an Apple Pass template",
                "description": {
                  "content": "Retrieves an existing Apple Pass template by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_RETRIEVE_START\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_RETRIEVE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "digital-pass",
                    "apple",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Apple Pass template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "885018cc-da1f-4370-8ed7-ea3c6e2dfae4",
                  "name": "Apple Pass template retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5d2885fe-4bed-4fe6-9d1e-7492951235d9",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e4979dd3-ad7e-4243-9fd8-2efd10c48531",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "db4ee330-5043-41a3-878e-93427d01e634",
              "name": "Delete an Apple Pass template",
              "request": {
                "name": "Delete an Apple Pass template",
                "description": {
                  "content": "Deletes an existing Apple Pass template by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_DELETE_START\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_DELETE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_TEMPLATE_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "digital-pass",
                    "apple",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Apple Pass template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "e06868c1-6f7d-4765-95b5-a3ba5747090c",
                  "name": "Apple Pass template deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "344f1860-57fe-4fe6-a015-a9ade0a70664",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1a6a37dd-f653-42b6-aef9-b30b3c284974",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Google Pass",
          "description": "Specifies paths and operations for managing Semantic CWT credentials Google Pass templates.",
          "item": [
            {
              "id": "61fc39ee-aaed-4e25-ad9a-07e91684f0b4",
              "name": "Create a Google Pass template",
              "request": {
                "name": "Create a Google Pass template",
                "description": {
                  "content": "Creates a Google Pass template based on the provided `.zip` file. Refer to our [Design a Google Pass template](https://learn.mattr.global/docs/issuance/cwt-credential-templates/google-templates) guide for more information on how to design the template and how to structure the `.zip` file.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_CREATE_START\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "digital-pass",
                    "google",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Insert a name to identify this Google Pass template.",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Includes your template files.",
                        "type": "text/plain"
                      },
                      "key": "template",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) Google Wallet Pass signer issuer ID.",
                        "type": "text/plain"
                      },
                      "key": "issuerId",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                        "type": "text/plain"
                      },
                      "key": "serviceAccountClientEmail",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                        "type": "text/plain"
                      },
                      "key": "serviceAccountPrivateKey",
                      "value": "<string>",
                      "type": "text"
                    }
                  ]
                },
                "auth": null
              },
              "response": [
                {
                  "id": "0e306eac-2c40-4bd8-8f10-d0c2eaa34b0f",
                  "name": "Google Pass template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4d166b88-5b39-4305-8cd1-1d5a8f873ae7",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "68286176-0a35-4acd-a22e-f33683dc09f6",
              "name": "Retrieve all Google Pass templates",
              "request": {
                "name": "Retrieve all Google Pass templates",
                "description": {
                  "content": "Retrieves a list of all Google Pass templates available on your tenant.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_RETRIEVE_LIST_START\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_RETRIEVE_LIST_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_RETRIEVE_LIST_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "digital-pass",
                    "google",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "a55013c9-5f15-45a8-b16b-0e2adbe87479",
                  "name": "Google Pass templates retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"apple\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"issuerId\": \"<string>\",\n\t\t\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\t\t\"payPassId\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"google\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"issuerId\": \"<string>\",\n\t\t\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\t\t\"payPassId\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "21e88a84-c7cf-489a-b82a-b478a4f675e8",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "77f47f2d-bb9c-4e6f-931a-f033760fb651",
              "name": "Update a Google Pass template",
              "request": {
                "name": "Update a Google Pass template",
                "description": {
                  "content": "Updates a existing Google Pass template by providing its ID and a `.zip` file. Refer to our [Design a Google Pass template](https://learn.mattr.global/docs/issuance/cwt-credential-templates/google-templates) guide for more information on how to design the template and how to structure the `.zip` file.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_UPDATE_START\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_UPDATE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "digital-pass",
                    "google",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Google Pass template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Insert a name to identify this Google Pass template.",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Includes your template files.",
                        "type": "text/plain"
                      },
                      "key": "template",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) Google Wallet Pass signer issuer ID.",
                        "type": "text/plain"
                      },
                      "key": "issuerId",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                        "type": "text/plain"
                      },
                      "key": "serviceAccountClientEmail",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                        "type": "text/plain"
                      },
                      "key": "serviceAccountPrivateKey",
                      "value": "<string>",
                      "type": "text"
                    }
                  ]
                },
                "auth": null
              },
              "response": [
                {
                  "id": "1aad44f1-300d-41c6-9bbb-cda7ddbcde88",
                  "name": "Google Pass template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1b3e6474-3dbd-499e-88c9-5c91728fe7fb",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e2df7126-f9d9-4bc3-a3f6-2a7011b975ec",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3f57e7a3-0202-4e74-a988-17f057046de0",
              "name": "Retrieve a Google Pass template",
              "request": {
                "name": "Retrieve a Google Pass template",
                "description": {
                  "content": "Retrieves an existing Google Pass template by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_RETRIEVE_START\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_RETRIEVE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "digital-pass",
                    "google",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Google Pass template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "1ef35105-e455-4340-9ee6-23d8f5c65cc1",
                  "name": "Google Pass templated retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b4866504-b6a4-4f33-95d0-2f4d1ab90093",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "68be7f50-842d-4c18-b810-ac7dc7ab05df",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2bb73e5d-8c9d-4ec3-8f2b-86905762c9ff",
              "name": "Delete a Google Pass template",
              "request": {
                "name": "Delete a Google Pass template",
                "description": {
                  "content": "Delete a Google Pay Pass template by ID\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_DELETE_START\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_DELETE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_DELETE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "digital-pass",
                    "google",
                    "templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Google Pass template ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "79a04680-49cc-4084-b8cd-03517069d06a",
                  "name": "Google Pass template deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "eb59c0a3-74a6-43cc-96b5-307daa0a5852",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ff07794d-b245-4e3e-9dcf-7ede0360d1a5",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "OIDC Bridge verification",
      "description": "",
      "item": [
        {
          "name": "OIDC Verifier auth",
          "description": "Specifies paths and operations for retrieving information required for OIDC bridge verification workflows.",
          "item": [
            {
              "id": "21621d5c-5a53-4a53-888c-d36344adc913",
              "name": "Well Known OpenId Configuration",
              "request": {
                "name": "Well Known OpenId Configuration",
                "description": {
                  "content": "The standard OpenID Connect Well Known configuration metadata endpoint.\n\nThis endpoint is unprotected, public facing and can be used by any party wishing to discover the OpenID Connect capabilities.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "ext",
                    "oidc",
                    "v1",
                    "verifiers",
                    ":id",
                    ".well-known",
                    "openid-configuration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Verifier ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "905bbad2-eb08-49bf-b65f-76f60d488452",
                  "name": "Returns OpenID configuration",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        ".well-known",
                        "openid-configuration"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"authorization_endpoint\": \"<uri>\",\n\t\"claims_parameter_supported\": \"<boolean>\",\n\t\"claims_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"code_challenge_methods_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"end_session_endpoint\": \"<uri>\",\n\t\"grant_types_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"id_token_signing_alg_values_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"issuer\": \"<uri>\",\n\t\"jwks_uri\": \"<uri>\",\n\t\"registration_endpoint\": \"<uri>\",\n\t\"request_object_signing_alg_values_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"request_parameter_supported\": \"<boolean>\",\n\t\"request_uri_parameter_supported\": \"<boolean>\",\n\t\"require_request_uri_registration\": \"<boolean>\",\n\t\"response_modes_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"response_types_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"scopes_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"subject_types_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"token_endpoint_auth_methods_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"token_endpoint_auth_signing_alg_values_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"token_endpoint\": \"<uri>\",\n\t\"userinfo_endpoint\": \"<uri>\",\n\t\"userinfo_signing_alg_values_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"claim_types_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ae54e157-d366-477a-93b7-f71c56ce59cf",
              "name": "Retrieve Token",
              "request": {
                "name": "Retrieve Token",
                "description": {
                  "content": "OIDC Token endpoint\n\nThe OpenId Connect `/token` endpoint is used to obtain the `access_token` and `id_token` by presenting a valid authorization `code`\n\n### **Analytic events**\n* OIDC_VERIFIER_AUTH_START\n* OIDC_VERIFIER_AUTH_SUCCESS\n* OIDC_VERIFIER_AUTH_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "ext",
                    "oidc",
                    "v1",
                    "verifiers",
                    ":id",
                    "token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Verifier ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/x-www-form-urlencoded"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "urlencoded",
                  "urlencoded": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "example",
                      "value": "G1s1EPMml4L0zFd63R1YP"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "client_secret",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "grant_type",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "code",
                      "value": "<string>"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "redirect_uri",
                      "value": "<uri>"
                    }
                  ]
                },
                "auth": null
              },
              "response": [
                {
                  "id": "5e8a185e-4d06-433e-834a-658d27f6d74d",
                  "name": "OK",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "token"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/x-www-form-urlencoded"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "urlencoded",
                      "urlencoded": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "example",
                          "value": "G1s1EPMml4L0zFd63R1YP"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "client_secret",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "grant_type",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "code",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "redirect_uri",
                          "value": "<uri>"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"access_token\": \"<string>\",\n\t\"token_type\": \"bearer\",\n\t\"refresh_token\": \"<string>\",\n\t\"expires_in\": \"<integer>\",\n\t\"id_token\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9c41a44c-fb3b-439d-9323-d3d8c01d1859",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "token"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/x-www-form-urlencoded"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "urlencoded",
                      "urlencoded": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "example",
                          "value": "G1s1EPMml4L0zFd63R1YP"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "client_secret",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "grant_type",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "code",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "redirect_uri",
                          "value": "<uri>"
                        }
                      ]
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "OIDC Verifiers",
          "description": "Specifies paths and operations for managing OIDC Verifiers.",
          "item": [
            {
              "id": "4acd8f0d-7e9e-4e22-ad03-cfafe49f1b1b",
              "name": "Create an OIDC Verifier",
              "request": {
                "name": "Create an OIDC Verifier",
                "description": {
                  "content": "Creates a new OIDC Credential Verifier on the tenant.\n\nOnce created, this OIDC Verifier is publicly available on its `/.well-known/openid-configuration` path. The Authorization header is not required as it is intended for OIDC Client applications to resolve.\n\n### **Analytic events**\n* OIDC_VERIFIER_CREATE_START\n* OIDC_VERIFIER_CREATE_SUCCESS\n* OIDC_VERIFIER_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "ext",
                    "oidc",
                    "v1",
                    "verifiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"verifierDid\": \"<string>\",\n\t\"presentationTemplateId\": \"<uuid>\",\n\t\"claimMappings\": [\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t}\n\t],\n\t\"includePresentation\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "3e8f1962-8f12-4cf5-94af-4f8084bf9acd",
                  "name": "OIDC Verifier created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"verifierDid\": \"<string>\",\n\t\"presentationTemplateId\": \"<uuid>\",\n\t\"claimMappings\": [\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t}\n\t],\n\t\"includePresentation\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"verifierDid\": \"<string>\",\n\t\"presentationTemplateId\": \"<uuid>\",\n\t\"claimMappings\": [\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t}\n\t],\n\t\"id\": \"<uuid>\",\n\t\"includePresentation\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "827d108e-4b21-4d04-b849-8605c469ad67",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"verifierDid\": \"<string>\",\n\t\"presentationTemplateId\": \"<uuid>\",\n\t\"claimMappings\": [\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t}\n\t],\n\t\"includePresentation\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "64ebcf64-d291-4ffd-8dca-c3f6a82bcc1f",
              "name": "Retrieve all OIDC Verifiers",
              "request": {
                "name": "Retrieve all OIDC Verifiers",
                "description": {
                  "content": "Returns a list of all OIDC Verifiers on the tenant.\n\n### **Analytic events**\n* OIDC_VERIFIER_RETRIEVE_LIST_START\n* OIDC_VERIFIER_RETRIEVE_LIST_SUCCESS\n* OIDC_VERIFIER_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "ext",
                    "oidc",
                    "v1",
                    "verifiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "47240bdc-14de-42ac-8a5a-fa120f6c9804",
                  "name": "OIDC Verifiers retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": {\n\t\t\"verifierDid\": \"<string>\",\n\t\t\"presentationTemplateId\": \"<uuid>\",\n\t\t\"claimMappings\": [\n\t\t\t{\n\t\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\t\"oidcClaim\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\t\"oidcClaim\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"id\": \"<uuid>\",\n\t\t\"includePresentation\": \"<boolean>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7007a377-0415-4af8-976c-23b968b994ed",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1af5d2d9-74ce-4f41-9b8e-014a90feeb25",
              "name": "Retrieve an OIDC Verifier",
              "request": {
                "name": "Retrieve an OIDC Verifier",
                "description": {
                  "content": "Retrieves an existing OIDC Verifier by providing its ID.\n\n### **Analytic events**\n* OIDC_VERIFIER_RETRIEVE_START\n* OIDC_VERIFIER_RETRIEVE_SUCCESS\n* OIDC_VERIFIER_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "ext",
                    "oidc",
                    "v1",
                    "verifiers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Verifier ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "110472b9-e222-444a-9e32-20cedb0a2380",
                  "name": "OIDC Verifier retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"verifierDid\": \"<string>\",\n\t\"presentationTemplateId\": \"<uuid>\",\n\t\"claimMappings\": [\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t}\n\t],\n\t\"id\": \"<uuid>\",\n\t\"includePresentation\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f9bc93b1-f7cb-4597-893f-6c840587838b",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a03c7805-b35f-49c3-848a-88a6219135a3",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "5dc2a199-a2f4-4e51-860e-4a7d0a32f412",
              "name": "Update an OIDC Verifier",
              "request": {
                "name": "Update an OIDC Verifier",
                "description": {
                  "content": "Updates an existing OIDC Verifier by providing its ID.\n\n### **Analytic events**\n* OIDC_VERIFIER_UPDATE_START\n* OIDC_VERIFIER_UPDATE_SUCCESS\n* OIDC_VERIFIER_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "ext",
                    "oidc",
                    "v1",
                    "verifiers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Verifier ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"verifierDid\": \"<string>\",\n\t\"presentationTemplateId\": \"<uuid>\",\n\t\"claimMappings\": [\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t}\n\t],\n\t\"includePresentation\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "fda65fd2-20c6-4ca5-a385-8b3baca2ed7f",
                  "name": "OIDC Verifier updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"verifierDid\": \"<string>\",\n\t\"presentationTemplateId\": \"<uuid>\",\n\t\"claimMappings\": [\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t}\n\t],\n\t\"includePresentation\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"verifierDid\": \"<string>\",\n\t\"presentationTemplateId\": \"<uuid>\",\n\t\"claimMappings\": [\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t}\n\t],\n\t\"id\": \"<uuid>\",\n\t\"includePresentation\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0d3d960d-9734-48f6-a357-b5d89d6dfb22",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"verifierDid\": \"<string>\",\n\t\"presentationTemplateId\": \"<uuid>\",\n\t\"claimMappings\": [\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t}\n\t],\n\t\"includePresentation\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "495046b0-3fd8-4c13-99fa-771ad46bd314",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"verifierDid\": \"<string>\",\n\t\"presentationTemplateId\": \"<uuid>\",\n\t\"claimMappings\": [\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"jsonLdFqn\": \"<string>\",\n\t\t\t\"oidcClaim\": \"<string>\"\n\t\t}\n\t],\n\t\"includePresentation\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b25babbc-bedc-487c-b235-a29164181cd1",
              "name": "Delete an OIDC Verifier",
              "request": {
                "name": "Delete an OIDC Verifier",
                "description": {
                  "content": "Deletes an existing OIDC Verifier by providing its ID.\n\n### **Analytic events**\n* OIDC_VERIFIER_DELETE_START\n* OIDC_VERIFIER_DELETE_SUCCESS\n* OIDC_VERIFIER_DELETE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "ext",
                    "oidc",
                    "v1",
                    "verifiers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Verifier ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "cb56c782-ea85-4a8c-ae1e-a7a8ebcda3ba",
                  "name": "OIDC Verifier deleted",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "07bff215-1f95-4b33-9245-5c37114547ad",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4c0078ea-5613-47c5-823a-8d9285a44e65",
                  "name": "OIDC Verifier not found",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "OIDC Verifier client",
          "description": "Specifies paths and operations for managing OIDC Verifier Clients.",
          "item": [
            {
              "id": "6c2c1057-7677-45c3-8c62-aafc14968759",
              "name": "Configure an OIDC Client",
              "request": {
                "name": "Configure an OIDC Client",
                "description": {
                  "content": "Configures an OIDC Verifier Client on your tenant.\n\nIn order to verify a credential using an OpenID Connect Authorization Code Flow, you need to set up an OIDC Client application. This is the client that will engage with your configured OIDC Verifier to initiate the verification workflow.\nThere is a list of OIDC Client apps, also known as Relying Party Libraries, on the [OpenID website](https://openid.net/developers/certified/). Pick one which you feel comfortable with.\n\n<Callout>\nWhen dealing with personal identity information it is strongly recommended to follow the Authorization Code Flow which ensures sensitive data is transmitted via the `/token` endpoint back-channel.\n</Callout>\n\n### **Analytic events**\n* OIDC_VERIFIER_CLIENT_CREATE_START\n* OIDC_VERIFIER_CLIENT_CREATE_SUCCESS\n* OIDC_VERIFIER_CLIENT_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "ext",
                    "oidc",
                    "v1",
                    "verifiers",
                    ":id",
                    "clients"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Verifier ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"redirectUris\": [\n\t\t\"<uri>\",\n\t\t\"<uri>\"\n\t],\n\t\"idTokenSignedResponseAlg\": \"<string>\",\n\t\"responseTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"grantTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"<string>\",\n\t\"applicationType\": \"<string>\",\n\t\"logoUri\": \"<uri>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "592aa357-c37f-40d2-9b38-0d3c4d829d6e",
                  "name": "OIDC Client configured",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "clients"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"redirectUris\": [\n\t\t\"<uri>\",\n\t\t\"<uri>\"\n\t],\n\t\"idTokenSignedResponseAlg\": \"<string>\",\n\t\"responseTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"grantTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"<string>\",\n\t\"applicationType\": \"<string>\",\n\t\"logoUri\": \"<uri>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"name\": \"<string>\",\n\t\"redirectUris\": [\n\t\t\"<uri>\",\n\t\t\"<uri>\"\n\t],\n\t\"idTokenSignedResponseAlg\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"secret\": \"<string>\",\n\t\"responseTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"grantTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"<string>\",\n\t\"applicationType\": \"<string>\",\n\t\"logoUri\": \"<uri>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2d9959c2-602b-4d55-b0f0-c430efe471f1",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "clients"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"redirectUris\": [\n\t\t\"<uri>\",\n\t\t\"<uri>\"\n\t],\n\t\"idTokenSignedResponseAlg\": \"<string>\",\n\t\"responseTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"grantTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"<string>\",\n\t\"applicationType\": \"<string>\",\n\t\"logoUri\": \"<uri>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "eb65cbb1-71e8-40eb-940e-f4054973a532",
              "name": "Retrieve all OIDC Clients",
              "request": {
                "name": "Retrieve all OIDC Clients",
                "description": {
                  "content": "Returns a list of all OIDC Verifier Clients on the Tenant.\n\n### **Analytic events**\n* OIDC_VERIFIER_CLIENT_RETRIEVE_LIST_START\n* OIDC_VERIFIER_CLIENT_RETRIEVE_LIST_SUCCESS\n* OIDC_VERIFIER_CLIENT_RETRIEVE_LIST_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "ext",
                    "oidc",
                    "v1",
                    "verifiers",
                    ":id",
                    "clients"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": true,
                      "description": {
                        "content": "Range size of returned list.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "Starting point for the list of entries.",
                        "type": "text/plain"
                      },
                      "key": "cursor",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Verifier ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "498e9a0c-71d4-4251-a232-7d03e2b149ad",
                  "name": "OIDC Clients retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "clients"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": {\n\t\t\"name\": \"<string>\",\n\t\t\"redirectUris\": [\n\t\t\t\"<uri>\",\n\t\t\t\"<uri>\"\n\t\t],\n\t\t\"idTokenSignedResponseAlg\": \"<string>\",\n\t\t\"id\": \"<uuid>\",\n\t\t\"secret\": \"<string>\",\n\t\t\"responseTypes\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"grantTypes\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"tokenEndpointAuthMethod\": \"<string>\",\n\t\t\"applicationType\": \"<string>\",\n\t\t\"logoUri\": \"<uri>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7e4c108b-8d2b-4077-90a7-f2012b38323d",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "clients"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "03a2eaea-c519-4bd4-b377-7aeb1f5102ec",
              "name": "Retrieve an OIDC Client",
              "request": {
                "name": "Retrieve an OIDC Client",
                "description": {
                  "content": "Retrieves an existing OIDC Verifier Client by providing its ID.\n\n### **Analytic events**\n* OIDC_VERIFIER_CLIENT_RETRIEVE_START\n* OIDC_VERIFIER_CLIENT_RETRIEVE_SUCCESS\n* OIDC_VERIFIER_CLIENT_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "ext",
                    "oidc",
                    "v1",
                    "verifiers",
                    ":id",
                    "clients",
                    ":clientId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) OIDC Verifier ID",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "clientId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) OIDC Verifier Client ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "a2233015-619a-46f7-82c2-b6e65c0aacc9",
                  "name": "OIDC Verifier Client retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "clients",
                        ":clientId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"name\": \"<string>\",\n\t\"redirectUris\": [\n\t\t\"<uri>\",\n\t\t\"<uri>\"\n\t],\n\t\"idTokenSignedResponseAlg\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"secret\": \"<string>\",\n\t\"responseTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"grantTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"<string>\",\n\t\"applicationType\": \"<string>\",\n\t\"logoUri\": \"<uri>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7d5779d7-14aa-4bbe-9de0-be09a4efe958",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "clients",
                        ":clientId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "dc56521f-ce23-4d21-bac3-5477a4800cde",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "clients",
                        ":clientId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d7b0ecd6-682b-4ad3-b754-3f9bbdefbb6e",
              "name": "Update an OIDC Client",
              "request": {
                "name": "Update an OIDC Client",
                "description": {
                  "content": "Updates an existing OIDC Verifier Client by providing its ID.\n\n### **Analytic events**\n* OIDC_VERIFIER_CLIENT_UPDATE_START\n* OIDC_VERIFIER_CLIENT_UPDATE_SUCCESS\n* OIDC_VERIFIER_CLIENT_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "ext",
                    "oidc",
                    "v1",
                    "verifiers",
                    ":id",
                    "clients",
                    ":clientId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) OIDC Verifier ID",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "clientId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) OIDC Verifier Client ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"redirectUris\": [\n\t\t\"<uri>\",\n\t\t\"<uri>\"\n\t],\n\t\"idTokenSignedResponseAlg\": \"<string>\",\n\t\"responseTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"grantTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"<string>\",\n\t\"applicationType\": \"<string>\",\n\t\"logoUri\": \"<uri>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "d9177afc-e60b-4e4c-b279-06a14a0711f6",
                  "name": "OIDC Verifier Client updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "clients",
                        ":clientId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"redirectUris\": [\n\t\t\"<uri>\",\n\t\t\"<uri>\"\n\t],\n\t\"idTokenSignedResponseAlg\": \"<string>\",\n\t\"responseTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"grantTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"<string>\",\n\t\"applicationType\": \"<string>\",\n\t\"logoUri\": \"<uri>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"name\": \"<string>\",\n\t\"redirectUris\": [\n\t\t\"<uri>\",\n\t\t\"<uri>\"\n\t],\n\t\"idTokenSignedResponseAlg\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"secret\": \"<string>\",\n\t\"responseTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"grantTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"<string>\",\n\t\"applicationType\": \"<string>\",\n\t\"logoUri\": \"<uri>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9351c223-0ebf-4cb1-8140-05c43cadde25",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "clients",
                        ":clientId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"redirectUris\": [\n\t\t\"<uri>\",\n\t\t\"<uri>\"\n\t],\n\t\"idTokenSignedResponseAlg\": \"<string>\",\n\t\"responseTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"grantTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"<string>\",\n\t\"applicationType\": \"<string>\",\n\t\"logoUri\": \"<uri>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "628c23d9-47d1-4300-8652-7303aa366936",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "clients",
                        ":clientId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"redirectUris\": [\n\t\t\"<uri>\",\n\t\t\"<uri>\"\n\t],\n\t\"idTokenSignedResponseAlg\": \"<string>\",\n\t\"responseTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"grantTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"<string>\",\n\t\"applicationType\": \"<string>\",\n\t\"logoUri\": \"<uri>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c090e575-ad2f-4c7d-96fb-e307e444536e",
              "name": "Delete an OIDC Client",
              "request": {
                "name": "Delete an OIDC Client",
                "description": {
                  "content": "Deletes an existing OIDC Verifier Client by providing its ID.\n\n### **Analytic events**\n* OIDC_VERIFIER_CLIENT_DELETE_START\n* OIDC_VERIFIER_CLIENT_DELETE_SUCCESS\n* OIDC_VERIFIER_CLIENT_DELETE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "ext",
                    "oidc",
                    "v1",
                    "verifiers",
                    ":id",
                    "clients",
                    ":clientId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) OIDC Verifier ID",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "clientId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) OIDC Verifier Client ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "f9be5d51-56c3-421c-aab8-20771a9ae2ce",
                  "name": "OIDC Verifier Client deleted.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "clients",
                        ":clientId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "ac5ec34b-0e52-4211-8fcb-c6984506bbdb",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "clients",
                        ":clientId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d07688fc-520d-4869-acdd-d3a835bca32e",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "ext",
                        "oidc",
                        "v1",
                        "verifiers",
                        ":id",
                        "clients",
                        ":clientId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    }
  ],
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "type": "any",
        "value": "{{bearerToken}}",
        "key": "token"
      }
    ]
  },
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "type": "text/javascript",
        "exec": [
          "// Refresh the OAuth token if necessary",
          "var tokenDate = new Date(2010, 1, 1);",
          "var tokenTimestamp = pm.environment.get(\"oauthTimestamp\");",
          "if (tokenTimestamp) {",
          "    tokenDate = Date.parse(tokenTimestamp);",
          "}",
          "var expiresInTime = pm.environment.get(\"expiresInTime\");",
          "if (!expiresInTime) {",
          "    expiresInTime = 300000; // Set default expiration time to 5 minutes",
          "}",
          "    pm.sendRequest({",
          "        url: pm.environment.get(\"auth0Base\"),",
          "        method: 'POST',",
          "        header: {",
          "            'Accept': 'application/json',",
          "            'Content-Type': 'application/json',",
          "        },",
          "        body: JSON.stringify({",
          "            client_id: pm.environment.get(\"tenantClientId\"),",
          "            client_secret: pm.environment.get(\"tenantClientSecret\"),",
          "            audience: pm.environment.get(\"tenantAudience\"),",
          "            grant_type: \"client_credentials\"",
          "        })",
          "    }, function (err, res) {",
          "        pm.environment.set(\"bearerToken\", res.json().access_token);",
          "        pm.environment.set(\"oauthTimestamp\", new Date());",
          "        // Set the ExpiresInTime variable to the time given in the response if it exists",
          "        if (res.json().expires_in) {",
          "            expiresInTime = res.json().expires_in * 1000;",
          "        }",
          "        pm.environment.set(\"expiresInTime\", expiresInTime);",
          "    });"
        ]
      }
    }
  ],
  "variable": [
    {
      "key": "tenantName",
      "value": "example"
    },
    {
      "key": "region",
      "value": "au01"
    },
    {
      "key": "baseUrl",
      "value": "https://{{tenantName}}.vii.{{region}}.mattr.global"
    }
  ],
  "info": {
    "_postman_id": "29f89ab1-f204-4ae2-9739-4a84184a2467",
    "name": "MATTR VII Platform API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "# Introduction\nThe MATTR VII API defines a set of capabilities that can be used to manage and interact with a MATTR VII tenant. This includes managing a Verifiable Credential across its lifecycle (issue-hold-verify) as well as various tenant administration and management tasks such as setting up a custom domain, creating identifiers and configuring issuance and verification workflows.\n\n# Getting Started with our APIs\nAs a MATTR VII user, you are provided with the following details, required for accessing and engaging with your MATTR VII tenant:\n\n``` json\n{\n  \"audience\": \"YOUR_AUDIENCE_URL\",\n  \"auth_url\": \"YOUR_AUTH_URL\",\n  \"tenant_url\": \"YOUR_TENANT_URL\",\n  \"client_id\": \"YOUR_CLIENT_ID\",\n  \"client_secret\": \"YOUR_CLIENT_SECRET\"\n}\n```\n\n1. Use the `auth_url`, `audience`, `client_id` and `client_secret` to [obtain an access token](/docs/api-reference/platform/security/authToken).\n2. To make a request to your tenant, suffix the `tenant_url` with the endpoint route and include the obtained access token as a header bearer token. For example:\n\n```\nGET https://{tenant_url}/v1/dids\n```\n\n# Pagination\nMost list operations in the API enable cursor pagination using the `cursor` and `limit` query parameters:\n\n**Example on [Retrieve List of Credentials](#operation/retrieveListCreds)**\n```\nGET https://{tenant-url}/v2/credentials\n?limit=100\n&cursor=Y3JlYXRlZEF0PTIwMjAtMTAtMDhUMjMlM0ExMyUzQTE3Ljg5NtZGUxZWEyNzQ4MWI4\n```\n\n* `limit`: determines how many entries are returned in that request, with a maximum value of 1000.\n* `cursor`: sets the location in the retrieved list to get the next batch of entries from. This is based on the returned `nextCursor`, found at the beginning of each returned range and identifies the last object in the list.\n\nRequesting an entry after the last list value will return an empty `data` object:\n\n``` json\n{\n\"data\": []\n}\n```\n\nNot providing a query parameter defaults the response to return the first range of entries with a `limit` of 100.\n\n# Authorization\nAccess to the API is granted by our authorization provider. Use the `auth_url`, `audience`, `client_id` and `client_secret` provided with your tenant details to [make a request](/docs/api-reference/platform/security/authToken) to receive a bearer token from the auth provider. This token must then be used as an `authorization` header for all requests to protected endpoints (this is required for the majority of operations).\n\n> The returned bearer token will only enable access to endpoints as per your client's defined role. Refer to [Access Control](#access-control) for more information.\n\n<SecurityDefinitions />\n\n# Access control\n\nMATTR VII uses **Role-Based Access Control (RBAC)** to manage permissions and access within a tenant. Each role grants access to specific capabilities, ensuring that users or clients only have access to the functionalities they need. Below is a list of available roles and their descriptions:\n\n-   Tenant admin: Has full access to all tenant capabilities. This role is\n    assigned to the default client when a new tenant is created.\n-   Issuer: Has access to capabilities required for issuing and managing\n    credentials of different formats across different channels.\n-   Verifier: Has access to capabilities required for verifying credentials\n    of different formats across different channels.\n-   DTS provider: Has access to capabilities required for managing a\n    Digital trust service (DTS).\n-   DTS consumer: Has access to capabilities required to consume DTS\n    information from a tenant.\n-   Auditor: Has read-only access to analytics data.\n\nEach restricted endpoint includes a Roles property that indicates what roles are required to access it.\n\n\nContact Support:\n Email: dev-support@mattr.global",
      "type": "text/plain"
    }
  }
}
