{
  "item": [
    {
      "name": "General",
      "description": "",
      "item": [
        {
          "name": "Analytics",
          "description": "Specifies paths and operations for retrieving platform analytics data.",
          "item": [
            {
              "id": "ba0a8427-e940-49b7-a20e-60be58ab14fa",
              "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": "e25dce78-7be4-43ee-95a9-92155cab9ceb",
                  "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": "ac6bcfd5-d60a-4cc8-b9d5-757db587f0e6",
                  "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": "7d53c7b3-63db-4c13-a6f3-06b5529fc924",
                  "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": "cf714881-fc08-4d49-985a-342f1d8e5de3",
                  "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": "38458790-3496-41b1-b12b-7c39941ac8ac",
                  "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": "9a3a85ae-708c-44ba-81a5-4000c2982ee7",
              "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": "d0bdf7ca-01b6-45b1-9c1f-75ae26992d45",
                  "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": "aca9e783-2a1b-40af-93d5-9ba2f29190e8",
                  "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": "2d9067d3-1ff4-4630-aac9-9cb78cb8788f",
              "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": "a94593ad-33e3-4e9c-a2dc-b2364ae90589",
                  "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": "a6575a8c-9cb5-4453-87f8-27e095a10a6e",
                  "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": "5212a9eb-e199-4611-952f-2c5ed7564fa2",
              "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": "1be5339c-1dda-4c58-99ea-1132f9ab398f",
                  "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": "be0c871d-ea90-466e-9161-e25421f1d140",
                  "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": "5ad7d189-4718-41d2-84f1-bee388d0e565",
              "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": "98f7e7cd-ca8d-439c-90b9-eb11e856a7d6",
                  "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": "48a5ab4b-a8e0-4450-887c-5665883b4b3b",
                  "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": "a9a92cde-d870-4c76-859c-e980073c2a0f",
              "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": "a7f53955-b614-488e-ab1b-1ddee8189d52",
                  "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": "8937ef36-0404-4313-94c7-0219e85aea96",
                  "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": "1b7742ec-6635-4c5d-b1a0-d25606a146c0",
              "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": "12e51cf0-4f18-4f37-8acb-ecc24b347417",
                  "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": "4535eab6-d9bb-4e7d-ab77-10cb74587a1e",
                  "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": "7f92423a-0aaf-4048-9b8b-c03c4528b946",
              "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": "6049c832-f9d7-4d9c-bd70-592ea49b28f3",
                  "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": "0cee9083-9abf-41b9-abc5-14edb61aed29",
              "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": "838a8130-febc-47c8-80ad-ad7d03e15a7e",
                  "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": "88631ae3-d6f4-4834-adc7-af3996db5d79",
                  "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": "4567c330-10d6-4a2c-9707-e564347e452f",
                  "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": "9399e2bb-fb6c-4abc-a2df-e1a2872a06c9",
              "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": "999a9d17-0bb8-43b5-b8b0-1aa87966a88b",
                  "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": "92307970-147c-4f6b-b071-1a19ed25f987",
                  "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": "eec6144a-71fb-4ea6-9768-40dced56c9ff",
                  "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": "a505f924-cfc3-423c-9107-52cb57942880",
              "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": "5c7526bd-f824-450e-90f5-acd44c0a5efe",
                  "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": "dc4c3ec0-5553-4258-98e4-d9997c9135f7",
                  "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": "18950f04-07bb-4338-9b12-09058cd417a6",
                  "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": "6ffcbd80-1a7f-477d-8f68-a88c881088ef",
              "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": "9b188701-2ec7-467a-88d4-325b703c048e",
                  "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": "04ce67a7-1378-4049-99ad-f9fdc42f30eb",
                  "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": "4f0e6f85-2471-4b01-8cb5-be45f28862e6",
                  "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": "2e550351-98da-425a-96cc-44aca9b6e388",
              "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": "d3eba16f-de34-4cd4-9a7c-9101aa3c93eb",
                  "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": "9ce8fc4d-267e-4740-8e63-9800aa272da1",
                  "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": "219ab5ce-42f6-40c1-8077-9af3291917bf",
                  "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": "c4b5a032-22ae-4cc6-b9b5-1290df63a016",
              "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": "3abc455e-e733-406f-9d63-b668dd776fa9",
                  "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": "c60843df-3e1e-499e-af0d-3cec9df01e9f",
                  "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": "1e12179e-cb2b-4dbf-b8be-15789dd12cf8",
                  "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": "1dd95c6a-1284-41c5-936e-76ea265c61db",
              "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": "c912e683-98f7-4d0a-a797-a91ae4a4ddfa",
                  "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": "3f807fd8-1863-4446-b44e-6c853ba99f6f",
                  "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": "d4883126-15c8-4be7-a0a5-53c2106d2058",
                  "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": "38d8ec79-e1ce-4954-aef6-6fea4668f024",
              "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": "51f30af7-a42e-477e-a6b4-c5bbbd9ca169",
                  "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": "e216fd68-b73a-4396-83fb-9b3c2ec68ac7",
                  "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": "f98ea005-ce34-4439-9db4-94cc3918bb8d",
                  "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": "b5b933a7-c627-4720-a3e6-105d9a0422e7",
              "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": "f71d4291-47c1-4ca4-ae2f-8ffb216f40c4",
                  "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": "50bec638-514f-4233-8cd5-3756ffe79460",
                  "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": "da37bd67-9a20-423c-a3e4-cf2a93ea0f92",
                  "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": "5ffde04a-d506-4dea-9687-f4d00a59bd26",
              "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": "1ca86064-83cf-44b2-8501-be4ba81942d7",
                  "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": "6d78768f-8bf1-40d7-8f17-b62d5a86b1bc",
                  "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": "8abce936-ebc2-4e78-a022-b461ba931cdd",
              "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": "d5206b70-840e-46fe-b9a4-ff513c6bf3b1",
                  "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": "b3577f5d-d683-4225-b539-54af1119dd38",
                  "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": "e7ee695e-dc96-4f86-aba6-a2391be5b984",
              "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": "fc7e758d-7128-4eee-9a29-477e9da74c90",
                  "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": "514bab9b-72af-47f5-a76c-0dc2222307db",
                  "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": "2a158b55-1538-4ba4-a4ad-d239c517ad5a",
              "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": "72ecdc46-eafc-421f-b2fb-e1b50868bbc6",
                  "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": "3cb10924-7f21-47e8-8051-aa6d1d5dd265",
                  "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": "54cebe64-8928-41c4-ab08-f83bc42ac43e",
              "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": "09c5bba6-b6f8-464c-a989-ac4fee86d4f1",
                  "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": "c14fe553-6ba8-4412-a0d2-b901a6b7c6de",
                  "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": "fad3fa4b-17e2-4675-8826-37f5c71c5431",
              "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": "f4ba4472-22aa-41f1-8086-83292df88744",
                  "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": "78a1a67e-2be0-4a0a-a366-a53ef9079c8b",
                  "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": "e623958e-28bb-4be3-92c9-f3102155f99b",
                  "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": "62a17a18-2ae5-4084-85ee-7f9ab55c0067",
              "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\"OpenIdCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "cf95ee89-63bf-4024-ab6a-28d9511fba32",
                  "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\"OpenIdCredentialIssued\"\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": "7f1c2467-e1ee-4f2b-af1e-38d64555ba88",
                  "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\"OpenIdCredentialIssued\"\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": "71ab8fce-dbb5-4713-abc0-0338cff91e07",
              "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": "894abc01-5568-4ed8-908a-02e367c41b23",
                  "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": "6b6d84e3-3ffb-4150-aef0-806aaf09b1cf",
                  "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": "0e77f4b8-15a2-4cbb-a5b5-b180ed318f48",
              "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": "3f35966f-d17d-4bca-bed2-dad5d2930f2a",
                  "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": "e51c3504-80ca-46b5-bf2e-679381c38f33",
                  "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": "901a3a93-d3fb-4eb5-a0c5-52a85b6c9e4b",
              "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\"OpenIdCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "af8d8a92-2515-4248-98ff-b6b182684179",
                  "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\"OpenIdCredentialIssued\"\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": "e04650a1-6c71-4a9b-829f-c9210ee42316",
                  "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\"OpenIdCredentialIssued\"\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": "ce9a5ad6-d0cc-4be6-9b46-c32d933d2892",
                  "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\"OpenIdCredentialIssued\"\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": "199bfdf0-d339-4b29-947f-440d4340f7cc",
              "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": "bcdb8b68-fc6f-4c15-963e-726832d93fbb",
                  "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": "1b282548-9a94-4a03-aaec-4e0e320c4f19",
                  "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": "b52b42a3-4b59-4cf5-a8b6-bf6281090021",
                  "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": "2cdeaa0a-9b5a-455d-9b74-f3c9bd02687e",
              "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.\n\nThis endpoint is intended for public consumption, and as such does not require authentication.\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": "138e7d09-f50c-4edd-b139-ac5747dc4065",
                  "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": "bd317a59-d6d2-469d-90bf-7b71ede5dae6",
              "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": "e884368d-a57b-40b9-9f25-cc3c12f8eec3",
                  "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": "a575e511-29cd-4f0e-9ae6-8db78553d180",
              "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\": \"key\",\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": "f7a13468-4795-4a8e-8c14-575bb6e446f0",
                  "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\": \"key\",\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": "b42a8ce9-e8c7-4fdb-956c-55cba9fbf561",
                  "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\": \"key\",\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": "8105f02a-681f-4258-a984-5a42aa63f37c",
              "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": "0c3e3de0-df1b-4707-907e-c0c5a5fb3854",
                  "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": "3e52abb1-826f-4952-92bb-53ed493a97ac",
              "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": "f1175c24-2c5a-4342-814b-c87bf56fbe04",
                  "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": "a33bac01-0dce-4df2-a0fe-e8fe8e04adb7",
                  "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": "3b626050-399f-4021-8235-29bdbfa0edb7",
              "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": "1432911b-da17-42ef-b4a7-82840d534095",
                  "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": "7834c2ae-5af4-442d-bdb2-d5e8b521388c",
                  "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": "95721c40-198a-41a5-b903-98eccf64ae60",
                  "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": "41bf96ba-9035-45d7-8316-f22603de0a10",
              "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": "5278eb54-d91b-412a-8fb3-903476400e2a",
                  "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": "ade34342-d709-4e35-94e8-3d59d6b7003d",
                  "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": "825a9bbf-e420-4ae0-babf-96b21cbd153a",
                  "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": "01f29a04-a10c-459d-a303-b95fcdd422cb",
              "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": "df22c648-4aa3-44b1-9d39-97cea5790e62",
                  "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": "7856eb79-f44e-4f5c-ab1b-83b565e169cc",
              "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": "3abcc2fa-3332-4e51-a55d-d1d244bb30f6",
                  "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": "e1f12512-7f02-4d33-b241-881c936859e6",
                  "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": "93476a95-9e09-4c5b-818d-d82a1ef8ac25",
                  "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": "00403629-3130-42fc-874d-1ebfa1f2a167",
              "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": "9c36da38-e35c-455f-9e04-3f54538e6b3c",
                  "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": "031e575f-80ae-428a-8717-83c93915879c",
                  "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": "17998fc2-4532-48c3-bb44-3f95ecffbdc0",
              "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": "2a53096b-e116-4943-a6ec-e14938ba51e5",
                  "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": "4556bcfd-c901-40fe-9fff-397feff70e34",
                  "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": "42f9fbf0-b9d6-4a77-bf41-b8d89ae1f676",
                  "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": "a1428225-c209-41bc-8a56-7ad641793bf6",
              "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": "fd6a5e23-e045-4e48-a091-f10ff4e4f80a",
                  "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": "2855754e-57c8-4e51-98b1-432cb8c871a1",
                  "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": "0e201cc7-8d25-4457-923e-41be1133ec51",
              "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": "f6b961e8-f4c6-4715-a94d-431d1d9cd2cd",
                  "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": "cd7d6091-fe99-4b4b-a4e8-783e394f3c50",
                  "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": "cc84b7d9-ed57-4d4c-924d-59888ecefb53",
              "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": "f2397773-6071-4f63-a6f8-be1970e54c6a",
                  "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": "39dec893-94fd-4bce-a787-64fb6ea0e5e9",
                  "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": "67be77c8-d169-4672-ad94-aedbe39395fd",
                  "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": "5624bb7a-8815-4aff-b4ed-94d16433cdbe",
              "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": "f6ee2a3e-4ac7-4a7c-9806-4f5be6936161",
                  "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": "f51aa272-f0f2-49d9-aa8e-1f3a7ae6f5b7",
                  "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": "6bacde51-7330-488e-a272-ba677046a5a4",
              "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": "9e358699-81f9-4fde-bf17-daee6b9562fd",
                  "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": "6d840efc-e7ce-4d5d-969d-34f0a1463aeb",
                  "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": "3c7cb2a4-1a42-44ac-8f41-fbc496117cf8",
                  "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": "248e6f5f-d090-4775-9716-fa0b82fb7cf9",
              "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": "0f824593-699b-495b-b18b-048f8796a278",
                  "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": "396f2fff-1e35-420d-9c25-0c6a2d9dad18",
                  "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": "9fab8146-bbe5-46a7-93e8-eb843972d1c5",
                  "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": "167ee1bb-67b4-4317-b1a0-816452800c78",
                  "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": "671059d5-01a2-4d86-bd20-5ddfde1fa8e9",
              "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": "684de704-1c8c-4847-b97a-f5fe99b1a214",
                  "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": "b0db54f3-10cb-4a53-acf7-5f068bf4e106",
                  "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": "8fd47c5e-5bcc-464d-9d59-5ae2187bc84b",
                  "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": "11e51c6b-a4d5-4339-8765-aaa040f95f23",
                  "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": "5206af80-28e4-4115-bd48-c944cc2dcd52",
              "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": "828781ae-3bb9-4c6d-850a-61f8a6ed70d7",
                  "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": "cdaa7cb3-7b66-4527-a7c2-6983eda8718f",
                  "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": "44305e64-ba14-49d4-ad80-88a189990d42",
                  "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": "b0319029-60c9-413e-bd97-b61bf0a03d14",
              "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": "f4dd22f4-b13e-4e2f-b29c-4fe10f80f880",
                  "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": "d123beee-99a9-436d-82ec-340e3c051a28",
                  "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": "8f2870ac-67a5-4dfe-b11b-ac4bc2943c83",
                  "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": "e89cc1cb-3fc2-45cb-937c-ec91f94536a7",
              "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": "6d73a3eb-f3a6-442c-9ca6-3f7695ccb315",
                  "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": "9630bfa9-0790-46bb-a63d-a416370218d4",
                  "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": "403c907d-7008-4357-8bec-325e971b66c0",
                  "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": "f579434f-ef5d-42dc-859f-62ed3c59284d",
                  "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": "d9c757d6-653c-4e94-8f8b-604a3acb9ddb",
              "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": "3e874411-862b-4dda-ba80-bee60f2865a6",
                  "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": "88e37e37-baa2-4e14-a4a8-82fd856eac6d",
                  "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": "96653fab-6518-45c8-8c95-37d871f451c2",
                  "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": "b79e507c-8d4f-47b4-8b3e-54c3b66350fe",
              "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": "e6fd47f1-22c4-49c8-b351-a321d5a59f9d",
                  "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\": \"Inactive\",\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\": \"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],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "73b9356a-b4cc-4deb-9f1c-6d4239b69bac",
                  "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": "69663abd-b231-4e79-b327-228e5e9b6e81",
                  "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": "3549b561-caea-413d-8f13-0c7cd7072523",
              "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\": \"Active\",\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": "04d7fe83-02de-45e6-82f5-dd0e56a2b31f",
                  "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\": \"Active\",\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\": \"Active\",\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": "484964b7-106a-4324-94e5-7031bbb336ae",
                  "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\": \"Active\",\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": "743bb57d-ee2a-47b4-93c9-f66c9831fd32",
                  "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\": \"Active\",\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": "ab2e7948-ff2c-4af8-8af1-e7a74e3ef15e",
                  "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\": \"Active\",\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": "eea444f7-c284-4442-8964-d17278dea6e6",
              "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": "ff8ddf80-d91b-4f10-9f77-51d9144b4b53",
                  "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\": \"Active\",\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": "bbf5845a-32e3-45ec-ab18-6e49760745e4",
                  "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": "23b53639-a2b9-4020-9eb0-1d2cce20d51a",
                  "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": "caf49ccb-cb0e-4517-ae10-fb74f9ff6ea1",
              "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\": \"Active\",\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": "a00709ae-cf0d-4a51-8396-716b0347e565",
                  "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\": \"Active\",\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\": \"Active\",\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": "a5630628-ceba-4cfa-a6cc-98d7b1552146",
                  "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\": \"Active\",\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": "505f09e2-9dab-4e6f-91f8-4fa8fc59fa05",
                  "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\": \"Active\",\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": "f523d749-dfc6-4a35-93e8-f33d4d6cabf9",
                  "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\": \"Active\",\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": "b0a4cfd3-fd53-4cdb-80a5-004c1c5d6708",
              "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": "e79ba3b4-20ec-4ce0-8ba2-097e37655f49",
                  "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": "693802f6-cd9a-4e1a-91c7-09c31625b48f",
                  "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": "7b62fefd-ae7e-4fa4-a5de-80482a01cabf",
                  "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": "e5c95a33-49c6-4feb-ac6a-5196aeb8d50c",
              "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\": 6311.03666351442,\n\t\"ecosystemId\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "8377a063-8660-4fbc-978a-84284b194e71",
                  "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\": 6311.03666351442,\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-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0cb798af-ed02-45fb-bdbc-ba0e5f74b81f",
                  "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\": 6311.03666351442,\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": "2edada64-41e1-4e74-a057-b171fbf6af37",
                  "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\": 6311.03666351442,\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": "825878a3-687d-4e5a-99f0-949cb10e66f6",
                  "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\": 6311.03666351442,\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": "cc615e56-3be7-4e2b-ab94-ee0c0ad32017",
              "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": "d127e994-9f21-415d-845f-f507ae886ef3",
                  "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\": \"web-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": "407b683e-1eb5-4099-a9cc-ef932675a085",
                  "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": "4fe5b816-62ea-46fb-9168-807e6f965416",
                  "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": "9f46c749-63cc-4596-b1dc-91dc6433fbca",
              "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": "23a97989-ef36-47c5-8967-378f3f949c48",
                  "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-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bc074e16-4760-41ab-8cd6-d830d614b590",
                  "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": "d8e81d4e-fe14-46de-bd8e-69fd3abca863",
                  "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": "819a5946-162d-4bbc-a9cd-a19f839e7412",
              "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": "8a8f2949-618a-4f0b-a6c7-a209ff6e5460",
                  "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": "14631c11-8ec9-47b8-8436-5a521552160c",
                  "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": "10e07cf3-8380-470f-aca6-79798e51ffee",
                  "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": "49b2df83-785e-457d-aa72-82aca760becc",
              "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": "27d86b5a-e30d-48c7-b62e-a79d9cbedb30",
                  "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-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4d3fe406-f04a-4f65-a24a-26a57ffa2fae",
                  "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": "88f5ba56-d171-4b54-be28-e3ad73822bf4",
                  "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": "e0707123-43e7-4f37-9d4d-00d1689e541f",
                  "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": "0261b7e9-a1f0-40e9-b9dc-37dcfdd48eba",
              "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": "217442c9-87fb-42b8-a513-291c4cc5be32",
                  "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": "62f9679f-1954-442c-bea2-0de54d5f53ae",
                  "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": "0f72e10e-5d90-4f5b-93d8-c8b6d308d730",
                  "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": "177f17e5-418d-4d83-9686-1a425af2096a",
                  "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": "095a8086-122e-4a76-ad23-1ab90af3b32d",
              "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": "055dbf3f-7b1e-4246-abae-d301f7997d3d",
                  "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-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "124ee6d1-0f55-41a8-b9ae-ee6683a2c1c4",
                  "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": "126a6755-c7b9-44d9-8fe3-ee6c186769a8",
                  "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": "eac30691-c455-409d-a984-0165cf5ef453",
                  "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": "4695df07-9e47-4937-86d9-556c1d0fa1c2",
              "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": "d2e44fc7-3eb2-4302-9a8e-51aa59280a01",
                  "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": "9e6357e7-8aca-4650-97a9-37572575778f",
                  "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": "8a42671f-c9d5-4bef-9467-06f062f370a9",
                  "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": "e3a4c0b5-50ad-4c96-aa1e-61c93ac5e3a5",
                  "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": "b85c3d6a-d66a-4fb9-b95a-a354e6841b2b",
              "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": "3b89f187-414e-4b73-b856-c0a70bbbb6e6",
                  "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": "bd149f00-970e-413b-8cb2-69734de9e870",
                  "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": "576419f0-b688-4bc7-8c90-f7b8a644a99b",
                  "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": "dcea9e7b-9704-48f2-b2ce-8ea98a07ac6c",
              "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": "6a1cd624-6509-4157-a82b-76fa6e504b5f",
                  "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": "c8c4833b-4512-42f4-9afc-268b354b1925",
                  "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": "6bfeace0-56ab-40cf-957c-12a225b5a660",
                  "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": "54206812-e8dc-4354-92cd-c356fcc9573f",
              "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": "0b7b3eb4-6082-400d-ad66-551e14fe915b",
                  "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": "def3d672-a593-4197-8190-51b63d2479e6",
                  "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": "22b38d77-1bdc-4e73-b345-276150d789b8",
                  "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": "589dfd0e-b2a7-4853-80c3-cd1f932e5346",
              "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": "48b46b5a-5487-40a7-b08a-b8ba606cace1",
                  "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": "ccd50207-a58c-4efa-aaf4-c6a3f94cb865",
                  "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": "79d02b75-261f-44d1-82f6-2941e6ed6c2a",
                  "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": "dd16c19c-5922-4b32-ab6d-b3d2e8748c3b",
              "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": "3aac1c94-c6ce-4256-bf83-a7b590890103",
                  "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": "db176175-42c5-4e0e-aabd-e7cfb16a5295",
                  "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": "e1c19658-989d-40a1-a667-16ae35221a96",
                  "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": "23a0dbae-b647-47e3-94d9-f0f29317da87",
              "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": "edd002c8-3fc5-42b5-9a5e-fac73e1e6bf7",
                  "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": "970d9053-0ad7-4567-90b6-321e09483d71",
                  "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": "ba5a5aa5-ac50-4d30-86f1-868a87934f74",
                  "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": "75406da9-c230-4113-9beb-05095f6362fc",
              "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": "572c4324-0085-4498-a572-ab6f1567eb48",
                  "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": "6417d359-04aa-45aa-b90c-15a7d8e4164f",
                  "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": "aeb356a2-9a89-483a-a84c-e19fc6ee137f",
                  "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": "3ee96378-e38d-4c73-8f73-4298b749ccd8",
              "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": "8b780d77-6abb-4614-bc22-4a568aede4be",
                  "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": "cf0671f3-fa64-4e1f-b953-05a765fcf742",
                  "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": "9690fadf-a566-4061-8821-d9f6d3216899",
                  "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": "d7eb14e9-db62-4db5-8440-486fc08eb76e",
              "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": "ff77a56d-dc60-468a-a386-ec49e67e9231",
                  "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": "f18fece7-c512-446b-b2b6-feb444683d52",
                  "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": "ad20bab4-6f98-436b-85c7-e81149277a55",
                  "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": "343d22d9-f665-4751-a115-1b5a8f0bbf0a",
              "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": "a533affb-a44d-490b-a323-e6b6b01fc34e",
                  "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": "5d70d58d-8bfc-4da2-a253-63324e81169d",
                  "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": "7187d3f4-ac21-4a42-a6e4-f77c907ce279",
                  "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": "317e22c8-a18b-4d93-9198-13e54a7d5662",
              "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": "6d3ef6bb-868c-440f-a4a3-c8ed35029b09",
                  "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": "e4a9fff9-a8ce-40d6-9613-3696c10f4837",
                  "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": "cfa94bc0-bfc9-48b1-949a-911856729f78",
              "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\": \"web-semantic\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "e024a738-c71c-4ea5-be89-398fbfb24607",
                  "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\": \"web-semantic\",\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": "0685e85b-e5d0-4553-be29-51345ef206ab",
                  "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\": \"web-semantic\",\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": "22199191-6db6-486b-a252-b517cb3cd114",
                  "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\": \"web-semantic\",\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": "f5664a0a-08fc-4f71-9a75-09092bb1e64f",
              "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\": \"web-semantic\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "33bd2c0f-0f1b-4296-99f1-ec0f486e1216",
                  "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\": \"web-semantic\",\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": "10ed76bf-6b35-44a5-b299-2546d5cca64b",
                  "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\": \"web-semantic\",\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": "0ed928e3-c2cb-4b84-b389-55a5ed7f2a8e",
                  "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\": \"web-semantic\",\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": "afb78cd5-534f-4923-b204-0ac9e2fd5f6d",
              "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": "833b4dc8-eb5b-48ae-a77d-283b238da43c",
                  "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": "f824cffd-bbcc-4347-a15c-41642869a76d",
                  "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": "dd8c2173-a2b8-4776-aa83-cab16d9c4b2d",
                  "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": "c52875b7-1c53-4c12-8b1b-8dca18c355f6",
                  "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": "75324023-9aaa-4598-ac0e-7c2857380ca4",
              "name": "Retrieve latest ecosystem policy",
              "request": {
                "name": "Retrieve latest ecosystem policy",
                "description": {
                  "content": "Retrieves the latest ecosystem policy by providing the ecosystem ID.\n\nThis endpoint is intended for public consumption, and as such does not require authentication.\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": "gzip"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "82b94fe9-4822-4185-a232-de6c00d57aa3",
                  "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": "gzip"
                      },
                      {
                        "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": "280c4dad-7e2e-43c6-b608-1384f7c356c8",
                  "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": "gzip"
                      },
                      {
                        "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": "100db659-d5c6-4d14-ac9c-b7523ce74b54",
                  "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": "gzip"
                      },
                      {
                        "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": "4621370b-974c-4ee9-a66f-84a6bfe4ca88",
              "name": "Retrieve ecosystem policy",
              "request": {
                "name": "Retrieve ecosystem policy",
                "description": {
                  "content": "Retrieves an ecosystem policy by providing the ecosystem ID.\n\nThis endpoint is intended for public consumption, and as such does not require authentication.\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": "gzip"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "68568e98-2db1-4fec-83f5-184f3348d44f",
                  "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": "gzip"
                      },
                      {
                        "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": "49fbd987-1f50-4c4c-85eb-228671526ad0",
                  "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": "gzip"
                      },
                      {
                        "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": "fa18a8f2-518b-46ad-8894-a4011e7706b2",
                  "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": "gzip"
                      },
                      {
                        "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": "823ea62b-797e-48ce-a0a4-88af4465ab63",
              "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": "gzip"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "19e39e72-04ca-448e-93d1-8e3c862bec3e",
                  "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": "gzip"
                      },
                      {
                        "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\": \"web-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\"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\": \"Inactive\",\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": "978818b6-efec-4a99-a067-ac9f26f56a57",
                  "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": "gzip"
                      },
                      {
                        "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": "62615759-3851-4e53-af0e-07228bbbc86a",
              "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": "e73d723e-00c9-4fe2-ba68-054947bce773",
                  "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": "16ef64dc-b34d-4c4e-bdfb-d129cdea0def",
                  "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": "67d8cafb-b798-4f25-a712-5019e5ee3f80",
                  "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": "2672f9a2-f5b7-4078-8de2-644dd5e532b6",
                  "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": "a9b9448b-6e49-4636-b7bd-19ad399669e7",
              "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": "8c4ee974-6b57-4f65-8ce1-cd4c957f1e7b",
                  "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": "4f5ba020-b0fb-4a25-a557-a7c0163abf51",
                  "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": "162d0460-b15f-49de-9011-5edf3e6fd5ef",
                  "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": "2fce155b-ef65-449b-80a1-aed930d3fcef",
              "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": "7fbd53fa-c604-40fc-8ce3-b4befedfde30",
                  "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": "7b63a1f7-9276-4ef4-9655-51d1b1d17e70",
                  "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": "7c8a1736-0338-42b8-94e6-9480f4731288",
                  "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": "fd6554e4-7382-4fa9-86d3-7a67c2c43671",
              "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": "fcb29f1f-1208-4209-95ed-766e3058a4e6",
                  "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": "81834bbf-226d-45ff-badb-5408113f7060",
                  "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": "beca15a3-d53b-4d81-b28b-d4b0d972422a",
                  "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": "4a296526-d161-42a3-a57a-5d74082adcaa",
              "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": "f1bab43f-677b-48b8-a4de-4b4d7c433cce",
                  "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": "0512adbd-1cf7-4f1b-b329-a868b6f917d0",
                  "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": "28dd1f44-e65f-456c-9b65-1aef24dec67f",
              "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.\n\nThis endpoint is intended for public consumption, and as such does not require authentication.",
                  "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": "530f5434-875c-4818-b4ff-387e5db739ac",
                  "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": "fe18b17e-0e70-4207-9ae2-f636345a803c",
                  "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": "469c947f-c21f-47c1-aa75-ddf14cfda202",
              "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.\n\nThis endpoint is intended for public consumption, and as such does not require authentication.",
                  "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": "3525654c-b351-4126-ae5c-0d7a090ade6e",
                  "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": "eae5bfa3-4f58-4f22-957b-bfacc8ec60ab",
              "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.\n\nThis endpoint is intended for public consumption, and as such does not require authentication.",
                  "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": "30e16655-185f-4b37-8694-28c0ea327d53",
                  "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": "cec21b0e-c257-422a-b658-17ff0d0672f0",
                  "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": "8a3aa310-cf55-4d30-9c5e-e809d9bedd8b",
              "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.\n\nThis endpoint is intended for public consumption, and as such does not require authentication.",
                  "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": "a35503c9-fa10-466c-8d97-73b559f0f5fe",
                  "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": "2c68c194-d921-4d70-ad9e-ac012180dcc5",
                  "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": "c37920c1-47ec-4513-a807-d872ba17a616",
              "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": "7d19941a-bba9-4690-acdd-758cc48a52b6",
                  "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": "79d3575e-2334-4f28-9936-c1a6ccb4be49",
                  "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": "6e381581-1331-47e0-82fd-79a69b70d36a",
              "name": "Retrieve all VICALs",
              "request": {
                "name": "Retrieve all VICALs",
                "description": {
                  "content": "Retrieves all VICALs available in the requested ecosystem.\n\nThis endpoint is intended for public consumption, and as such does not require authentication.",
                  "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": "8d531cd9-c07c-4c2e-9130-0fafd1d11ab5",
                  "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": "ffa67779-eaf3-467f-aec5-a2c63d493ed1",
                  "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": "db44bfd8-21d9-4663-8805-709e456cc60b",
              "name": "Retrieve latest VICAL",
              "request": {
                "name": "Retrieve latest VICAL",
                "description": {
                  "content": "Retrieves the latest VICAL from the requested ecosystem.\n\nThis endpoint is intended for public consumption, and as such does not require authentication.",
                  "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": "1f5789a7-6ffe-46db-ac16-d663c279fcfb",
                  "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": "8c491c25-3ff0-45e6-b3c0-204afec366d1",
                  "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": "4841b61f-0ee0-443a-8204-1701af398d62",
              "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.\n\nThis endpoint is intended for public consumption, and as such does not require authentication.",
                  "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": "8b4a4951-a7e0-473d-a229-ce823c372aee",
                  "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": "0be514ff-e09c-41b9-8da7-e399f1d4a870",
                  "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": "295c101c-cff7-490d-bc5e-a6456163089f",
              "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": "44b2c6be-3058-4806-af32-a8b509add6bb",
                  "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": "fc92649b-054e-42d5-86fd-56e7a444b98a",
                  "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": "39d0af25-35d8-43db-b3b4-655a60860c03",
              "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": "dc4716d1-b28c-4879-b1b8-928b33b9dfc5",
                  "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": "ad9e7ed8-aa2c-43ed-a748-6650ccbd48c9",
                  "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": "4e2e5ef6-c744-4034-a40e-1527ef7f308b",
              "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": "c7684297-7357-4d5a-a36f-dcde9de63e5a",
                  "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": "c5f51908-d11e-400b-b3bf-62f947513e8b",
                  "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": "01e4fa0d-2d69-47e6-ab1f-56d591e798ad",
              "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": "5284e0c2-b9d9-4f29-95ba-ac0d1267d695",
                  "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": "200f0672-1086-41a2-a47d-700adb1fdb94",
                  "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": "73364e8f-178e-4973-8b53-282afc76b281",
                  "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": "fcead75f-6696-44ee-8dc1-14565316f6b5",
                  "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": "3e1f27f8-8e43-4404-b220-118d5ba306e2",
              "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": "5362c3ee-9633-4bd2-b226-d3a1cd04c1a6",
                  "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": "395ac72b-44b0-4487-9e42-993e3d615e64",
                  "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": "30e49752-9423-498b-82ae-dd1ee2f17f40",
                  "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": "e3f85e89-9edf-43f7-b8ed-0b51a6e66115",
              "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": "e4be979a-9914-48f4-be46-da4cbc435f34",
                  "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": "33076db6-89db-40b2-8d5c-73e1ecdd7c62",
                  "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": "ab79449d-9518-44ac-b0ee-4f5109490169",
                  "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": "be807199-c1f7-4776-9f71-2dac3d0371ec",
              "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": "6eda37a8-fa95-4284-9eab-e44c3c5b5d59",
                  "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": "244206d6-c13a-4646-92f9-f52302e87447",
                  "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": "b8091863-9d6a-452b-9a10-5d712e4a71b1",
                  "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": "61233dd2-753b-461b-bc97-a64598766b80",
              "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": "04cc6c0a-3c8f-4ab4-bf4a-3d4a2421cf00",
                  "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": "12099c6e-73d3-4463-a9de-a6ee56d4bda2",
                  "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": "55870b61-f181-4a73-90a5-81db903ff35f",
              "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": "ffaa741a-45ff-4a32-b71a-385ed6bb60ff",
                  "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": "fe22cc7b-f666-4c3a-ae45-c126e26e6d96",
                  "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": "66e19f64-bc7d-44f0-a770-4dfd92afdcf4",
              "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": "87e827ac-7206-4a4a-b305-718e88e1353e",
                  "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": "0323388d-d348-43d4-87ef-c815e101f057",
                  "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": "8c4489fc-0179-4ead-b7a8-8cbb453ef316",
              "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": "69a9eaf1-a828-4e7f-9999-29d3b74d821d",
                  "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": "bd742a32-19a9-4e08-bce1-7fa09ab33377",
                  "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": "a9229a47-e008-4862-b0fe-86031d749760",
                  "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": "de94aa12-eadd-4f92-83e5-d9ddec8b42fd",
              "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": "ab55eebd-bdec-41d7-96b0-6f22158384ec",
                  "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": "1c3ae25f-e676-47b3-9af4-036e35d8df50",
                  "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": "e8440fe2-d996-4da0-abdf-f5b229289be8",
              "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": "fb570ee1-724a-4d97-aca7-d120560468da",
                  "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": "027a8180-5674-4052-88e7-1e29c71eef5c",
                  "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": "7e4ba697-c91d-4989-ad4a-4fbf5fc65094",
              "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\t\"key_1\": \"<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": "150b00ef-483d-4b92-afd6-27bf2bf0a754",
                  "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\t\"key_1\": \"<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": "9c43164a-a146-451a-91a1-05bd7eba0983",
                  "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\t\"key_1\": \"<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": "7597b77e-0183-45d0-b703-a6ae40b1e34d",
              "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": "720b2159-fef3-4a91-a737-83b0386d64b8",
                  "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": "64dc515b-5ec4-4e08-85c6-4c6ab0c78f77",
                  "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": "49c10c46-6c28-4e9e-8eed-58bac7ad24b5",
              "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": "b04348fe-c978-4aa8-88fa-fec596aa377d",
                  "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": "4ecf52ad-9b96-4964-9ea3-7281144cd2b1",
                  "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": "e3c1ecb3-a1a8-4f78-a172-1511a3cd9496",
                  "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": "2f217f3c-aab1-4b43-9077-18eedb00b7b0",
              "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": "f9d8daa9-ff57-480c-9b64-5d73fbf7911b",
                  "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": "81967404-e65d-4b79-9e59-d514aeb223ae",
                  "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": "8f414be6-fbce-4dd9-b5fe-bddad350c155",
              "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": "4a78af39-0aae-493a-8199-cbbc1176a2c5",
                  "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": "5004d7eb-0282-4a1a-b715-1a6bac80e1fc",
                  "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": "531ba1dc-05e1-4efa-9470-ea05ec26345c",
              "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": "6a951040-abcd-49ec-8e46-e0df5b73214c",
                  "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": "6670a793-f4bb-4033-abf0-fc280f963ce0",
                  "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": "2c343d86-2c0a-41b6-82a5-84a98ab5f907",
              "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\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}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "b734a11d-5a41-4bb0-9b93-ec79caf6942a",
                  "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\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}\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}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "71d99c94-cbaf-46c1-ac56-615b37d7161c",
                  "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\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}\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": "f10649fe-1b8c-48c5-ada4-0b9ebf7f58f8",
              "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": "d5c9859e-64b0-4d20-9a94-f97123a2f13f",
                  "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}\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\t\"key_710\": \"<string>\",\n\t\t\t\t\"key_711\": \"<string>\",\n\t\t\t\t\"key_712\": \"<string>\",\n\t\t\t\t\"key_713\": \"<string>\",\n\t\t\t\t\"key_714\": \"<string>\",\n\t\t\t\t\"key_715\": \"<string>\",\n\t\t\t\t\"key_716\": \"<string>\",\n\t\t\t\t\"key_717\": \"<string>\",\n\t\t\t\t\"key_718\": \"<string>\",\n\t\t\t\t\"key_719\": \"<string>\",\n\t\t\t\t\"key_720\": \"<string>\",\n\t\t\t\t\"key_721\": \"<string>\",\n\t\t\t\t\"key_722\": \"<string>\",\n\t\t\t\t\"key_723\": \"<string>\",\n\t\t\t\t\"key_724\": \"<string>\",\n\t\t\t\t\"key_725\": \"<string>\",\n\t\t\t\t\"key_726\": \"<string>\",\n\t\t\t\t\"key_727\": \"<string>\",\n\t\t\t\t\"key_728\": \"<string>\",\n\t\t\t\t\"key_729\": \"<string>\",\n\t\t\t\t\"key_730\": \"<string>\",\n\t\t\t\t\"key_731\": \"<string>\",\n\t\t\t\t\"key_732\": \"<string>\",\n\t\t\t\t\"key_733\": \"<string>\",\n\t\t\t\t\"key_734\": \"<string>\",\n\t\t\t\t\"key_735\": \"<string>\",\n\t\t\t\t\"key_736\": \"<string>\",\n\t\t\t\t\"key_737\": \"<string>\",\n\t\t\t\t\"key_738\": \"<string>\",\n\t\t\t\t\"key_739\": \"<string>\",\n\t\t\t\t\"key_740\": \"<string>\",\n\t\t\t\t\"key_741\": \"<string>\",\n\t\t\t\t\"key_742\": \"<string>\",\n\t\t\t\t\"key_743\": \"<string>\",\n\t\t\t\t\"key_744\": \"<string>\",\n\t\t\t\t\"key_745\": \"<string>\",\n\t\t\t\t\"key_746\": \"<string>\",\n\t\t\t\t\"key_747\": \"<string>\",\n\t\t\t\t\"key_748\": \"<string>\",\n\t\t\t\t\"key_749\": \"<string>\",\n\t\t\t\t\"key_750\": \"<string>\",\n\t\t\t\t\"key_751\": \"<string>\",\n\t\t\t\t\"key_752\": \"<string>\",\n\t\t\t\t\"key_753\": \"<string>\",\n\t\t\t\t\"key_754\": \"<string>\",\n\t\t\t\t\"key_755\": \"<string>\",\n\t\t\t\t\"key_756\": \"<string>\",\n\t\t\t\t\"key_757\": \"<string>\",\n\t\t\t\t\"key_758\": \"<string>\",\n\t\t\t\t\"key_759\": \"<string>\",\n\t\t\t\t\"key_760\": \"<string>\",\n\t\t\t\t\"key_761\": \"<string>\",\n\t\t\t\t\"key_762\": \"<string>\",\n\t\t\t\t\"key_763\": \"<string>\",\n\t\t\t\t\"key_764\": \"<string>\",\n\t\t\t\t\"key_765\": \"<string>\",\n\t\t\t\t\"key_766\": \"<string>\",\n\t\t\t\t\"key_767\": \"<string>\",\n\t\t\t\t\"key_768\": \"<string>\",\n\t\t\t\t\"key_769\": \"<string>\",\n\t\t\t\t\"key_770\": \"<string>\",\n\t\t\t\t\"key_771\": \"<string>\",\n\t\t\t\t\"key_772\": \"<string>\",\n\t\t\t\t\"key_773\": \"<string>\",\n\t\t\t\t\"key_774\": \"<string>\",\n\t\t\t\t\"key_775\": \"<string>\",\n\t\t\t\t\"key_776\": \"<string>\",\n\t\t\t\t\"key_777\": \"<string>\",\n\t\t\t\t\"key_778\": \"<string>\",\n\t\t\t\t\"key_779\": \"<string>\",\n\t\t\t\t\"key_780\": \"<string>\",\n\t\t\t\t\"key_781\": \"<string>\",\n\t\t\t\t\"key_782\": \"<string>\",\n\t\t\t\t\"key_783\": \"<string>\",\n\t\t\t\t\"key_784\": \"<string>\",\n\t\t\t\t\"key_785\": \"<string>\",\n\t\t\t\t\"key_786\": \"<string>\",\n\t\t\t\t\"key_787\": \"<string>\",\n\t\t\t\t\"key_788\": \"<string>\",\n\t\t\t\t\"key_789\": \"<string>\",\n\t\t\t\t\"key_790\": \"<string>\",\n\t\t\t\t\"key_791\": \"<string>\",\n\t\t\t\t\"key_792\": \"<string>\",\n\t\t\t\t\"key_793\": \"<string>\",\n\t\t\t\t\"key_794\": \"<string>\",\n\t\t\t\t\"key_795\": \"<string>\",\n\t\t\t\t\"key_796\": \"<string>\",\n\t\t\t\t\"key_797\": \"<string>\",\n\t\t\t\t\"key_798\": \"<string>\",\n\t\t\t\t\"key_799\": \"<string>\",\n\t\t\t\t\"key_800\": \"<string>\",\n\t\t\t\t\"key_801\": \"<string>\",\n\t\t\t\t\"key_802\": \"<string>\",\n\t\t\t\t\"key_803\": \"<string>\",\n\t\t\t\t\"key_804\": \"<string>\",\n\t\t\t\t\"key_805\": \"<string>\",\n\t\t\t\t\"key_806\": \"<string>\",\n\t\t\t\t\"key_807\": \"<string>\",\n\t\t\t\t\"key_808\": \"<string>\",\n\t\t\t\t\"key_809\": \"<string>\",\n\t\t\t\t\"key_810\": \"<string>\",\n\t\t\t\t\"key_811\": \"<string>\",\n\t\t\t\t\"key_812\": \"<string>\",\n\t\t\t\t\"key_813\": \"<string>\",\n\t\t\t\t\"key_814\": \"<string>\",\n\t\t\t\t\"key_815\": \"<string>\",\n\t\t\t\t\"key_816\": \"<string>\",\n\t\t\t\t\"key_817\": \"<string>\",\n\t\t\t\t\"key_818\": \"<string>\",\n\t\t\t\t\"key_819\": \"<string>\",\n\t\t\t\t\"key_820\": \"<string>\",\n\t\t\t\t\"key_821\": \"<string>\",\n\t\t\t\t\"key_822\": \"<string>\",\n\t\t\t\t\"key_823\": \"<string>\",\n\t\t\t\t\"key_824\": \"<string>\",\n\t\t\t\t\"key_825\": \"<string>\",\n\t\t\t\t\"key_826\": \"<string>\",\n\t\t\t\t\"key_827\": \"<string>\",\n\t\t\t\t\"key_828\": \"<string>\",\n\t\t\t\t\"key_829\": \"<string>\",\n\t\t\t\t\"key_830\": \"<string>\",\n\t\t\t\t\"key_831\": \"<string>\",\n\t\t\t\t\"key_832\": \"<string>\",\n\t\t\t\t\"key_833\": \"<string>\",\n\t\t\t\t\"key_834\": \"<string>\",\n\t\t\t\t\"key_835\": \"<string>\",\n\t\t\t\t\"key_836\": \"<string>\",\n\t\t\t\t\"key_837\": \"<string>\",\n\t\t\t\t\"key_838\": \"<string>\",\n\t\t\t\t\"key_839\": \"<string>\",\n\t\t\t\t\"key_840\": \"<string>\",\n\t\t\t\t\"key_841\": \"<string>\",\n\t\t\t\t\"key_842\": \"<string>\",\n\t\t\t\t\"key_843\": \"<string>\",\n\t\t\t\t\"key_844\": \"<string>\",\n\t\t\t\t\"key_845\": \"<string>\",\n\t\t\t\t\"key_846\": \"<string>\",\n\t\t\t\t\"key_847\": \"<string>\",\n\t\t\t\t\"key_848\": \"<string>\",\n\t\t\t\t\"key_849\": \"<string>\",\n\t\t\t\t\"key_850\": \"<string>\",\n\t\t\t\t\"key_851\": \"<string>\",\n\t\t\t\t\"key_852\": \"<string>\",\n\t\t\t\t\"key_853\": \"<string>\",\n\t\t\t\t\"key_854\": \"<string>\",\n\t\t\t\t\"key_855\": \"<string>\",\n\t\t\t\t\"key_856\": \"<string>\",\n\t\t\t\t\"key_857\": \"<string>\",\n\t\t\t\t\"key_858\": \"<string>\",\n\t\t\t\t\"key_859\": \"<string>\",\n\t\t\t\t\"key_860\": \"<string>\",\n\t\t\t\t\"key_861\": \"<string>\",\n\t\t\t\t\"key_862\": \"<string>\",\n\t\t\t\t\"key_863\": \"<string>\",\n\t\t\t\t\"key_864\": \"<string>\",\n\t\t\t\t\"key_865\": \"<string>\",\n\t\t\t\t\"key_866\": \"<string>\",\n\t\t\t\t\"key_867\": \"<string>\",\n\t\t\t\t\"key_868\": \"<string>\",\n\t\t\t\t\"key_869\": \"<string>\",\n\t\t\t\t\"key_870\": \"<string>\",\n\t\t\t\t\"key_871\": \"<string>\",\n\t\t\t\t\"key_872\": \"<string>\",\n\t\t\t\t\"key_873\": \"<string>\",\n\t\t\t\t\"key_874\": \"<string>\",\n\t\t\t\t\"key_875\": \"<string>\",\n\t\t\t\t\"key_876\": \"<string>\",\n\t\t\t\t\"key_877\": \"<string>\",\n\t\t\t\t\"key_878\": \"<string>\",\n\t\t\t\t\"key_879\": \"<string>\",\n\t\t\t\t\"key_880\": \"<string>\",\n\t\t\t\t\"key_881\": \"<string>\",\n\t\t\t\t\"key_882\": \"<string>\",\n\t\t\t\t\"key_883\": \"<string>\",\n\t\t\t\t\"key_884\": \"<string>\",\n\t\t\t\t\"key_885\": \"<string>\",\n\t\t\t\t\"key_886\": \"<string>\",\n\t\t\t\t\"key_887\": \"<string>\",\n\t\t\t\t\"key_888\": \"<string>\",\n\t\t\t\t\"key_889\": \"<string>\",\n\t\t\t\t\"key_890\": \"<string>\",\n\t\t\t\t\"key_891\": \"<string>\",\n\t\t\t\t\"key_892\": \"<string>\",\n\t\t\t\t\"key_893\": \"<string>\",\n\t\t\t\t\"key_894\": \"<string>\",\n\t\t\t\t\"key_895\": \"<string>\",\n\t\t\t\t\"key_896\": \"<string>\",\n\t\t\t\t\"key_897\": \"<string>\",\n\t\t\t\t\"key_898\": \"<string>\",\n\t\t\t\t\"key_899\": \"<string>\",\n\t\t\t\t\"key_900\": \"<string>\",\n\t\t\t\t\"key_901\": \"<string>\",\n\t\t\t\t\"key_902\": \"<string>\",\n\t\t\t\t\"key_903\": \"<string>\",\n\t\t\t\t\"key_904\": \"<string>\",\n\t\t\t\t\"key_905\": \"<string>\",\n\t\t\t\t\"key_906\": \"<string>\",\n\t\t\t\t\"key_907\": \"<string>\",\n\t\t\t\t\"key_908\": \"<string>\",\n\t\t\t\t\"key_909\": \"<string>\",\n\t\t\t\t\"key_910\": \"<string>\",\n\t\t\t\t\"key_911\": \"<string>\",\n\t\t\t\t\"key_912\": \"<string>\",\n\t\t\t\t\"key_913\": \"<string>\",\n\t\t\t\t\"key_914\": \"<string>\",\n\t\t\t\t\"key_915\": \"<string>\",\n\t\t\t\t\"key_916\": \"<string>\",\n\t\t\t\t\"key_917\": \"<string>\",\n\t\t\t\t\"key_918\": \"<string>\",\n\t\t\t\t\"key_919\": \"<string>\",\n\t\t\t\t\"key_920\": \"<string>\",\n\t\t\t\t\"key_921\": \"<string>\",\n\t\t\t\t\"key_922\": \"<string>\",\n\t\t\t\t\"key_923\": \"<string>\",\n\t\t\t\t\"key_924\": \"<string>\",\n\t\t\t\t\"key_925\": \"<string>\",\n\t\t\t\t\"key_926\": \"<string>\",\n\t\t\t\t\"key_927\": \"<string>\",\n\t\t\t\t\"key_928\": \"<string>\",\n\t\t\t\t\"key_929\": \"<string>\",\n\t\t\t\t\"key_930\": \"<string>\",\n\t\t\t\t\"key_931\": \"<string>\",\n\t\t\t\t\"key_932\": \"<string>\",\n\t\t\t\t\"key_933\": \"<string>\",\n\t\t\t\t\"key_934\": \"<string>\",\n\t\t\t\t\"key_935\": \"<string>\",\n\t\t\t\t\"key_936\": \"<string>\",\n\t\t\t\t\"key_937\": \"<string>\",\n\t\t\t\t\"key_938\": \"<string>\",\n\t\t\t\t\"key_939\": \"<string>\",\n\t\t\t\t\"key_940\": \"<string>\",\n\t\t\t\t\"key_941\": \"<string>\",\n\t\t\t\t\"key_942\": \"<string>\",\n\t\t\t\t\"key_943\": \"<string>\",\n\t\t\t\t\"key_944\": \"<string>\",\n\t\t\t\t\"key_945\": \"<string>\",\n\t\t\t\t\"key_946\": \"<string>\",\n\t\t\t\t\"key_947\": \"<string>\",\n\t\t\t\t\"key_948\": \"<string>\",\n\t\t\t\t\"key_949\": \"<string>\",\n\t\t\t\t\"key_950\": \"<string>\",\n\t\t\t\t\"key_951\": \"<string>\",\n\t\t\t\t\"key_952\": \"<string>\",\n\t\t\t\t\"key_953\": \"<string>\",\n\t\t\t\t\"key_954\": \"<string>\",\n\t\t\t\t\"key_955\": \"<string>\",\n\t\t\t\t\"key_956\": \"<string>\",\n\t\t\t\t\"key_957\": \"<string>\",\n\t\t\t\t\"key_958\": \"<string>\",\n\t\t\t\t\"key_959\": \"<string>\",\n\t\t\t\t\"key_960\": \"<string>\",\n\t\t\t\t\"key_961\": \"<string>\",\n\t\t\t\t\"key_962\": \"<string>\",\n\t\t\t\t\"key_963\": \"<string>\",\n\t\t\t\t\"key_964\": \"<string>\",\n\t\t\t\t\"key_965\": \"<string>\",\n\t\t\t\t\"key_966\": \"<string>\",\n\t\t\t\t\"key_967\": \"<string>\",\n\t\t\t\t\"key_968\": \"<string>\",\n\t\t\t\t\"key_969\": \"<string>\",\n\t\t\t\t\"key_970\": \"<string>\",\n\t\t\t\t\"key_971\": \"<string>\",\n\t\t\t\t\"key_972\": \"<string>\",\n\t\t\t\t\"key_973\": \"<string>\",\n\t\t\t\t\"key_974\": \"<string>\",\n\t\t\t\t\"key_975\": \"<string>\",\n\t\t\t\t\"key_976\": \"<string>\",\n\t\t\t\t\"key_977\": \"<string>\",\n\t\t\t\t\"key_978\": \"<string>\",\n\t\t\t\t\"key_979\": \"<string>\",\n\t\t\t\t\"key_980\": \"<string>\",\n\t\t\t\t\"key_981\": \"<string>\",\n\t\t\t\t\"key_982\": \"<string>\",\n\t\t\t\t\"key_983\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "20539169-c1e4-47e9-b105-001507d7b9e6",
                  "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": "df22c030-9031-4146-9a3c-b1764584e850",
              "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": "4ce6594f-5cdf-40dc-8dbe-bb620a2528a9",
                  "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}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6bf51ebb-d54a-493b-92ba-4a702314ae05",
                  "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": "734352af-3787-4351-9b97-b892c222a46e",
                  "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": "760a0969-5fd3-4c9e-896f-2abe6c4cb915",
              "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\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}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "d4617e5f-879d-478e-9496-33da211349af",
                  "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\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}\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}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "61512871-3489-42b9-b425-0e042dc51f9c",
                  "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\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}\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": "ab56f1de-7bee-49f3-a1be-30230fb34bd1",
                  "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\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}\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": "df89d719-1640-4fa2-ad38-888ec2b5ebe1",
              "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": "6e18af60-b9c7-4141-be3b-442e696967ed",
                  "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": "8d15b4d2-8cea-46e3-a83f-0751b15efcd4",
                  "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": "5ed9447f-d0ed-499b-84bb-c4d5cec5f19c",
                  "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": "3e0f2b11-2b47-4b37-9f5c-48748a70ed4c",
              "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": "c61afa30-5192-431d-80c1-8f9792f2fcbb",
                  "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": "ab70de39-b620-42a5-b3e4-988af1c9a23c",
                  "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": "eeb0ad75-38c6-4b64-bc0f-6125aafe5bea",
              "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": "e62927c5-fbb0-439a-900d-d15673c30562",
                  "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": "bdb960dd-a6d5-4c67-bd4b-d33b69a4948b",
              "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\": \"POST\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "7ddddd13-0369-4d5f-b240-af6c4d69019c",
                  "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\": \"POST\"\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": "b3cd9a85-635d-46dd-bbf6-e1a907452e73",
                  "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\": \"POST\"\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": "6371b38f-c18c-4b01-b3fd-33aa9a4e125e",
              "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": "5cc65d35-d62f-4ba0-bcfe-28e7e1bf0dc2",
                  "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\": \"POST\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3915cf41-b2aa-4dcf-87b4-9c77bbda1348",
                  "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": "85a82658-fb40-4126-8145-16f1b2b9e9e2",
              "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": "53684362-a946-401c-bb6d-27c2b7619656",
                  "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": "d7d5500d-aadc-4fdb-9714-6fe8b9228290",
                  "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": "f174acde-b6bd-47c6-80e2-bfb54564a2af",
                  "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": "e43650da-5e26-497a-94b1-66a46d99d3e1",
              "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\": \"POST\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "707067d2-d06e-4a26-ada1-6a0684476759",
                  "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\": \"POST\"\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": "6e957814-55a0-455c-86b7-b47974a7e029",
                  "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\": \"POST\"\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": "890fb0c0-5c0f-46b2-a6b3-127da962b906",
                  "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\": \"POST\"\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": "f5a832a2-1b8a-43e2-b75e-423e2d0e2165",
              "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": "b83c47c1-bbca-4700-8f56-01d79e73c3a3",
                  "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": "dc522da6-082c-4812-87c7-aa8c5a7cb1cf",
                  "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": "ed8558ac-d116-4f08-87f2-0e17dc257751",
                  "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": "a5d93c5a-e3da-4af7-a7f5-0a972a0f206b",
              "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\nThis offer can be used more than once, and can be shared with multiple users. Each user will authenticate independently during the credential issuance workflow, allowing the same offer URI to issue credentials with different user-specific data to multiple holders.\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": "b14bda80-3375-490a-83ad-a61c46da6774",
                  "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": "19c785d3-c38f-491e-8fef-9ad989cd2168",
              "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\nThis offer can only be used once. Once the offer is successfully claimed and the credential is issued, the pre-authorized code is consumed and the offer becomes invalid. The offer cannot be claimed again, even if the same user attempts to claim it. This is a security measure to prevent unauthorized credential duplication. If you need to issue another credential to the same user, you must generate a new 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": "f234eed9-21dc-4269-8508-8c1af70fd816",
                  "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": "1f14baed-cac4-4627-a32b-76404e71393f",
              "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": "6a757f31-7c97-4480-a283-2c5558e3ffb5",
                  "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": "122d9b6a-dfd0-4bf5-87d5-e28bf39abc39",
                  "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": "9ee68d74-fa05-4656-bb42-21dcf3dc831f",
                  "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": "634eab3c-4547-479b-b8fe-f6adbdb5541d",
              "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": "d31b3ce1-941a-491a-befc-3ad002749ea4",
                  "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": "f542e10f-57c5-4972-9d07-43d7ef8ad706",
                  "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": "524c2e5f-2efd-4f70-a227-66b88da92591",
                  "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": "99e411e3-071a-4417-b4d4-7f0bf18128c6",
                  "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": "4e3002d4-0e70-4d4f-bfe4-70d8667ab512",
                  "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": "022b42e9-17d5-496b-bb09-c2d17fdaedb0",
              "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": "f694d465-2936-4054-8c0e-950aff795ad6",
                  "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": "ef43add9-295e-46fd-a283-5814481a8d4c",
                  "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": "0a396545-d5b5-4856-957a-8474eb8d0135",
                  "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": "53bdd5b6-4902-4190-a7b7-e59fe39e7789",
                  "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": "ca0f5ab4-2aca-409f-86ea-8ce5ed586892",
                  "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": "9dcbabb1-4b28-4f55-beec-5198307bb103",
              "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": "21efbf56-5654-41c9-bf56-6cd3e6de9539",
                  "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": "917caf44-b820-40c3-ba46-e0b663dcda57",
              "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": "8c7d9389-e0ed-4835-868b-f406cbb9a331",
                  "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\t\"key_1\": {\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": "d182e981-78e1-498c-a883-ff979f44935d",
              "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\n\nThis endpoint is intended for public consumption, and as such does not require authentication.",
                  "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": "7edeed47-783d-4c0a-b0b3-1d940d92cd47",
                  "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": "95dc8e9c-1597-4390-9503-959fb5a932a6",
              "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": "6e69c754-2f99-477a-b2a8-352a9b241de2",
                  "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": "38eccf7b-1717-49ad-a335-1d8c5a1df36b",
                  "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": "aa8df75a-2ca6-40f7-bf06-685517fdaa74",
              "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": "abe73c77-5e64-4211-9ca8-8e381ad77f93",
                  "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": "4f8f4e7e-90cf-46d0-8b61-cb6369a74846",
                  "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": "93315315-4623-4f23-a058-f5eb8a382c41",
              "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": "29b96a36-43cf-47cb-bb37-40f7fdd29a9d",
                  "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": "c1971476-5c08-4784-b91d-7664ded61b2b",
                  "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": "45b9ce14-fef6-45e4-b0ac-d151fb493bf1",
              "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": "242b0101-170f-47c6-abb9-c25de00632eb",
                  "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": "6de5f290-c7ec-4a07-97eb-8e748e205667",
                  "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": "1d58c141-cb31-4706-956c-e13f1bf052d7",
                  "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": "e1dba1f9-b1a4-4ba5-9e35-6158ec1cb054",
              "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": "6abdd69c-abe8-485d-a62b-2b55e74ad37b",
                  "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": "83e34b9c-8ca8-4f09-9716-b2cea965bb35",
                  "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": "722d05c9-baa8-4a13-9959-d7d227907a74",
                  "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": "1e05ce09-f153-4a31-8a20-3320924d9e2b",
              "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": "da6ee235-6942-4a69-945e-9e1586d745cf",
                  "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": "d8d77aa4-4cde-4a43-9306-9a6941e7e470",
                  "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": "1a1f4f3f-e1aa-4ba0-adef-cf0413c6840a",
                  "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": "1ba738ec-139c-445b-a23d-89b720ca5787",
              "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": "20115b1d-c92e-4292-a08d-5f579a09f03a",
                  "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\": \"suspended\"\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": "359a95b3-6c4a-4547-8144-08b26ef9e086",
                  "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": "b943a44b-7de1-4dff-a6cd-2261b138ae2f",
              "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": "d2f08f6a-a507-4105-9876-60fb931484b6",
                  "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": "745f7d83-d3b7-4792-8f04-434f32e8fb7d",
                  "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": "0783ff27-8005-4fe5-90d9-9bba6e937801",
              "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": "d33a9dca-07e3-41e3-95d7-370095abdbba",
                  "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},\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": "d8066e67-9557-461a-8bcd-2355a064a429",
                  "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": "a2e7d927-b304-4c47-b464-2d325147d9c7",
              "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": "3a52fa83-9668-4f4c-85f0-a034659425be",
                  "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": "f23da14a-c347-4b23-8c14-b753ef993d32",
                  "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": "a0c8478e-53df-463e-9acb-de7383f6482f",
                  "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": "3c78dbf3-c45d-4b95-9e82-dfbc0d869c3e",
              "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": "4daadc20-7331-49c4-967d-999283265155",
                  "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": "5a862967-6109-4c09-a467-1d766673407d",
                  "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": "cbb0e00e-d01f-4253-ad87-143d42c756f1",
                  "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": "040245da-3fe3-4165-bd92-650d1df9cb42",
              "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": "adcab87c-499a-4b00-9a42-fd541a18c0c9",
                  "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": "2589a65f-7a5e-4450-8a0c-b37323961f78",
                  "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": "9c673129-bbff-4fae-af68-04aa80f8500d",
                  "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": "b73efabb-9739-412c-b868-97b9385bde31",
              "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": "f1be6806-e6bf-4b88-844f-86ac5aa12fbb",
                  "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\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\"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": "8ec99304-69bf-4d64-a7a7-dc4cf193b972",
                  "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": "9b29ff79-9561-430f-9ae7-b60d0a809f87",
              "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": "1a0d6c63-5f0e-4e86-9a93-8114e568727e",
                  "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},\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": "b2d72537-03d5-4d6e-973a-6d6449bc1432",
                  "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": "7e332aa8-f857-4977-8568-623e8401e508",
              "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": "6663832d-ea08-4d36-b6f4-ca088d7ad535",
                  "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\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\"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": "20c100ae-be1f-48de-abf9-e6569e59cf5b",
                  "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": "58026a76-4f0d-49e0-9189-eb26413297fc",
                  "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": "de5dfaa9-2cc0-4e59-ad0c-d0093fada127",
              "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": "f60c415e-3af2-4599-b5bb-f1e4c7beb67e",
                  "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\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\"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": "1da6f1d7-1bdf-46eb-b464-5c7963c4be5b",
                  "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": "c539a4b6-3875-43ec-8bec-d71db7000346",
                  "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": "2d9d9392-369d-46f0-a9aa-d572d81b2526",
              "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": "d64ca11d-ee50-4fe3-9a54-b82edf02d0ac",
                  "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": "5b26a0fb-9bd2-497f-ab49-3a252dddd8bb",
                  "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": "8d541e7f-1aff-4675-988e-2f6701765e56",
                  "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": "0b67562a-90eb-47fd-ab25-31e0d756ca42",
              "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\": \"Ed25519Signature2018\",\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},\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": "04ad1bc9-0dfc-4b0f-b6aa-3068bfe188d6",
                  "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\": \"Ed25519Signature2018\",\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},\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\": \"Ed25519Signature2018\",\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": "df90e50f-5877-4a88-8c8b-113ede10e4cf",
                  "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\": \"Ed25519Signature2018\",\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},\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": "bbd46736-d6a8-4045-8970-04cb3a2e2cc2",
              "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": "1222cbf8-65b0-445d-a523-1a6009c63b28",
                  "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\": \"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},\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},\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": "980ad285-aba5-4520-8d6e-b9b84f2cc5ef",
                  "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": "d25629b2-f505-4d58-a1be-7fd7b8c38bc0",
              "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": "3ab8e418-538a-44c0-b52a-c0dada332433",
                  "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\": \"Ed25519Signature2018\",\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": "0f551a81-272e-44c6-aaae-4adbd4e79ae9",
                  "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": "1b701c4b-1dd3-420c-b226-8ff7fda9b23c",
                  "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": "b453b4ac-2a70-43f6-9f69-a7028c384c10",
              "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\": \"Ed25519Signature2018\",\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},\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": "b8141b87-2ea9-4171-9252-652678dcdb92",
                  "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\": \"Ed25519Signature2018\",\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},\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\": \"Ed25519Signature2018\",\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": "cad81477-75f6-4e25-925e-16ab03610ceb",
                  "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\": \"Ed25519Signature2018\",\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},\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": "d3e5bf2c-2466-46ed-b1fc-39d804bc1cd6",
                  "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\": \"Ed25519Signature2018\",\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},\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": "a2e989d6-8544-4609-b453-63e8de7904f6",
              "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": "ffb5aeeb-1d3f-4755-9c3f-977eccea7e84",
                  "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": "041b8481-4d1e-4d4d-bb85-70ab2ee953ee",
                  "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": "b7e010f9-2793-478f-bad6-56386338258a",
                  "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": "4e350eaf-ec54-4af5-968d-791b0e688306",
              "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": "9c10497f-d20e-4efa-8e1d-a25df3c309a0",
                  "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": "8fa88044-708a-4b5f-846e-ee320d809450",
                  "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": "a167dfc8-1b9f-46dd-9a78-03979f84d601",
              "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": "f59e1eee-d5db-43da-9b14-a1d97ec12427",
                  "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": "526487aa-e74e-4d62-b7b7-8ace480fb9e0",
                  "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": "c220dfdc-f3f2-4fca-877d-aa45769ae347",
              "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": "ef0e3f62-36f0-441d-954d-e52f70f0b031",
                  "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": "9c92536e-3aff-4f08-806a-491ff738e9e4",
                  "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": "81ecf369-af0f-4d85-a315-e2086048a9b0",
                  "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": "9d1d249b-5bd6-4aab-8bfa-2e318519825d",
              "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": "a4e67fc2-41b1-408a-af79-5bdd183773a5",
                  "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": "c183c9ee-0aac-4156-b09f-279adeeaff41",
                  "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": "835d920f-f2fd-400b-b7bc-e718d525f1f6",
                  "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": "bf68c604-6379-4c97-8dc7-1b75a50f0cc1",
              "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": "fbc58c9a-457a-4fb7-a89b-a5435a4635fe",
                  "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": "51319852-6e1a-434e-ad5b-bcfe8fa84fca",
                  "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": "8e2963d1-f974-4715-b3bf-641289c289ba",
                  "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": "184133b6-6f22-4d23-a38f-fa7a56adedd3",
              "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": "75625520-7374-439d-9200-fff18eff1bcf",
                  "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": "2655e1ba-ae33-4712-8600-dd9fe0af0361",
                  "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": "53357804-88a7-46db-a482-6914d960d301",
                  "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": "3166344c-5961-41a2-b0f9-644634f9bdae",
              "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\nThis endpoint is intended for public consumption, and as such does not require authentication.\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": "d3d65203-373a-4a25-8fe2-2d780be10db6",
                  "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": "a93762c2-917a-433a-a687-f5bda54035b1",
              "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\nThis endpoint is intended for public consumption, and as such does not require authentication.\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": "9c79a0b9-ebcf-4eea-a87a-d8029b573077",
                  "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": "c202a55a-5038-479a-9ac0-e692cd2d2750",
              "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": "d67a84b8-f2d0-4af9-a906-0a7051f18f1f",
                  "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": "ffd16bd0-2185-4e91-8500-7027d5c52bf3",
                  "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": "013f377d-8901-4937-b28a-32c127527504",
              "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": "c5db44c6-53b5-4aa8-8d70-778c61b6d481",
                  "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": "4fe1472f-c7e3-4d74-b077-66f460784464",
                  "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": "99e139d6-95e5-4c42-84d8-7ee1250746de",
              "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": "fd76cc24-6087-491e-9093-2deb19babf0f",
                  "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": "32e711c8-5566-4f8b-93b5-d02f3226832d",
                  "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": "ae3f3b28-cf27-456a-b8bf-0690ff6cce76",
                  "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": "da8b1939-3083-4cdd-a26b-c707872ce4bb",
              "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\nThis endpoint is intended for public consumption, and as such does not require authentication.\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": "a8b9ce0f-4cc6-4024-8e28-c0f7a3946006",
                  "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": "edee5f45-c52f-4e36-a681-29439bc98ba2",
              "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\nThis endpoint is intended for public consumption, and as such does not require authentication.\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": "6145a247-6800-49f5-99d9-ef98f02601c1",
                  "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": "e537c460-2640-498a-9d6b-07458bf37588",
              "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": "cbf1b92f-acaa-4b05-bdf3-2bca09a9cc85",
                  "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": "b92a442b-f1af-4f18-9ddd-98aeaa97fa24",
                  "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": "028e4e8f-7c7d-4cd4-81ea-23b9b4345ff0",
              "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": "781448eb-c5db-444b-aa4e-d990816b298b",
                  "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": "af889075-da4a-4e3c-85f2-c38fbcdbf8a3",
                  "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": "78710d28-fde1-491b-a025-ae865238208d",
              "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": "6dc25ecf-fb02-4802-b6b7-08544e0437c8",
                  "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": "70b411af-1810-476f-92b2-993c7d99b33a",
                  "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": "89231e71-0c7b-4109-8c52-ee0cea57eadc",
              "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": "d1b4fb09-0ea5-45f5-9b15-d1a1cd41dcaa",
                  "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": "a12f181d-2718-446e-8cfa-2afc580e6e95",
                  "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": "666e4353-e68a-401d-b0f3-7d2b808f9ee5",
                  "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": "82ff1ace-c57a-4d05-9de0-ef3ac626f710",
              "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": "e535a27b-a775-4379-a3b6-a1e05fcad826",
                  "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": "bfe99005-8f79-420c-b277-7deb415aa30c",
                  "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": "f694317c-380f-4d58-8e75-df81385649e6",
                  "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": "ddafee87-c143-4cfd-995e-43fdaf8def8b",
              "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": "4c7107ae-ea40-4e2c-9dcb-5ce437db420d",
                  "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": "27cb2dab-40b4-422f-b6d0-532dd4f7350e",
                  "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": "6e0bd578-333a-4680-8a6f-fe0f58f3c896",
              "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": "f6c9a2f1-fd7f-4186-9f22-2d8058c5a070",
                  "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": "e75a3af6-0b34-4ae8-a89b-c3c164de5b22",
                  "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": "6ee1a9ec-2cd0-430d-913e-6f1593964be7",
              "name": "Retrieve revocation list",
              "request": {
                "name": "Retrieve revocation list",
                "description": {
                  "content": "Retrieves a JSON credential revocation list by providing its ID.\n\nThis endpoint is intended for public consumption, and as such does not require authentication.",
                  "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": "6dac58e3-11fc-494e-bd62-a635f5043cd9",
                  "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": "be9b4466-dbb5-46a3-ba68-b0de4ea906e8",
                  "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": "7dd3cfdd-83be-417d-9f9a-f7fbd05e4e0d",
              "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": "3cdeb43b-e424-44a5-b63c-5843f5d4eb57",
                  "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\": 8433\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": "e5aa020e-f08c-442d-ae96-2a2f9ad7f512",
              "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": "a2f805d2-b473-4fba-b21e-f7ab2466ebaa",
                  "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": "4968ab54-169d-46b2-b157-03609fa34d3e",
                  "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": "d7704e66-0ec4-4e6a-aff9-51a993a232e0",
                  "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": "89573906-294b-4200-a382-71d235d5c23d",
              "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": "beedeef7-4988-4f86-9bfd-d5475e62de45",
                  "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": "9f5841d1-0203-482d-8be6-fc190c92f344",
              "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": "21ede84c-fdb5-42cd-82ae-f7e4924ac1bc",
                  "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": "a62c5ce5-0f88-4a38-a59b-5fdc21188247",
                  "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": "2ababe1f-da21-48b3-8cf0-70760f3568dc",
                  "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": "ff8508c2-aa60-42da-8b40-a1813a95ce0b",
              "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": "60a1c9e0-8870-456b-9a19-cc7f1e906ae1",
                  "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": "dffe0435-d230-4358-a89f-7027fea86f40",
                  "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": "242647ea-84ab-4915-ac13-7adb2637b935",
              "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": "11a129bf-1203-4e2b-9562-e4857e8aabc0",
                  "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": "855a4cd0-91fe-4e0e-9e7b-57104fa75e70",
                  "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": "318217e9-09d6-463a-9c46-ab34ac13dfb7",
              "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": "545bd542-c15a-4d4c-bdf7-9ecbdf016252",
                  "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": "6d3abd8d-4da2-48dc-bf11-94c6ae0af1f3",
                  "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": "8b9f4979-4797-4094-845b-c98fc4d0370e",
                  "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": "a6b09ab0-2d1a-4f13-8333-0743127ea6f9",
                  "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": "46ec550f-964a-49ff-8229-c9a7c62f82e1",
              "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": "06a81e85-dbc7-4d1e-b58b-e08528e4b24a",
                  "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": "72ede4be-1cd5-46dd-a9b3-89868f584bc0",
                  "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": "0f9929d5-09dd-48dd-827d-b7f716a2c6a5",
              "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": "fad4d20f-7f63-4c5e-b2e4-e2bad531e35b",
                  "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": "7dc37b22-d971-4f36-a4b8-3bbbbdd24a8f",
              "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": "daf489f0-dc7e-4226-a5d7-28b2a77223ce",
                  "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": "4309c3d6-1f34-4d58-8a77-43bbe3711404",
              "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": "025e3c27-6d13-42df-be3b-d33658c026f1",
                  "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": "44d41276-f2e3-48c7-b083-2449bcdc5b25",
              "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": "efd7c0c4-a1c3-4fd0-beec-1a03783f00a4",
                  "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": "8da4872b-ffd7-4b8e-a481-85fd9a95f93e",
              "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": "dc531055-6958-4286-a054-3eb8540c7de7",
                  "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": "fc335407-edfa-4045-a861-ac997dcd2b3e",
                  "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": "34f4e22e-4fe1-4e29-8326-ab2f686415a4",
                  "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": "4e82ddec-4388-44d3-a01c-970a08fe66ac",
                  "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": "43ffb5d1-6add-42aa-8d2a-d013446c8dd2",
              "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": "5f10c944-b6ea-4acf-9655-e98aec2190c1",
                  "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": "f77cb64f-e869-4ee4-8255-61360ba25b1c",
                  "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": "9689cbe4-2246-4907-ba4c-834213dd68ba",
              "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": "4ab2b4d5-d19b-4539-87d1-9630bf92b94b",
                  "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": "4c0eaf9a-3833-4da3-9ec5-88f5eccd8918",
                  "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": "5543c70a-3750-4ea3-afaf-b6911775a102",
              "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": "5c6bae9f-2099-4b1b-97d7-ae727d764616",
                  "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": "4937216a-1a76-48c1-ba73-023dbe1cf601",
                  "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": "1bd215e1-03b1-4191-af8e-d4ebef566eec",
                  "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": "956aaa54-bfdf-4f37-bffd-b7955a17594d",
              "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": "1674d3f1-f4fa-4389-a17c-4db275c172fe",
                  "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": "49ac3ad6-d8d1-43b7-ae49-5498b96e78c6",
                  "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": "0cb51cde-c858-4a88-8b3b-831692942d76",
                  "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": "27c26ae7-eabb-455a-a67d-a76a1905ed35",
              "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": "1a32d554-f08d-4ade-91f7-2cc5160d912b",
                  "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": "7229b01a-8200-4e18-a14c-67f7847c03d4",
                  "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": "03345050-bcb8-4e8b-855f-f64692a3be83",
                  "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": "b6c8a48d-f7df-467d-a471-63854423fd90",
              "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": "dfb8d1f4-1bd1-4ac6-b363-42c370e789f8",
                  "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": "b5f5d70b-5cc5-4c1f-ae23-a52710bbc490",
              "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": "92de81d6-9f25-4bb1-be93-a9f6dd7abd4c",
                  "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": "0b777d90-c800-4d12-ae1c-2647d9100bf0",
                  "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": "0ed7083b-5063-4f87-bd3e-632302387b0a",
                  "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": "ff3ec77e-a539-4664-907a-4e4738b6b506",
              "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\nThis endpoint is intended for public consumption, and as such does not require authentication.\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": "379f0f78-8ebe-4118-957d-6574c8014aa6",
                  "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": "b8241971-51d4-4aa3-baef-9635324318df",
                  "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": "07aa202b-4fa2-4dc1-be8f-1a771fed9cc8",
                  "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": "3b5a5a87-88ac-4a7a-add3-5fdb6cfb52a8",
              "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\nThis endpoint is intended for public consumption, and as such does not require authentication.\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": "a1e25331-34bd-4cac-bdfb-2469b2f197aa",
                  "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": "30e80afd-1954-47a7-a86c-0267e9a824ff",
              "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\": \"invalid\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "a7d8a457-3c7d-4c85-a524-097477f52e55",
                  "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\": \"invalid\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"status\": \"invalid\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0ff6caac-9511-4dcd-b394-175360f9d85e",
                  "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\": \"invalid\"\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": "97216234-372d-476b-ad5c-14fb977bb3ec",
                  "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\": \"invalid\"\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": "cd6f37bf-4628-40c8-880b-05cf7c09b8a7",
              "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": "9da4dd55-a8d4-4df1-90c2-e02eec2041c4",
                  "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\": \"invalid\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2f90fb90-e4f1-4dba-b959-61584689d0e4",
                  "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": "24b24a69-29f7-4917-847e-f8d1a5729594",
                  "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": "b9b2934c-86f4-487e-a58f-4b9b41f3bf74",
              "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": "c8e152ef-1f54-4e58-b0f6-05d89661811b",
                  "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": "021d793d-e3ca-469a-a02a-9b70fa58d581",
                  "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": "dd76ae09-dfde-4900-8186-6729b92fe81a",
                  "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": "e0c766be-fb4c-4819-bc74-92e4c0e92052",
              "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": "cd0836ca-37d6-4ea1-95b9-15b553c2222d",
                  "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": "83426811-2eb5-4d01-8595-9c00f35d0a6a",
                  "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": "41736289-401f-41a2-8d1c-1e7d07e17cc6",
                  "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": "6bb452bb-02c5-4d7b-84d1-1e4d9cd7b1f7",
                  "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": "eab56516-2a2b-44d8-911f-5e417d2a32c6",
              "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": "c63e7b05-8ae7-4227-b4c3-f1b3e3daaeb0",
                  "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\t\"key_2\": \"<string>\",\n\t\t\t\t\"key_3\": \"<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": "295c15c1-2457-4840-bfde-9be4c339724d",
                  "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": "98e71a5a-ab88-4663-bd32-d88ce3c11aed",
                  "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": "ab0d0f5e-04f3-43fc-85f9-3c09d010cbd0",
                  "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": "8d3f3f9e-9282-4efc-84e7-b9b5cd14b231",
              "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": "8b16ff4b-b1b5-4ddd-bc33-15d13efe4670",
                  "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": "3ffb5668-556f-4962-81e1-9dd97396c1ba",
                  "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": "fea9f519-4a00-47e8-9a0f-de4fc9d056df",
              "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": "7a5a24f6-bc22-490d-b95f-edc1f5af6b16",
                  "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": "839f2f99-0cae-4b0e-881a-f66da273e6cd",
                  "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": "e393960e-bf0a-49e9-8ca7-74ff8c4c9d4e",
              "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": "ad487c7a-8d9f-4903-b013-f46337a5b653",
                  "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": "c4f2dcb5-2d44-4676-9c74-025dda0e79f8",
              "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": "cbe22194-92cf-4337-b860-0c9f3e8c38bb",
                  "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": "9d05d7c7-4c77-4baa-9364-0b5578dadc27",
                  "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": "311d114f-660d-4b48-8b4a-41efe6477948",
                  "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": "6a882e66-dac4-4190-9634-888f1b4d0fd4",
              "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": "a28c983c-0bb5-4ca7-91b8-35755ce5cadc",
                  "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": "2c68d088-b20a-4c97-a7a7-2ff9a2517cc4",
                  "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": "f18fb7f0-1f91-4c40-9d01-bee43c18ff06",
                  "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": "48b5e687-34d6-4844-8ab6-ddb9bcc8c8a1",
              "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": "5f96f2cf-86aa-4f23-952b-8495320d5b22",
                  "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": "234f6c22-aa3c-4e49-9953-cb5594b71a99",
              "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": "9e998095-2907-400d-923f-b99f010a75cd",
                  "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": "c3b00035-39e2-4a36-a89b-9e685e45edc7",
                  "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": "9adf3f16-9eb7-4b46-9113-1bd6e8f3200d",
              "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": "dca3de6b-be6f-44e3-a1c3-1685dc3b06ab",
                  "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": "014a55b1-32c5-4f31-b268-a9a73d748c33",
                  "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": "b1a755f5-b177-4694-a717-96c11ee5967e",
              "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": "293b1e9e-99bd-4076-b6ce-28d3ea4a9e4c",
                  "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": "23fd197f-9aba-4bce-87b5-a38ceb04251c",
                  "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": "716850a3-2dfc-4f95-b8ee-4b82fb8c6c47",
              "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": "3c6585d1-cb14-4d4e-ad46-93299bccad41",
                  "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": "0eca8951-95da-4465-99a6-ab3227b22e73",
                  "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": "1ecfea80-8875-4ad4-a9ca-5cc67a9520bc",
              "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": "58b74038-f029-4163-8280-bc7cbf20c2d0",
                  "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": "25c3d214-3509-4864-8235-347786ddd7db",
                  "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": "31cf2f41-3828-466b-9cb2-0bd54c9be6ce",
                  "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": "f9197e99-1bc2-4b95-96d1-dd5c96fc7238",
              "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": "b3ed62e2-9a35-4502-8e62-e5c4ccb17b7a",
                  "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": "9d80c23c-0045-4677-828b-ee03b2380c48",
                  "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": "4e888a45-0ac1-4768-a803-be441a8caa92",
                  "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": "23a73ab7-3570-4b47-82e4-6e1ed6dfdd0a",
              "name": "Retrieve all trusted issuers",
              "request": {
                "name": "Retrieve all trusted issuers",
                "description": {
                  "content": "Retrieves all configured trusted issuers.\n\nThis endpoint is intended for public consumption, and as such does not require authentication.\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": "cfa943cb-e73c-463d-85c0-b9b7fc834254",
                  "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": "c7d6bb7f-37b0-45dd-af01-de342deac0ac",
              "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": "5245248a-62cf-4c45-a3da-6a33d0fa5e9e",
                  "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\": 676\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "42401f68-e750-4726-a0bd-67f14f698707",
                  "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": "ea16ba48-9bef-4b34-8580-5b00cfc76810",
                  "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": "8bfe4075-531e-406e-8ab5-63782acb4f1b",
              "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": "3231a00c-16ff-43c2-8c0e-f2142110bd4a",
                  "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\": true\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\": 3730.9702571911907\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": "ccad1a7a-1601-4f4c-b27e-c25836862efb",
              "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": "5f8ea3ee-7e48-434a-bd3a-c02605cf6e42",
                  "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\": 676\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4887e6f2-f4bb-4072-8cf4-77e5540c55b7",
                  "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": "d1337094-7875-48c4-99e8-2c63aab46627",
                  "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": "3a34f702-4817-4a22-aab2-10d16f1b7593",
              "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": "b9b85019-1578-4a06-9923-65eae394d1bc",
                  "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\": 676\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "957e4d8e-5d4d-4005-b593-68eb96931b1e",
                  "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": "4065f034-a933-4e2e-89b8-519e59dcf451",
              "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": "aafa4e87-04d6-4356-bc4f-28a7c895eed4",
                  "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": "d54227f9-21a7-40b9-a046-1651517d1577",
                  "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": "d5e4518d-7a1a-4dbc-9b09-41a9b33343ca",
              "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": "74396cfe-3316-4ab5-9b44-b12555a9fb9b",
                  "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": "89fc4c9e-df28-498f-b838-3a22ef4dfcad",
                  "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": "793ee153-7c30-4869-82b3-8e177d718c4d",
                  "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": "a99b0c68-4316-4dd0-b020-09f7f660d67f",
              "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": "279d8c5a-bb5c-4f91-9dbf-c330c1da996d",
                  "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\": \"mattr\",\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": "9b056448-c200-48f8-9871-315a080b601e",
                  "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": "02358d81-9234-4cd8-94a8-a8d1437cdf0e",
              "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": "7b7d25ea-e708-4772-bfab-158dfdb8886d",
                  "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\": \"mattr\",\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": "3f76008f-9bf7-4b3e-85fa-142ad73304ad",
                  "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": "5b989edb-a5e1-4e55-aa80-a6e16ecf98e8",
                  "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": "e5a98e7a-64c5-40b1-b105-ae89017452ac",
              "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": "aa6a1ab1-3690-44d4-9a67-bc89bbc2e0ea",
                  "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": "8c18068e-aecc-416d-9564-fc2cb1d0977b",
                  "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": "f25f4fde-b708-47c5-b716-a05bbff02feb",
                  "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": "b90507a2-1a9a-4484-86ab-d2b7b25207b1",
              "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": "c01c5bcf-63b8-45a5-9ef6-c3011227c1ed",
                  "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\": \"mattr\",\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": "6e54f0cd-5697-4882-8afb-53950a7e34d0",
                  "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": "0f5855a9-3759-4a98-92a2-02eceb9dcf5b",
              "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": "f9263617-bf06-4d72-b2c8-33a6b7c98e51",
                  "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": "878094aa-df61-423a-89a0-2b6c68fa34b8",
                  "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": "94d4cde0-ebbb-4e13-8fb5-1c36f8b57c64",
              "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": "503d4b3f-b90f-41e8-bfd2-41a043cb9592",
                  "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": "ac9729c8-1441-48c0-af9a-2b096c7baec7",
              "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": "7b451e32-10cc-44d8-b46d-f1af25539d12",
                  "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": "22cddda6-896a-429f-bf56-48f0e3aadd20",
                  "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": "48e4a4e7-c156-4663-9727-0f062b915cfd",
                  "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": "672cdc27-a786-4155-95cb-c77ff8141fc0",
              "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": "b39f4dc9-1e74-407d-a005-1305ae5f9354",
                  "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": "a263bc4a-3481-4694-9699-0f482712c6c2",
                  "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": "e4b28f08-77c1-4c73-b67f-8e28128f0573",
                  "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": "519e4aa4-7b12-48d2-a2c0-5f47d710a3f0",
              "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": "7af616c6-9784-4560-a70f-823ba784c058",
                  "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": "b0de0be1-7e79-469c-b4b5-31feeaae1df3",
                  "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": "3b67880c-38f6-4260-9295-a6e4e1291006",
              "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": "7d942045-d43c-4db5-8a4d-4b5d7de48dc0",
                  "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": "6004eb7c-77a9-49f2-b6e3-1e66bd640f56",
              "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": "13553982-391a-441c-b384-286f302b0fc0",
                  "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": "de5e38f6-28b2-4fd8-9015-84a6d20b395b",
                  "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": "42d05ef0-a04e-461e-8eaf-8de982d658ab",
                  "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": "08792c88-319e-49fc-bdc7-59f60a681a79",
              "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": "092f7696-b155-4366-bf60-bb21adec7b20",
                  "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": "78b0993b-9306-42d2-969f-326801d0479b",
                  "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": "ef219496-93ed-4ac6-b560-fd5b703bb0c5",
              "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": "72ce7794-79ef-47dd-b3b7-7668273c0815",
                  "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": "6368cb87-639d-49c0-8b69-8aafa580265d",
                  "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": "295fee47-ff47-4c68-9aab-841fee3bc085",
              "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": "2da20389-1a28-4554-b36b-ac0ab7c16370",
                  "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": "0dde26b5-8037-4836-afaa-b08da3031d77",
                  "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": "b567dfea-a72a-4c65-86ad-7e0da4f09935",
              "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": "20463198-ba44-4f23-bb65-41d95ada87be",
                  "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": "6108d13d-add8-47cc-8720-13ba654ff96a",
              "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": "5f7ec81c-581a-4a26-9eb5-dddc7c44d36c",
                  "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": "285ce3f5-f591-42c3-8d84-3b7ac6de2096",
                  "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": "5205da24-9512-4ce8-85b4-0a8add7da2cd",
                  "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": "53c787b1-d910-48bb-95f5-a46558ace571",
              "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": "943ca8d4-12fe-42d4-b18f-d64a5de31142",
                  "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": "9d26cee7-d86f-4e8b-ba1a-e391f7a8c85f",
                  "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": "22b85933-c5dd-453e-b039-ade67a4a83ee",
              "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": "f99da1d9-b90f-4177-8356-008201723b40",
                  "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": "9f760d5e-c07a-4c4a-be08-68606695a175",
                  "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": "7b33e00a-12a2-4c4c-a1aa-db796d43d3d2",
              "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\nWhen a holder responds to a verification request, the result indicates whether the presentation succeeded and whether the credentials were verified. The response can be a `PresentationSuccessResult` (holder completed the presentation workflow) or a `PresentationFailureResult` (holder was unable to complete the workflow).\n\nA successful presentation may include verified credentials, credential errors (requested credentials not provided), claim errors (specific claims that failed verification), or a combination of these outcomes.\n\nYour backend should validate that the returned `challenge` matches the challenge generated before starting the session to protect against session replay attacks.\n\nFor detailed information about result structures, error types, and complete examples, see the [handling verification results guide](https://learn.mattr.global/docs/verification/remote-web-verifiers/guides/handling-verification-results).\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": "babfc440-9d58-4652-9cfb-822225915389",
                  "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": "71a62ae4-220e-4787-9230-85a7df7ceaa1",
                  "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": "4c31415b-a324-4f08-8421-3f6ff6176a53",
              "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": "d2daa479-605c-4401-81fc-dc63e935f710",
                  "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": "2b0ed2b7-6e53-4c83-9f31-35b2f9fd9e7b",
                  "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": "73f74356-3f04-4725-bc7a-c05c4dec8955",
                  "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": "ac914a3d-3b6f-4bb0-a61d-12dfdeca2ef4",
              "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": "1a37b8b8-c1dc-494f-b95a-fc80cbcc7dd9",
                  "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": "76b32f25-f5ec-4f4e-afa5-fa80d2ee6cd2",
                  "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": "49fd4ed2-365d-460a-a54a-5e13f99bfdac",
                  "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": "d412b6eb-5cac-435a-91a1-6e6f19959039",
              "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": "54a7cc92-eaf1-4464-81a6-200f7e9a6ab0",
                  "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": "a215a525-b8ee-40ff-99ad-4bca074eea9b",
                  "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": "9a4bb569-47ad-4708-a188-e4d3655ed41e",
                  "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": "d16e96b9-b700-405e-abd0-9f7ae8b932c5",
              "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": "e6f2c1a5-08bf-464f-97f2-79548824d85e",
                  "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": "f2525343-ce14-42e9-b231-7e2b70ba5d4e",
                  "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": "00018559-c3d5-4110-8182-7ed8d2da8166",
                  "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": "4df49970-6df0-4ba0-934e-227395cd8707",
              "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": "9024f61e-cd71-436e-b5f3-95056ba3f642",
                  "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": "6cecd7b7-79d9-4654-99e7-5d54fefb1147",
                  "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": "db3dabd9-7791-432c-96f0-f02cb13f017d",
                  "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": "cf9da811-04f5-4f79-b169-f87f5fcede42",
              "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": "e4785e6a-4768-4570-b8c1-cc4f73d3a3ee",
                  "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": "13b89309-1bab-4198-8608-7fa43b35349c",
                  "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": "855939f0-cc2c-4ece-a29b-54d7d1d29397",
              "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": "0430f71c-4ca3-4541-b07f-a7241744505a",
                  "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\": \"google\",\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\": \"google\",\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": "6c531fbe-0f8c-443a-ba8f-c52dd1af7e78",
                  "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": "eec9ba70-660c-4ba2-83aa-d46f6e141b29",
              "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": "c562e6af-4338-43ec-8cac-c09a00372b60",
                  "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": "18eb74a5-6fb8-408c-bb53-033c072c7d18",
                  "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": "70fcc3ae-19c4-4fb8-a15b-074af1b83d3a",
                  "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": "67252576-6ed6-4e5f-b2db-1723f596e20b",
              "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": "b0dda40d-c289-485f-ae0b-e680f31a4abb",
                  "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": "9e0b5b10-1311-4661-855a-2459c5a52932",
                  "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": "d0c8ec70-2369-43ee-8994-1d34eb60b670",
                  "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": "7f2dd63f-d517-48d5-a8ae-b2d504dbd07b",
              "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": "982b9f8d-2a0b-4795-b08d-463043f196e8",
                  "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": "427a3d89-c23c-48f1-ad76-4be9aa51f644",
                  "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": "9b0987c4-5314-44d8-91ea-6f4651df2eef",
                  "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": "3fd9a471-88d5-47a4-b44a-0f3ed6b8aad1",
              "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": "127c8b83-a978-4d43-b75a-0af2fffd2a7d",
                  "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\": \"google\",\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": "9cba5808-3a35-4610-880b-d888c9387e22",
                  "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": "11cd1494-1302-4cf8-8bb6-29586edc0808",
              "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": "045b9c12-9a41-4997-bd52-5e5e2608beb2",
                  "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\": \"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]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c111c162-fe22-4dbd-9a96-1119a260b96f",
                  "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": "dcd94a4f-9ed7-41b4-b420-8a6df554ad17",
              "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": "c0c28d96-b84a-47eb-b91e-b915cf8351fb",
                  "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\": \"google\",\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": "c737cf90-fd70-4d75-9685-93bd03eda42d",
                  "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": "b12d113e-7f4c-4afd-a418-7cb083268502",
                  "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": "81cc990c-5850-4326-bfda-3e5f8a121f5d",
              "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": "370afd21-25ca-4a1c-bd56-61906f4c2109",
                  "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\": \"google\",\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": "b9f23037-0e33-4451-bbfe-bc6dbaf33197",
                  "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": "9e3dddae-0fc3-4e69-9479-cc594c0d62f0",
                  "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": "ecb9de4d-df16-4991-a725-2abb097f3f89",
              "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": "5856c100-0426-424f-a655-b7470bfa180f",
                  "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": "f475b9d7-ff00-453c-aa3a-fe2e8a074d81",
                  "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": "387a6963-9fbc-471e-8478-ff92fdc9ffb4",
                  "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": "758cfa9d-2048-40d7-93c3-ee33d1577e78",
              "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": "74784fab-5179-44b7-a6c7-09d9a79481b8",
                  "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": "3f9c3d51-9d94-47f6-94a6-1dd7ffcce5ca",
                  "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": "0dcc9b0c-e160-42ef-93eb-a751242e52fa",
                  "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": "774aca81-0c31-4d14-91f0-114b08d9b190",
              "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": "991590e2-46e6-41e4-a3e6-5ee1450ea50c",
                  "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": "78b53523-2634-4f44-b426-5f02f4981f35",
                  "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": "25ca6bf9-0487-49d6-a3be-727acd48786b",
                  "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": "cb873db8-f902-4818-ab6a-3c228d320a73",
              "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": "4644e94f-1670-43ee-bf49-ec227a2a2a1a",
                  "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": "a5dc9d8a-c259-4f70-a20a-1851870a50a7",
                  "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": "095719a8-054c-4241-b3f1-f2b3148b5061",
                  "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": "d29fb0ae-0c83-4ddb-a174-10a094afd1cd",
              "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": "70c1349c-cad9-4f5d-b0c7-261d7ede08ef",
                  "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": "e6887b79-c7d7-4269-a893-c272579b45bb",
                  "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": "e9cbca0f-0d74-4e56-a951-8f27f2d6b842",
                  "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": "884fdcdb-9bee-4369-8c7b-f5492de2c45b",
              "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": "a18c84d1-41e9-4a7c-a28a-fd15248f8681",
                  "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": "93a1bd50-c96c-476c-b3e2-b37d895b14ae",
                  "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": "80bd906d-9437-4be1-b7e2-152fe0dee2fe",
                  "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": "e8c073c7-4391-486d-9fb4-ee749fac79f1",
              "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": "bc561899-cc39-47e9-a87f-d2c24823e484",
                  "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": "b74da031-69c1-4e2f-a7e5-e73cc15f6354",
                  "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": "095f2845-4680-4580-9e9c-e0c54b615c6e",
              "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": "85159746-86d0-4adf-ae36-af2584542c08",
                  "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\": \"google\",\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\": \"google\",\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": "ee3da9d4-5456-4c13-bc5f-1f6053d33ffd",
                  "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": "79a90d68-43c9-4321-b753-7cad8b322f1a",
              "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": "f8a92707-7bf7-4367-aa91-ece4d76d9aeb",
                  "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": "812dc509-1e6b-48df-8760-d8fe61484751",
                  "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": "bbc69c99-7954-45e3-8df7-41a031d1e4c3",
                  "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": "e75a4ab2-dcb7-4a3b-af2d-85b6221a6a2b",
              "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": "df0649a3-ff22-45a0-bec1-dae7f4b2be93",
                  "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": "d4884377-2ecc-43b7-ba30-9f26879d5da6",
                  "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": "992f0d17-8a3d-4efd-a196-0aa2fdbde30e",
                  "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": "578cbc44-286d-4688-b817-fbcdaf7742e4",
              "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": "f394435a-13bf-4c3e-9ee5-a22b54d6e91a",
                  "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": "b782b771-4e7d-4c4b-909d-2987e536637e",
                  "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": "2979fe74-03ae-4e31-8dd7-0edfcd7c0198",
                  "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": "183225e0-7ca8-4bf1-92ab-66c932fed6d2",
              "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": "101dcb14-bf9e-4a05-88d9-5187dfe53618",
                  "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\": \"google\",\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": "24a976a6-7554-4e0e-b95c-ce1e2ab30db7",
                  "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": "e428defe-a4fe-4dde-8cfc-0438ba8b1a5a",
              "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": "1260d79b-57ac-456a-aab1-5ae91f3775ed",
                  "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\": \"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]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "07c2c34b-6030-4794-b93b-2053cef3383c",
                  "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": "7c53fd46-f98e-4090-981f-b2525474c8c8",
              "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": "cf75b526-819e-43df-91aa-da1ebe89b232",
                  "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\": \"google\",\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": "4f5ba9ab-7bea-43e7-ad08-b0fee16a349e",
                  "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": "3c67926a-d154-4e69-a029-75ad47befc48",
                  "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": "41a3f839-539f-4df3-a38f-a81cdf4443c4",
              "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": "25e60815-7738-459f-a0c0-66259b9dd580",
                  "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\": \"google\",\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": "e42cc4da-23e3-4903-9067-83aeede7cff6",
                  "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": "a4b9b56d-1a79-4165-8d64-bc420824793e",
                  "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": "f821e9c8-1bee-4999-9b71-42f2670b8224",
              "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": "b837fb62-2dab-45b0-9ba1-f99122438f62",
                  "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": "abffa5f3-e05e-4225-8e71-dc2cf6ad9389",
                  "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": "10310ee5-811b-4524-b6e2-247a8ce2cb99",
                  "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
              }
            }
          ]
        }
      ]
    }
  ],
  "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": "be35ceb1-b2c5-4978-a50e-4431cd221d28",
    "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"
    }
  }
}
