{
  "item": [
    {
      "name": "General",
      "description": "",
      "item": [
        {
          "name": "Analytics",
          "description": "Specifies paths and operations for retrieving platform analytics data.",
          "item": [
            {
              "id": "c38ddab6-a19e-40eb-ba1c-f9ebe9e283ec",
              "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": "5321b80a-a826-4629-b49e-f7dd61539041",
                  "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": "51eb6b51-72af-47c2-9101-16d1044819e4",
                  "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": "007e4227-211b-4b0b-93c9-c6fd970e2ec9",
                  "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": "47073859-dd36-4013-bb41-32c74d6776a6",
                  "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": "f3a74ab4-fa94-4093-97cd-d98561069a8c",
                  "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
              }
            },
            {
              "id": "1a2c150c-e544-4d26-8c75-a6ca96809e66",
              "name": "Create credential report",
              "request": {
                "name": "Create credential report",
                "description": {
                  "content": "Creates a report of credential lifecycle operations (issuance and status changes). \n\nOnly CWT and mDoc credentials are included in the report.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "events",
                    "credential-reports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"timezoneOffset\": \"<string>\",\n\t\"startDate\": \"<date>\",\n\t\"endDate\": \"<date>\",\n\t\"profiles\": [\n\t\t\"cwt\",\n\t\t\"mdoc\"\n\t],\n\t\"limit\": 1000,\n\t\"cursor\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "e209ace2-1f16-4ec0-8a2a-07b32cdc4473",
                  "name": "Successfully generated credential report",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events",
                        "credential-reports"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"timezoneOffset\": \"<string>\",\n\t\"startDate\": \"<date>\",\n\t\"endDate\": \"<date>\",\n\t\"profiles\": [\n\t\t\"cwt\",\n\t\t\"mdoc\"\n\t],\n\t\"limit\": 1000,\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\"data\": [\n\t\t{\n\t\t\t\"date\": \"<date>\",\n\t\t\t\"operation\": \"status_changed\",\n\t\t\t\"profile\": \"cwt\",\n\t\t\t\"count\": \"<integer>\",\n\t\t\t\"credentialType\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"date\": \"<date>\",\n\t\t\t\"operation\": \"status_changed\",\n\t\t\t\"profile\": \"cwt\",\n\t\t\t\"count\": \"<integer>\",\n\t\t\t\"credentialType\": \"<string>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "53b3e79f-8b4f-486b-b19f-ffb9317a98c8",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events",
                        "credential-reports"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"timezoneOffset\": \"<string>\",\n\t\"startDate\": \"<date>\",\n\t\"endDate\": \"<date>\",\n\t\"profiles\": [\n\t\t\"cwt\",\n\t\t\"mdoc\"\n\t],\n\t\"limit\": 1000,\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"
                },
                {
                  "id": "75fe6c07-d1e3-48bb-9531-4622a98f4c47",
                  "name": "Unauthorized. The client is not recognized by authorization server.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events",
                        "credential-reports"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "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": "raw",
                      "raw": "{\n\t\"timezoneOffset\": \"<string>\",\n\t\"startDate\": \"<date>\",\n\t\"endDate\": \"<date>\",\n\t\"profiles\": [\n\t\t\"cwt\",\n\t\t\"mdoc\"\n\t],\n\t\"limit\": 1000,\n\t\"cursor\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "<string>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "b7f4c66e-7bac-4c82-b845-bba97738e2d1",
                  "name": "Forbidden. The client is recognized by authorization server but is not allowed to access this resource.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events",
                        "credential-reports"
                      ],
                      "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\"timezoneOffset\": \"<string>\",\n\t\"startDate\": \"<date>\",\n\t\"endDate\": \"<date>\",\n\t\"profiles\": [\n\t\t\"cwt\",\n\t\t\"mdoc\"\n\t],\n\t\"limit\": 1000,\n\t\"cursor\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "02f50dde-2461-442b-8740-095f73374e85",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events",
                        "credential-reports"
                      ],
                      "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\"timezoneOffset\": \"<string>\",\n\t\"startDate\": \"<date>\",\n\t\"endDate\": \"<date>\",\n\t\"profiles\": [\n\t\t\"cwt\",\n\t\t\"mdoc\"\n\t],\n\t\"limit\": 1000,\n\t\"cursor\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "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": "fb0c3759-902e-4283-a4f9-dfc7d03e05c2",
              "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": "239c19b0-f59e-463f-b712-d8f2a13f6ffa",
                  "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": "f150d662-7ab4-42ec-9d44-f47a25080bdf",
                  "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": "7c918d54-277b-4803-8e1a-4f3c193f6ad2",
              "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": "75b516cb-6089-421f-8ace-9de4861e3c0a",
                  "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": "246b1f98-d2f1-4638-9072-298c99290170",
                  "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": "93086bf9-9aac-4dcb-84b6-94376e638df5",
              "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": "b61ed288-ccf7-4848-b55d-34b10ca298e0",
                  "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": "cbc1b0b1-afd4-4b08-9801-c36e0d0764fa",
                  "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": "b680dd1f-4436-4ff1-8162-42967b4a4379",
              "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": "ece86e32-1e45-48f9-82b4-6d8376c5e9f3",
                  "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": "b34cbd5c-7b0a-4c70-8fc6-a3e24b483e19",
                  "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": "671a73a6-d536-40a7-83dd-91768fce6996",
              "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": "3a831faa-94b8-4746-8aac-3169d35ce627",
                  "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": "aa705ede-0a3c-4e40-bd55-1623a3951804",
                  "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": "4d37fc85-1354-4d11-a26e-d6fcbb0dce8d",
              "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": "a46bb404-4235-4e95-92f0-d3a332b6c206",
                  "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": "a7f9899e-3db1-4328-986f-7261b277593e",
                  "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": "1400e669-3089-415e-bbfe-d82e03e6bf65",
              "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": "741da246-423b-4d9d-82e4-f36389647fc6",
                  "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": "7871cca1-8ace-4cd1-a64e-3512574951a5",
              "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": "de553f63-5f29-41cc-b6c9-972e05d9ac2b",
                  "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": "1b665cfe-eeda-4b96-baa9-4a2e98c1693f",
                  "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": "11f1ccd7-bbfc-42d9-97e9-6a7e96e04bb3",
                  "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": "a8d20874-278d-4230-b9b8-c8c61dd2e1c2",
              "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": "eea3df21-6113-4bde-8898-1319c479c854",
                  "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": "8910873a-650d-4b47-a332-8a6abe3e9c04",
                  "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": "e34b809c-3e0b-4689-bdc9-ce284677e130",
                  "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": "867cb7ac-f7e8-4663-a648-39498472a9b1",
              "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": "604e3217-fdd7-4a51-a189-319c1e2e22f5",
                  "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": "9e186a7b-4fe3-404a-93d3-ed9b38d56523",
                  "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": "440e14ca-fe0a-4651-a50b-b69db6ca0766",
                  "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": "c066c038-a647-4510-b933-ef44e77c5b63",
              "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": "7e170cab-f59f-4f43-9cf2-753ca1cc0de6",
                  "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": "5e748401-1b39-475e-823c-a60ffa31ebf3",
                  "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": "9f8ed33a-00bf-4e5f-833f-27fddf9a7517",
                  "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": "2d00df89-bf30-46b4-b9db-ee50cc36b4b7",
              "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": "5a39075b-ac35-4a6a-be33-441677e36d75",
                  "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": "aff970e4-bd86-46aa-839a-9548db2c1e1b",
                  "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": "e7ccb542-6187-49e3-b54f-5b9906aff9bc",
                  "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": "a6d3dae3-4eac-45e0-b5a1-c68bcd352eb7",
              "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": "01c388e5-f4ef-4874-8305-87ce86fda9a2",
                  "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": "8bdd387f-a31b-43e2-a2a7-b863ed1d5294",
                  "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": "b4e62d5d-e150-41e8-bee7-ec68a35dd55f",
                  "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": "4c2f274a-fc78-4765-b05c-24798b721d61",
              "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": "89023562-8d9a-46b0-bc44-76c8bd2ca07f",
                  "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": "6ba532bb-5694-4383-87cd-c002edbf56a1",
                  "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": "c3f2c507-66cb-43bb-9fd2-1ed8a42be451",
                  "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": "1a93779a-25e5-4e72-89e6-109a433ca2a9",
              "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": "e63feb87-e153-4055-a9e9-81a09d00f6de",
                  "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": "81a320d2-31e4-4790-8fcb-a23a6bdf1f02",
                  "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": "810a458b-a531-4483-a165-2f8809fdfb57",
                  "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": "e6a926dc-1c4f-4103-91d6-fc808866c309",
              "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": "73033fdd-21fc-4379-ba44-8194b68c16da",
                  "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": "f2918ab3-e62d-4f36-afbc-d3295d538753",
                  "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": "df6741b2-02fd-4bab-83a2-ffb58a9a918e",
                  "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": "707ae64a-45dd-4ed8-841f-c32e17565fbc",
              "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": "985f1921-e324-4679-94bf-86cef1a5890c",
                  "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": "bd4d1fcb-9677-475e-93c0-c03e53613cdd",
                  "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": "337d72d5-9601-4e31-aca0-99052dd9fcb8",
              "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": "30c803a8-8734-467e-a1a4-6506010c34d5",
                  "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": "2f7d2a3c-7827-4699-9502-52fe024a042e",
                  "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": "be233f63-5c1d-42c1-8865-691ba2eeaefc",
              "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": "9ef7328d-c0c9-4b26-82ad-43d9f36b9343",
                  "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": "b6411263-8e7a-4ea3-a144-0ee5db22dc21",
                  "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": "aae2b528-62e2-4050-913c-be65372c950c",
              "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": "2a688d17-3235-4d51-90f8-b0c23a1cbed8",
                  "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": "d9d1bcd7-a40d-4d7f-8689-c4cd8513e067",
                  "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": "9edbad45-7886-4f4d-86eb-ea7865696ece",
              "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": "fcd49629-1d70-4d51-b301-d6ac4d1b7d2a",
                  "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": "7de4e263-733a-4858-bcce-48f35ef2f03f",
                  "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": "5ce65c15-9038-4bb9-8e89-4c477e9eb019",
              "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": "2a596399-7838-4a79-b6cc-decaad8bba01",
                  "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": "e96a13f4-e4c5-4897-9b9b-a274cfeb1a0b",
                  "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": "220fbe95-04d0-4173-8b15-46ecd023f98d",
                  "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": "86770873-a02e-4dbe-85c8-f114b6a61201",
              "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\"OpenIdCredentialIssuedSummary\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "5ab3ab14-30ac-446c-8114-fefe81297980",
                  "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\"OpenIdCredentialIssuedSummary\"\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": "8111e864-78d3-43f2-ba60-306395a43cc5",
                  "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\"OpenIdCredentialIssuedSummary\"\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": "36642a38-6f5e-4668-8b56-522658160985",
              "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": "51959b4b-6dcd-4bff-bca7-e7cfef508100",
                  "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": "58885ebf-0eff-4c5c-8976-35157343de1e",
                  "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": "7ad04428-7d8e-4eba-9085-f2b0a3190b47",
              "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": "a4f61ea2-2f9c-4dec-b185-95448ed53ce1",
                  "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": "41c74f82-0faa-44c4-8075-5a1bffb495eb",
                  "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": "c472951c-dfe7-4769-9a72-d41198d877c3",
              "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\"OpenIdCredentialIssuedSummary\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "b5769cee-eaab-412c-8932-115309163dc8",
                  "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\"OpenIdCredentialIssuedSummary\"\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": "81724d48-495b-422d-9174-af8492eea482",
                  "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\"OpenIdCredentialIssuedSummary\"\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": "ff63ec4b-9b6d-4490-be66-e8c5be14c6c1",
                  "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\"OpenIdCredentialIssuedSummary\"\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": "b2463855-c656-464b-a716-790430833c99",
              "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": "7a74cebf-daef-4091-8d41-4a3c125c07d3",
                  "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": "bc41185d-a269-45e5-8244-9ed4308fce43",
                  "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": "894d0571-41a5-489d-9b07-ac8df1a167db",
                  "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": "1c88b083-9cf6-4760-a93a-8a49aeb54530",
              "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": "525a42af-fce3-4d96-a05d-634ccf1607f4",
                  "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": "57c7ed39-717d-4d5c-a2df-9882a44e5013",
              "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": "c14f0b38-b411-4aa0-8ec1-0651fa4ea145",
                  "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": "714afee4-d753-4d8c-9cda-28e433aa0de5",
              "name": "Create a DID",
              "request": {
                "name": "Create a DID",
                "description": {
                  "content": "Takes a supported [DID method](https://learn.mattr.global/docs/concepts/dids#methods) and returns a new DID with its generated keys and required information. This endpoint also registers the DID Document when applicable.\n\nMATTR VII currently supports creating DIDs of the following methods:\n- **did:key**: The most basic type of DID. The public key forms the DID and has no further data associated with it.\n- **did:web**: This type of DID requires hosting the DID document on a publicly accessible domain in order to make the document and its contents available.\n\n### **Analytic events**\n* DID_CREATE_START\n* DID_CREATE_SUCCESS\n* DID_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "dids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"method\": \"web\",\n\t\"options\": {\n\t\t\"keyType\": \"<string>\",\n\t\t\"url\": \"<string>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "e1cfd9b1-d346-4301-88c7-d68acb13d1ae",
                  "name": "DID document created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "dids"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"method\": \"web\",\n\t\"options\": {\n\t\t\"keyType\": \"<string>\",\n\t\t\"url\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"registrationStatus\": \"<string>\",\n\t\"did\": \"<string>\",\n\t\"metadata\": {\n\t\t\"keys\": [\n\t\t\t{\n\t\t\t\t\"kmsKeyId\": \"<string>\",\n\t\t\t\t\"didDocumentKeyId\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"kmsKeyId\": \"<string>\",\n\t\t\t\t\"didDocumentKeyId\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"registered\": \"<number>\",\n\t\t\"initialDidDocument\": {}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8033b072-84e5-4179-9b61-e7917275d8b6",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "dids"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"method\": \"web\",\n\t\"options\": {\n\t\t\"keyType\": \"<string>\",\n\t\t\"url\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "14cf2bf2-a1b8-4007-a2e7-d4ed1e1c5cc9",
              "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": "d0794d1f-e412-4734-bd1d-6f6d47fab6d4",
                  "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": "8bbc3719-c386-4bde-82f5-6338cc3a981a",
              "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": "951e4228-dc02-4500-b04e-701d49538429",
                  "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": "e897e2fb-e65d-4143-8818-00fc4aee67f2",
                  "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": "94a2e792-ac39-4192-bc6a-5a229b082abb",
              "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": "3ca4c68a-802e-4a3a-96dc-6dbbfcebddb9",
                  "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": "df654988-f8ca-4d1d-8de3-5756c2809ada",
                  "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": "77a709bb-3cde-4d77-8913-eefb0385cdd5",
                  "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": "1ce56a7a-49f8-40f8-84aa-9bf70c74d6f5",
              "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": "c6e540f6-78fa-4523-98ab-75005fb9a265",
                  "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": "a4d2a508-856a-43a6-ac4b-2047082f3bcc",
                  "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": "6204897e-8966-461f-a825-c14d0e34e25e",
                  "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": "e0627664-bf05-48c3-9e92-0cf457d66ce0",
              "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": "8e641c9d-c830-4b9d-a341-8d74b84a665a",
                  "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": "25718e6b-3b19-46c5-a0f4-e55e637543f2",
              "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": "9d8a85a2-aaa5-47f4-a44f-b9f8996fa0ab",
                  "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": "69130e00-9cc3-4103-80e7-c12a0dd51212",
                  "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": "ac465210-3283-4a10-b64d-8d846b3b7e78",
                  "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": "6f9513fa-2da2-443d-bc43-3c9ba822a3d8",
              "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": "b86e1a00-86ed-4ba0-b9bf-cb61fe38d79b",
                  "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": "3b6b7af5-3cfc-471a-be77-1c5f8b57f138",
                  "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": "8e44bafd-e599-4e87-bada-c465668782d0",
              "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": "666a24ba-3ce3-45b9-8161-633579304737",
                  "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": "f3ae408f-015a-4ee6-bd23-ba016975df2d",
                  "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": "ba2c2b6e-fffe-4b19-900d-c291e766832a",
                  "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": "9f4777fa-189f-4c22-89bd-2eca003210f1",
              "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": "432b7e2a-52f2-4b2f-8f9d-91e26abc7ac7",
                  "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": "9e7ac934-fe6a-47b8-9a66-661e1be1c93b",
                  "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": "ee8146d6-7bc9-42bb-bd46-8a4b6a47d99e",
              "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": "3a3bd293-665f-4732-a10f-f04864f12b92",
                  "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": "e8c1e843-4c38-44d6-aaa7-279c2a4677b8",
                  "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": "f6590328-5740-4d60-b362-3418afd7f215",
              "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": "fbc0126b-ec5b-4b64-9fd6-3b703c58e172",
                  "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": "f654586f-c0ed-4054-ad81-7ad1193ecfd4",
                  "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": "d9e11330-d244-475a-a83a-43aff236e889",
                  "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": "37d8efec-9cfc-4637-9c50-23257cf35cea",
              "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": "caae3bd3-f862-4390-8801-e9e384369a5c",
                  "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": "949a2dca-c541-43bd-ac4e-332b6907042e",
                  "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": "90d7ba41-2c97-482a-a506-4236948d210b",
              "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": "1ff13b95-f646-4b2a-b86c-ad1b1ce99bd7",
                  "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": "3602c9e4-df65-464b-9a31-159a02c53ff7",
                  "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": "4b1e271b-b19d-4554-933c-4d004f86fd76",
                  "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": "f516a43b-5433-46ea-8c4a-eaaa55a2cbe6",
              "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": "6ede4246-4ce7-4a92-ba70-9e2342edf00a",
                  "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": "253a07c8-6114-4507-9af1-84d280d48bca",
                  "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": "95bfe7fc-5025-4178-8fbe-6f1dd3387915",
                  "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": "fc7d3212-992e-4178-adc5-3374f793617b",
                  "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": "f39b6d01-6389-46d3-ba09-a5492370d027",
              "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": "d345cd8f-4737-4c35-b64c-5eefdb676b09",
                  "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": "ba26c9f3-6c24-4566-a73c-b7dda5a10177",
                  "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": "098e609a-4994-4b60-a36b-995e4b81a4e4",
                  "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": "012c8804-62cc-40ba-94ac-028c36ec5f29",
                  "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": "1b01c735-0365-4c97-a5d0-f9fa1ff2950f",
              "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": "01131b1d-4e71-4ecd-acf6-2b9e90a960dc",
                  "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": "a05f4eda-5c76-4cdf-8033-65110ed51a02",
                  "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": "771a3ae4-630a-4b9e-93dc-409ae6426d01",
                  "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": "41526c63-7f68-4713-8528-12bbd085d3d9",
              "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": "c4fe75c6-93a6-49d4-9cf3-afdab2c40b0d",
                  "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": "af74ae1b-0569-4314-a081-11b490a1955b",
                  "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": "b64be0c0-7fbc-4389-819a-af9d71c233bb",
                  "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": "8622b834-625c-4469-9dc8-67b1e77bd9c4",
              "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": "7e62aa56-8c22-4117-ab5b-918856ed5885",
                  "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": "d7895d61-3e8e-42e1-b5ee-28888cbb5d63",
                  "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": "94449b61-f004-482d-bc09-bb2c17861820",
                  "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": "330b0704-75a0-4c8c-9c5c-2b02137b40de",
                  "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": "6be7538c-7a3d-4c87-b7de-6402216adcb7",
              "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": "1944ec19-335c-4abe-89cd-c338f1488c2a",
                  "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": "7c080a6c-cbcc-4f85-ba2d-3cf657bc03ea",
                  "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": "dc21f757-e165-4286-bd70-6892734f8934",
                  "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": "8cf23c06-8735-4d1c-af8d-0b3c90266ac5",
              "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": "563d570a-8f81-4afd-9c2a-3b8f7d925e86",
                  "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\": \"Active\",\n\t\t\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"isIssuer\": false,\n\t\t\t\"isVerifier\": false,\n\t\t\t\"isIssuerConstrained\": true,\n\t\t\t\"isVerifierConstrained\": true,\n\t\t\t\"status\": \"Inactive\",\n\t\t\t\"country\": \"<string>\",\n\t\t\t\"stateOrProvince\": \"<string>\",\n\t\t\t\"organizationAddress\": \"<string>\",\n\t\t\t\"organizationPhoneNumber\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"identifiers\": {\n\t\t\t\t\"web-semantic\": \"<string>\",\n\t\t\t\t\"compact-semantic\": \"<string>\",\n\t\t\t\t\"compact\": \"<string>\",\n\t\t\t\t\"mobile\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\t\t\"status\": \"Active\",\n\t\t\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"isIssuer\": false,\n\t\t\t\"isVerifier\": false,\n\t\t\t\"isIssuerConstrained\": true,\n\t\t\t\"isVerifierConstrained\": true,\n\t\t\t\"status\": \"Inactive\",\n\t\t\t\"country\": \"<string>\",\n\t\t\t\"stateOrProvince\": \"<string>\",\n\t\t\t\"organizationAddress\": \"<string>\",\n\t\t\t\"organizationPhoneNumber\": \"<string>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3988d82e-33a5-4c31-803f-577f45fcad9f",
                  "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": "b5f47b2a-c067-4861-baad-80a7b1c481a1",
                  "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": "affc206a-b57c-44a6-81c9-ffe23670b927",
              "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": "ce8563a4-4b42-46c5-9c55-733835da2961",
                  "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\": \"Delisted\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ed3ef479-e057-47bb-9435-f12cc10dd5c2",
                  "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": "1dde5578-366f-4bb4-ab34-3747ece7c4d6",
                  "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": "dde696dc-db27-4ea6-a145-58582834911f",
                  "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": "9a2a744d-70e6-4ff4-8d80-95a7782a1ccc",
              "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": "767c4b52-3305-4a85-8834-66e59e1498cb",
                  "name": "Participant retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Delisted\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bc4a0873-457e-43bd-8943-b8fb6767f01f",
                  "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": "6183c636-9fe7-48f3-a320-47bc9a4ff194",
                  "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": "ce02cfcc-0c98-4361-9251-aef4c073e71c",
              "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": "13adbc27-7cf6-489c-bb15-c620a375e4ca",
                  "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\": \"Delisted\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6ffe5237-7ed5-4639-87c7-28f41fcd08f2",
                  "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": "61dca9e0-c7df-4a7d-a984-af73cad4fff9",
                  "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": "3e64eae1-f95b-414d-9307-0e9a6b50cef3",
                  "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": "c6cc8e9c-1961-4ce5-af3c-06151f58c412",
              "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": "9a493c55-707c-4516-8ae9-2e511cb49ac5",
                  "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": "d0ad0ab0-fb3d-437e-96bb-2707ba0722aa",
                  "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": "576ba9d0-0362-4fd5-9000-2a37408e3fff",
                  "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": "300bd925-5f49-47dc-bded-484609e4db2b",
              "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\": 2200.216440821534,\n\t\"ecosystemId\": true\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "a6a49f11-fef5-4eb8-9983-6275f399062a",
                  "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\": 2200.216440821534,\n\t\"ecosystemId\": true\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\": \"web-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "052853dd-cbd4-4487-bf9a-14477048d26d",
                  "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\": 2200.216440821534,\n\t\"ecosystemId\": 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": "46b6d14f-b59b-4dd6-bfeb-e4246fd53523",
                  "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\": 2200.216440821534,\n\t\"ecosystemId\": 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"
                },
                {
                  "id": "10e25589-8855-49dc-b67d-1a9b4c6a4e7f",
                  "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\": 2200.216440821534,\n\t\"ecosystemId\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4bc0de4c-977e-4933-8d34-154a75f89710",
              "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": "c886ce5d-fc56-493c-95ac-6e31d4381163",
                  "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": "1f18f98e-7bef-4d15-a31b-ec6b62057942",
                  "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": "799f5e39-3f58-4957-b069-daff38f2858e",
                  "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": "90eb9992-ce9c-428f-b68e-8369978910a5",
              "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": "563162d7-6375-425f-b4e1-4179050c2172",
                  "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\": \"web-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "93a01384-a562-4748-91ca-de5e608b3049",
                  "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": "d580f053-3158-427f-a172-06aed510df71",
                  "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": "42d38bfa-f37f-4bfe-a55c-d28259212535",
              "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": "8b644339-4999-45f1-9dd2-ce7b228680b9",
                  "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": "9920b04e-544a-4c8f-a4da-a0671bbf6c53",
                  "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": "b69f1cd2-dbe5-47e8-806c-aa9cfc83f1a5",
                  "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": "ac9964ad-3d45-49a2-8432-1b3b44cca520",
              "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": "c46c0967-3b65-4215-96ed-ef71754a100f",
                  "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\": \"web-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "97a2a00f-7ba9-4e3b-92a4-dd4827be117c",
                  "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": "a2b7f741-6b51-4fe0-a5be-54a2aeed4104",
                  "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": "58079572-989f-4fd7-887e-8a331900b549",
                  "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": "1dc6439a-22b5-44f7-816a-4fff00a84918",
              "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": "336614fa-a1c5-4fd4-9497-8a7b86858bc6",
                  "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": "5e5cc749-4275-48be-9756-07ee3d7877a5",
                  "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": "0d6a9eb2-d4c0-4442-a981-c4691d65f814",
                  "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": "f9e0f4eb-5a5d-4111-9cca-fcb9ec163456",
                  "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": "f7dd55e0-51f9-41b0-9303-576cfee9d14a",
              "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": "35015742-30aa-40c9-a2d8-ba246462763e",
                  "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\": \"web-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "89d453a9-06b3-4af9-8b52-ebcead24d802",
                  "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": "b0690dea-1f5f-4d83-8476-582a275440c7",
                  "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": "83b04c87-8cde-459d-96fe-8bcf5612366d",
                  "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": "b488ce68-1086-46fe-8f1d-907f318e94f4",
              "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": "0892981a-8550-4334-9c21-8886799e9907",
                  "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": "02690ce9-8332-435c-95c1-f876a6f44462",
                  "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": "2a283168-7c93-4366-9495-179203725c18",
                  "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": "84faef37-8f9b-49f5-9d0e-0ccb0f9f4d82",
                  "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": "49a98914-9248-496d-bdee-2583739a5bfb",
              "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": "79f0402f-a1f3-493b-a266-1ccb95f0f7b8",
                  "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": "8f668a45-e699-406e-9969-017ae9e5994d",
                  "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": "5cb364f3-eca6-4371-be4e-753cf68a1265",
                  "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": "ca277c3d-1ec9-438e-b094-eba21040b9dd",
              "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": "5069733a-5783-4737-aa3c-198925d97c09",
                  "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": "4a0ece34-bc54-40ed-9867-b285a2e79fd5",
                  "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": "e50ab495-fa80-40dc-af2e-33bf975f459f",
                  "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": "06500b9b-ae1c-4a73-a20f-a68397aeb8f6",
              "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": "f1447c4e-72cf-4863-af68-10fe9fe64213",
                  "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": "e81e2fba-94e6-4dd3-a39f-daf23194d6c0",
                  "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": "aeffaed0-77e4-4e34-8493-3f0deb67f9fd",
                  "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": "a6acaed7-7393-47f1-b90c-54bd0ffec1e2",
              "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": "8568e300-6a1a-4862-8f23-e4cef1dbec86",
                  "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": "e45050d1-41b1-4fcd-bb1b-1251c3f988b5",
                  "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": "1f0cd96c-964f-4dd9-8061-ebe79bd50e9d",
                  "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": "dc006bc8-298d-4405-a462-57bc4ad51561",
              "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": "5801a58d-86e7-49da-b989-32a0fdbea0a3",
                  "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": "87dba6cb-6d9c-420d-b38b-77170dbc2447",
                  "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": "a73ed155-59e5-4bd9-ae25-12f35e033f67",
                  "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": "74271c20-9e52-450f-a9e3-bd3d2eb336a2",
              "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": "1136cb5e-4392-4a0d-88db-f8107028a8fb",
                  "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": "c5aa138e-3f53-401d-9950-ae0a9d0761eb",
                  "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": "9a473371-600c-4cc1-ba05-a77ccabd1210",
                  "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": "0cec1514-00f8-42e6-aadf-69c432ad02ce",
              "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": "5cc7eec2-33fb-48f1-a5f8-40c9147b4607",
                  "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": "86d3fb6d-2b33-41d0-8c57-227a1a8dee0e",
                  "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": "67f664d6-d1f1-4987-a0ab-f02f7b126d8b",
                  "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": "454afd75-eeff-4e2b-acc4-94b80453e1a3",
              "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": "42adfaec-40ae-4bbc-a005-36b8912f4a69",
                  "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": "c6c4e9c1-4b2b-4346-a47c-d8924406b7a9",
                  "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": "323eff79-fd89-41a4-931d-05140479a712",
                  "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": "13f3ecbf-1dce-4350-a25c-c6d319e291f7",
              "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": "48a5b44d-95a0-42be-9a62-101c223a95db",
                  "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": "8742a46f-9ffe-43d7-91a6-58137c1edd2e",
                  "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": "0d223aa6-1be5-4f5a-a1a8-5cb96ac2c7a6",
                  "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": "a49da171-3427-4a34-9a82-fec2e364b3bd",
              "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": "314c15ce-2dd3-4482-897f-9079688ce0d8",
                  "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": "859d8c61-a9e9-4cad-a668-d83f47faa185",
                  "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": "1dc1b800-e6c8-4dcb-b854-d4811f394544",
                  "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": "240b24f4-3615-46e9-9296-5275d99fb8fe",
              "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": "6c999b21-af25-41c8-abd3-db451d785150",
                  "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": "9592392c-5488-4a07-945a-05e9bd620307",
                  "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": "Policy",
          "description": "Specifies paths and operations for publishing and retrieving an ecosystem policy.",
          "item": [
            {
              "id": "b4bb9706-cd07-41a8-85af-8177255da18d",
              "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": "636c8c0d-c358-41dc-b4eb-2bb4f8f7e76f",
                  "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": "e1418c29-80cd-4072-a390-c5edb72be276",
                  "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": "1154d89d-f255-484b-b960-a001e3a4ebd3",
                  "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": "d96c56c9-f1c0-4617-be18-94d9f3e63298",
                  "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": "09ae1eab-6007-44a4-bd61-f15124348395",
              "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": "cb49299a-c153-455a-933e-948e91d3d9d1",
                  "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\",\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": "57d9507d-9149-45fe-9f16-8cf4b1f0c576",
                  "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": "05f06ef9-0fb8-4b9d-9c41-0a748fdce7c9",
                  "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": "272a5bb7-7e95-42be-973e-c351c4abf6ca",
              "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": "25bf8b63-e873-409d-bc57-f204b6b1bbd8",
                  "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\",\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": "2c416949-4f47-4ea0-b1ed-726ab9c738cb",
                  "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": "d681d877-e146-4be9-8884-68ca65e37ef6",
                  "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": "64362b36-9927-4fd9-86fc-fe5b79a3bf5c",
              "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": "2e77ae8a-f0bd-4b88-8a31-2ad1c4c090d4",
                  "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\": \"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\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"status\": \"Active\",\n\t\t\t\t\t\t\"validationResult\": {\n\t\t\t\t\t\t\t\"validated\": \"<boolean>\",\n\t\t\t\t\t\t\t\"failReasons\": [\n\t\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"isIssuer\": false,\n\t\t\t\"isVerifier\": false,\n\t\t\t\"isIssuerConstrained\": true,\n\t\t\t\"isVerifierConstrained\": true,\n\t\t\t\"status\": \"Inactive\",\n\t\t\t\"country\": \"<string>\",\n\t\t\t\"stateOrProvince\": \"<string>\",\n\t\t\t\"organizationAddress\": \"<string>\",\n\t\t\t\"organizationPhoneNumber\": \"<string>\",\n\t\t\t\"issuerAllowedCredentials\": [\n\t\t\t\t\"<uuid>\",\n\t\t\t\t\"<uuid>\"\n\t\t\t],\n\t\t\t\"verifierAllowedCredentials\": [\n\t\t\t\t\"<uuid>\",\n\t\t\t\t\"<uuid>\"\n\t\t\t]\n\t\t}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7d5ca28a-752c-4dbb-a2f1-77c9d96489a1",
                  "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": "ad470563-b639-46db-bd67-a0afd27b62de",
              "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": "8c811ba5-39f7-4f94-b557-87953e41fc4a",
                  "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": "843cb18e-9631-4ecc-a5cd-a03dad279456",
                  "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": "eca6f747-81db-4653-81ab-79e84301ef67",
                  "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": "e17bf934-305a-4a4e-88b3-14276d254dca",
                  "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": "eb625c2a-2845-4220-92b6-325459a24e64",
              "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": "501a7d26-0588-4b7d-80b6-ff00bcd5a5f3",
                  "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": "11ea5ebd-8161-48bf-b041-fdaf16789133",
                  "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": "8cfc0b86-1f96-4438-bb47-49d806ed83e5",
                  "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": "c3aed9bf-2a7e-4f99-b370-bd547cb06107",
              "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": "b76b8a3c-275f-423a-82be-5e6dcb44e03d",
                  "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": "c0a8d076-3ff4-427f-9466-618facbc81a9",
                  "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": "07f8908f-751e-4361-93d9-6e1db53652cb",
                  "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": "df92cb57-9a9c-47ff-9596-64bf69b23c24",
              "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": "eaf24f4e-28c0-4b9c-a04b-39539f3a8ab2",
                  "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": "cbd30286-5960-42e5-8c5c-fed2dc40e064",
                  "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": "bab86dc1-33f6-4278-9959-976c858e3c16",
                  "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": "4da6eb41-7409-4847-a01e-fdc350f4cc94",
              "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": "04c863c2-3284-4520-ae21-15ad83f69268",
                  "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": "3fa73c3b-25ac-498d-bae8-707e2567ce61",
                  "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": "87ec63bc-c092-4b81-bfa2-7aba121bcd08",
              "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": "0b6853c7-c63e-43ee-9755-48614ea3ae59",
                  "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": "325918b4-50fe-44fe-9531-75e8cc245363",
                  "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": "b04fa50c-3c03-44e9-a932-dbbeb984c68c",
              "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": "fd03c0db-8a05-46df-b781-0a35e7a289d1",
                  "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": "2502cd45-4687-4153-806a-3706fcad5233",
              "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": "de498919-0204-49a1-8877-3b49abf8f5ae",
                  "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": "5614a12e-8444-4fbd-8c74-9d93ab8eef3f",
                  "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": "6e9133b2-7c42-4981-9856-59c976e3b838",
              "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": "70028fcb-1fa5-4184-9e48-4392cd6c0f9b",
                  "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": "063a8121-b1cd-4439-a6de-e23b5311b0e4",
                  "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": "fe6b4669-0df3-4964-af20-c1d0e0fec2da",
              "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": "2a3ec9c6-c8de-4e53-aaf5-183d90971344",
                  "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": "b08ada0f-18c2-487c-a405-26a2a5baeab0",
                  "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": "722d90b3-af05-42fe-b0f1-7512b157d9b6",
              "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": "90948891-0880-40f9-b545-6e3ac2b73d78",
                  "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": "e5a2ea14-09e5-4e83-8aaf-177c658df08b",
                  "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": "77c2ceef-1f0e-48f5-89d2-9e0f8881e90a",
              "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": "254e3bb9-db2b-4b65-a71c-6ec69fd712e4",
                  "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": "58061fd3-35d6-4870-a3db-e98de3e9f05a",
                  "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": "98def988-abcf-4c3a-bb68-0a6725d387c8",
              "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": "041aaa4f-89e7-4e37-b776-e964dff5ef13",
                  "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": "91252420-5e9f-4388-8ed4-5c6bd10aa687",
                  "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": "700db3b5-d5ea-4f13-9ecd-7a3891080598",
              "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\": \"Weekly\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "240ed1bd-5f80-41b5-b6b3-e57c89619eda",
                  "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\": \"Weekly\"\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\": \"Daily\",\n\t\t\"configuredAt\": \"<dateTime>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "60e6f6ad-6e86-480a-b4cd-122ef6f2af30",
                  "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\": \"Weekly\"\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": "07df9058-6291-47d8-afd0-6155253dce22",
              "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": "d5e03f4a-ea6c-4926-ba2f-0c8b8285adad",
                  "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\": \"Daily\",\n\t\t\"configuredAt\": \"<dateTime>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e5cef6fd-2cae-4d2c-a5e0-6b5431fecacb",
                  "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": "e2746b1f-a738-4be2-b166-b489020170bc",
              "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": "dd3490ff-e8ac-46ee-90f1-50a69ec518c4",
                  "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": "47e2c024-b42e-4673-910b-ce7ebb63b5f5",
                  "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": "0fa114f7-b488-451c-8365-f6c0242f5f29",
              "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": "c5f1001f-07fd-4209-9057-abed8e00381d",
                  "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": "aabe2cf8-fccd-4080-b526-71008a32fcf7",
                  "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": "11045b7e-e342-4f79-869a-c2d6ea405b02",
                  "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": "29b0b87b-e9b4-428c-a287-1917fe076a5c",
                  "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": "1821700b-0dbf-478f-8fe5-38a612870379",
              "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": "3518a4b1-c998-47f1-815c-eeec67d16a33",
                  "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": "1f0bf843-ac2a-4c3f-9f5c-302de0fd7114",
                  "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": "3cae3a1d-cc34-4098-b99f-6a23fb9074af",
                  "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": "3b6b7fc3-45bf-4a00-a1d4-ae8b38fa7601",
              "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": "ff6859c2-989f-42d9-b540-7cb135e8e924",
                  "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": "b45652da-8652-4995-adac-c680f6c73359",
                  "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": "d1c31471-6b79-4de2-a04b-74309b5cb701",
                  "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": "ce59c7cf-3239-4846-956c-c11406c97312",
              "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": "f9aebdf1-1d8a-4804-8ee0-9842e81aa0c8",
                  "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": "cae54ee2-f39c-4a9d-a08c-1ec7af32c5bf",
                  "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": "dc36c448-411c-449b-b845-d69afaa32e8d",
                  "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": "dd86dd97-3a7e-4e50-874b-66cf69b539a8",
              "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": "71402a42-ccb0-4c22-aae5-6eddcf764c18",
                  "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": "19a0dd50-b074-461f-b22f-ea8797b45e20",
                  "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": "67844ed6-234d-4d4d-9a68-6f27c3ab42fb",
              "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": "3ae24262-3aa8-454d-8187-30d9a75f1886",
                  "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": "9e7ac9f8-d559-43a0-b784-c49d419a14d0",
                  "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": "a8d8f620-3329-4d84-928d-8e395360d58f",
              "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": "e3602dbe-0f35-412d-a090-82aa17a15ab7",
                  "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": "0ad6a6d1-6e4d-41fa-a66c-db860c0cb7fe",
                  "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": "7633c873-a56a-4a16-b8f9-ef8fa75f79f2",
              "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": "22ef017f-3664-4b52-bd8a-90e099906285",
                  "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": "ed25db98-7e06-4309-9a9e-b1bbe98fa806",
                  "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": "33308fe8-40fa-4583-b8b6-2df4dca73823",
                  "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": "b7627a02-1666-4607-8dad-b867db77491b",
              "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": "dc0ad159-4ce0-4862-af5d-cc78bb216b8b",
                  "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": "9124fefe-fce8-43ac-ba44-1dda0d19a8e8",
                  "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": "e2d38e47-1c88-46fb-a7f8-330d3697f2f1",
              "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": "31aa0fe4-305a-46d8-bb35-9435dffa1721",
                  "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": "be0dd308-9551-4384-b9e1-5a2bb753c875",
                  "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": "7277652b-f334-47b9-ba3d-27a557c9c829",
              "name": "Sign a Semantic CWT credential",
              "request": {
                "name": "Sign a Semantic CWT credential",
                "description": {
                  "content": "Returns a signed Semantic CWT credential generated from a provided valid payload.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_SIGN_START\n* CREDENTIAL_COMPACT_SEMANTIC_SIGN_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_SIGN_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "sign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"payload\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\"\n\t\t\t},\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"@context\": \"<string>\"\n\t\t},\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\"\n\t},\n\t\"revocable\": false,\n\t\"isRevoked\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "cd8f284b-434e-414e-a59a-8f0b16730c53",
                  "name": "Semantic CWT credential signed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\"\n\t\t\t},\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"@context\": \"<string>\"\n\t\t},\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\"\n\t},\n\t\"revocable\": false,\n\t\"isRevoked\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"encoded\": \"<string>\",\n\t\"decoded\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"nbf\": \"<number>\",\n\t\t\"jti\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"@context\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"type\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\",\n\t\t\t\t\"key_1\": \"<string>\",\n\t\t\t\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}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "49f18095-ab1c-405e-b899-39440bd8691d",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\"\n\t\t\t},\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"@context\": \"<string>\"\n\t\t},\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\"\n\t},\n\t\"revocable\": false,\n\t\"isRevoked\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "0cd64277-d3e0-4422-a26c-624a3ce15b84",
              "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": "b3da6ad8-bb82-41eb-8dd2-aa380f315016",
                  "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": "37cb60ae-0977-42e3-ad8d-f5fdd7373b51",
                  "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": "f9e56138-ce3b-4e6b-aad7-33d22989e410",
              "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": "203fa33b-216c-4c6b-8910-fa1cec5055dc",
                  "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": "005ee658-8ec5-48ba-999a-9d4258ba87ae",
                  "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": "38532c3f-afa2-47cd-a8b1-020deb858769",
                  "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": "a1e1c03e-918f-4b6e-9869-a31d2e4ee2e6",
              "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": "fbe224cf-7fb5-47b3-9b1b-9fc3c08d0215",
                  "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": "90c24346-528c-4f17-a311-34a6e429f43d",
                  "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": "4d4a7047-c2d8-49c5-910f-1a5aa078e90a",
              "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": "c56cabc0-d842-49d0-ac16-8290fc9f3096",
                  "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": "8049e334-f633-4f41-9861-de0a7d52b9fd",
                  "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": "1e528621-2351-4fdf-83c3-87edd2547e34",
              "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\": \"Ed25519Signature2018\",\n\t\"tag\": \"<string>\",\n\t\"persist\": false,\n\t\"revocable\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "50188f31-98c3-4f95-a6dc-11eaa8435657",
                  "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\": \"Ed25519Signature2018\",\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": "19dcc860-3caf-4a2c-8f98-88b82506ce79",
                  "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\": \"Ed25519Signature2018\",\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": "6a5abf70-816b-43d2-97a4-b5cf936b289d",
              "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}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "1bbaf1bc-9284-416a-9d4b-e69daf2ec0d8",
                  "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}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"redirectUrl\": \"<uri>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\",\n\t\t\"key_341\": \"<string>\",\n\t\t\"key_342\": \"<string>\",\n\t\t\"key_343\": \"<string>\",\n\t\t\"key_344\": \"<string>\",\n\t\t\"key_345\": \"<string>\",\n\t\t\"key_346\": \"<string>\",\n\t\t\"key_347\": \"<string>\",\n\t\t\"key_348\": \"<string>\",\n\t\t\"key_349\": \"<string>\",\n\t\t\"key_350\": \"<string>\",\n\t\t\"key_351\": \"<string>\",\n\t\t\"key_352\": \"<string>\",\n\t\t\"key_353\": \"<string>\",\n\t\t\"key_354\": \"<string>\",\n\t\t\"key_355\": \"<string>\",\n\t\t\"key_356\": \"<string>\",\n\t\t\"key_357\": \"<string>\",\n\t\t\"key_358\": \"<string>\",\n\t\t\"key_359\": \"<string>\",\n\t\t\"key_360\": \"<string>\",\n\t\t\"key_361\": \"<string>\",\n\t\t\"key_362\": \"<string>\",\n\t\t\"key_363\": \"<string>\",\n\t\t\"key_364\": \"<string>\",\n\t\t\"key_365\": \"<string>\",\n\t\t\"key_366\": \"<string>\",\n\t\t\"key_367\": \"<string>\",\n\t\t\"key_368\": \"<string>\",\n\t\t\"key_369\": \"<string>\",\n\t\t\"key_370\": \"<string>\",\n\t\t\"key_371\": \"<string>\",\n\t\t\"key_372\": \"<string>\",\n\t\t\"key_373\": \"<string>\",\n\t\t\"key_374\": \"<string>\",\n\t\t\"key_375\": \"<string>\",\n\t\t\"key_376\": \"<string>\",\n\t\t\"key_377\": \"<string>\",\n\t\t\"key_378\": \"<string>\",\n\t\t\"key_379\": \"<string>\",\n\t\t\"key_380\": \"<string>\",\n\t\t\"key_381\": \"<string>\",\n\t\t\"key_382\": \"<string>\",\n\t\t\"key_383\": \"<string>\",\n\t\t\"key_384\": \"<string>\",\n\t\t\"key_385\": \"<string>\",\n\t\t\"key_386\": \"<string>\",\n\t\t\"key_387\": \"<string>\",\n\t\t\"key_388\": \"<string>\",\n\t\t\"key_389\": \"<string>\",\n\t\t\"key_390\": \"<string>\",\n\t\t\"key_391\": \"<string>\",\n\t\t\"key_392\": \"<string>\",\n\t\t\"key_393\": \"<string>\",\n\t\t\"key_394\": \"<string>\",\n\t\t\"key_395\": \"<string>\",\n\t\t\"key_396\": \"<string>\",\n\t\t\"key_397\": \"<string>\",\n\t\t\"key_398\": \"<string>\",\n\t\t\"key_399\": \"<string>\",\n\t\t\"key_400\": \"<string>\",\n\t\t\"key_401\": \"<string>\",\n\t\t\"key_402\": \"<string>\",\n\t\t\"key_403\": \"<string>\",\n\t\t\"key_404\": \"<string>\",\n\t\t\"key_405\": \"<string>\",\n\t\t\"key_406\": \"<string>\",\n\t\t\"key_407\": \"<string>\",\n\t\t\"key_408\": \"<string>\",\n\t\t\"key_409\": \"<string>\",\n\t\t\"key_410\": \"<string>\",\n\t\t\"key_411\": \"<string>\",\n\t\t\"key_412\": \"<string>\",\n\t\t\"key_413\": \"<string>\",\n\t\t\"key_414\": \"<string>\",\n\t\t\"key_415\": \"<string>\",\n\t\t\"key_416\": \"<string>\",\n\t\t\"key_417\": \"<string>\",\n\t\t\"key_418\": \"<string>\",\n\t\t\"key_419\": \"<string>\",\n\t\t\"key_420\": \"<string>\",\n\t\t\"key_421\": \"<string>\",\n\t\t\"key_422\": \"<string>\",\n\t\t\"key_423\": \"<string>\",\n\t\t\"key_424\": \"<string>\",\n\t\t\"key_425\": \"<string>\",\n\t\t\"key_426\": \"<string>\",\n\t\t\"key_427\": \"<string>\",\n\t\t\"key_428\": \"<string>\",\n\t\t\"key_429\": \"<string>\",\n\t\t\"key_430\": \"<string>\",\n\t\t\"key_431\": \"<string>\",\n\t\t\"key_432\": \"<string>\",\n\t\t\"key_433\": \"<string>\",\n\t\t\"key_434\": \"<string>\",\n\t\t\"key_435\": \"<string>\",\n\t\t\"key_436\": \"<string>\",\n\t\t\"key_437\": \"<string>\",\n\t\t\"key_438\": \"<string>\",\n\t\t\"key_439\": \"<string>\",\n\t\t\"key_440\": \"<string>\",\n\t\t\"key_441\": \"<string>\",\n\t\t\"key_442\": \"<string>\",\n\t\t\"key_443\": \"<string>\",\n\t\t\"key_444\": \"<string>\",\n\t\t\"key_445\": \"<string>\",\n\t\t\"key_446\": \"<string>\",\n\t\t\"key_447\": \"<string>\",\n\t\t\"key_448\": \"<string>\",\n\t\t\"key_449\": \"<string>\",\n\t\t\"key_450\": \"<string>\",\n\t\t\"key_451\": \"<string>\",\n\t\t\"key_452\": \"<string>\",\n\t\t\"key_453\": \"<string>\",\n\t\t\"key_454\": \"<string>\",\n\t\t\"key_455\": \"<string>\",\n\t\t\"key_456\": \"<string>\",\n\t\t\"key_457\": \"<string>\",\n\t\t\"key_458\": \"<string>\",\n\t\t\"key_459\": \"<string>\",\n\t\t\"key_460\": \"<string>\",\n\t\t\"key_461\": \"<string>\",\n\t\t\"key_462\": \"<string>\",\n\t\t\"key_463\": \"<string>\",\n\t\t\"key_464\": \"<string>\",\n\t\t\"key_465\": \"<string>\",\n\t\t\"key_466\": \"<string>\",\n\t\t\"key_467\": \"<string>\",\n\t\t\"key_468\": \"<string>\",\n\t\t\"key_469\": \"<string>\",\n\t\t\"key_470\": \"<string>\",\n\t\t\"key_471\": \"<string>\",\n\t\t\"key_472\": \"<string>\",\n\t\t\"key_473\": \"<string>\",\n\t\t\"key_474\": \"<string>\",\n\t\t\"key_475\": \"<string>\",\n\t\t\"key_476\": \"<string>\",\n\t\t\"key_477\": \"<string>\",\n\t\t\"key_478\": \"<string>\",\n\t\t\"key_479\": \"<string>\",\n\t\t\"key_480\": \"<string>\",\n\t\t\"key_481\": \"<string>\",\n\t\t\"key_482\": \"<string>\",\n\t\t\"key_483\": \"<string>\",\n\t\t\"key_484\": \"<string>\",\n\t\t\"key_485\": \"<string>\",\n\t\t\"key_486\": \"<string>\",\n\t\t\"key_487\": \"<string>\",\n\t\t\"key_488\": \"<string>\",\n\t\t\"key_489\": \"<string>\",\n\t\t\"key_490\": \"<string>\",\n\t\t\"key_491\": \"<string>\",\n\t\t\"key_492\": \"<string>\",\n\t\t\"key_493\": \"<string>\",\n\t\t\"key_494\": \"<string>\",\n\t\t\"key_495\": \"<string>\",\n\t\t\"key_496\": \"<string>\",\n\t\t\"key_497\": \"<string>\",\n\t\t\"key_498\": \"<string>\",\n\t\t\"key_499\": \"<string>\",\n\t\t\"key_500\": \"<string>\",\n\t\t\"key_501\": \"<string>\",\n\t\t\"key_502\": \"<string>\",\n\t\t\"key_503\": \"<string>\",\n\t\t\"key_504\": \"<string>\",\n\t\t\"key_505\": \"<string>\",\n\t\t\"key_506\": \"<string>\",\n\t\t\"key_507\": \"<string>\",\n\t\t\"key_508\": \"<string>\",\n\t\t\"key_509\": \"<string>\",\n\t\t\"key_510\": \"<string>\",\n\t\t\"key_511\": \"<string>\",\n\t\t\"key_512\": \"<string>\",\n\t\t\"key_513\": \"<string>\",\n\t\t\"key_514\": \"<string>\",\n\t\t\"key_515\": \"<string>\",\n\t\t\"key_516\": \"<string>\",\n\t\t\"key_517\": \"<string>\",\n\t\t\"key_518\": \"<string>\",\n\t\t\"key_519\": \"<string>\",\n\t\t\"key_520\": \"<string>\",\n\t\t\"key_521\": \"<string>\",\n\t\t\"key_522\": \"<string>\",\n\t\t\"key_523\": \"<string>\",\n\t\t\"key_524\": \"<string>\",\n\t\t\"key_525\": \"<string>\",\n\t\t\"key_526\": \"<string>\",\n\t\t\"key_527\": \"<string>\",\n\t\t\"key_528\": \"<string>\",\n\t\t\"key_529\": \"<string>\",\n\t\t\"key_530\": \"<string>\",\n\t\t\"key_531\": \"<string>\",\n\t\t\"key_532\": \"<string>\",\n\t\t\"key_533\": \"<string>\",\n\t\t\"key_534\": \"<string>\",\n\t\t\"key_535\": \"<string>\",\n\t\t\"key_536\": \"<string>\",\n\t\t\"key_537\": \"<string>\",\n\t\t\"key_538\": \"<string>\",\n\t\t\"key_539\": \"<string>\",\n\t\t\"key_540\": \"<string>\",\n\t\t\"key_541\": \"<string>\",\n\t\t\"key_542\": \"<string>\",\n\t\t\"key_543\": \"<string>\",\n\t\t\"key_544\": \"<string>\",\n\t\t\"key_545\": \"<string>\",\n\t\t\"key_546\": \"<string>\",\n\t\t\"key_547\": \"<string>\",\n\t\t\"key_548\": \"<string>\",\n\t\t\"key_549\": \"<string>\",\n\t\t\"key_550\": \"<string>\",\n\t\t\"key_551\": \"<string>\",\n\t\t\"key_552\": \"<string>\",\n\t\t\"key_553\": \"<string>\",\n\t\t\"key_554\": \"<string>\",\n\t\t\"key_555\": \"<string>\",\n\t\t\"key_556\": \"<string>\",\n\t\t\"key_557\": \"<string>\",\n\t\t\"key_558\": \"<string>\",\n\t\t\"key_559\": \"<string>\",\n\t\t\"key_560\": \"<string>\",\n\t\t\"key_561\": \"<string>\",\n\t\t\"key_562\": \"<string>\",\n\t\t\"key_563\": \"<string>\",\n\t\t\"key_564\": \"<string>\",\n\t\t\"key_565\": \"<string>\",\n\t\t\"key_566\": \"<string>\",\n\t\t\"key_567\": \"<string>\",\n\t\t\"key_568\": \"<string>\",\n\t\t\"key_569\": \"<string>\",\n\t\t\"key_570\": \"<string>\",\n\t\t\"key_571\": \"<string>\",\n\t\t\"key_572\": \"<string>\",\n\t\t\"key_573\": \"<string>\",\n\t\t\"key_574\": \"<string>\",\n\t\t\"key_575\": \"<string>\",\n\t\t\"key_576\": \"<string>\",\n\t\t\"key_577\": \"<string>\",\n\t\t\"key_578\": \"<string>\",\n\t\t\"key_579\": \"<string>\",\n\t\t\"key_580\": \"<string>\",\n\t\t\"key_581\": \"<string>\",\n\t\t\"key_582\": \"<string>\",\n\t\t\"key_583\": \"<string>\",\n\t\t\"key_584\": \"<string>\",\n\t\t\"key_585\": \"<string>\",\n\t\t\"key_586\": \"<string>\",\n\t\t\"key_587\": \"<string>\",\n\t\t\"key_588\": \"<string>\",\n\t\t\"key_589\": \"<string>\",\n\t\t\"key_590\": \"<string>\",\n\t\t\"key_591\": \"<string>\",\n\t\t\"key_592\": \"<string>\",\n\t\t\"key_593\": \"<string>\",\n\t\t\"key_594\": \"<string>\",\n\t\t\"key_595\": \"<string>\",\n\t\t\"key_596\": \"<string>\",\n\t\t\"key_597\": \"<string>\",\n\t\t\"key_598\": \"<string>\",\n\t\t\"key_599\": \"<string>\",\n\t\t\"key_600\": \"<string>\",\n\t\t\"key_601\": \"<string>\",\n\t\t\"key_602\": \"<string>\",\n\t\t\"key_603\": \"<string>\",\n\t\t\"key_604\": \"<string>\",\n\t\t\"key_605\": \"<string>\",\n\t\t\"key_606\": \"<string>\",\n\t\t\"key_607\": \"<string>\",\n\t\t\"key_608\": \"<string>\",\n\t\t\"key_609\": \"<string>\",\n\t\t\"key_610\": \"<string>\",\n\t\t\"key_611\": \"<string>\",\n\t\t\"key_612\": \"<string>\",\n\t\t\"key_613\": \"<string>\",\n\t\t\"key_614\": \"<string>\",\n\t\t\"key_615\": \"<string>\",\n\t\t\"key_616\": \"<string>\",\n\t\t\"key_617\": \"<string>\",\n\t\t\"key_618\": \"<string>\",\n\t\t\"key_619\": \"<string>\",\n\t\t\"key_620\": \"<string>\",\n\t\t\"key_621\": \"<string>\",\n\t\t\"key_622\": \"<string>\",\n\t\t\"key_623\": \"<string>\",\n\t\t\"key_624\": \"<string>\",\n\t\t\"key_625\": \"<string>\",\n\t\t\"key_626\": \"<string>\",\n\t\t\"key_627\": \"<string>\",\n\t\t\"key_628\": \"<string>\",\n\t\t\"key_629\": \"<string>\",\n\t\t\"key_630\": \"<string>\",\n\t\t\"key_631\": \"<string>\",\n\t\t\"key_632\": \"<string>\",\n\t\t\"key_633\": \"<string>\",\n\t\t\"key_634\": \"<string>\",\n\t\t\"key_635\": \"<string>\",\n\t\t\"key_636\": \"<string>\",\n\t\t\"key_637\": \"<string>\",\n\t\t\"key_638\": \"<string>\",\n\t\t\"key_639\": \"<string>\",\n\t\t\"key_640\": \"<string>\",\n\t\t\"key_641\": \"<string>\",\n\t\t\"key_642\": \"<string>\",\n\t\t\"key_643\": \"<string>\",\n\t\t\"key_644\": \"<string>\",\n\t\t\"key_645\": \"<string>\",\n\t\t\"key_646\": \"<string>\",\n\t\t\"key_647\": \"<string>\",\n\t\t\"key_648\": \"<string>\",\n\t\t\"key_649\": \"<string>\",\n\t\t\"key_650\": \"<string>\",\n\t\t\"key_651\": \"<string>\",\n\t\t\"key_652\": \"<string>\",\n\t\t\"key_653\": \"<string>\",\n\t\t\"key_654\": \"<string>\",\n\t\t\"key_655\": \"<string>\",\n\t\t\"key_656\": \"<string>\",\n\t\t\"key_657\": \"<string>\",\n\t\t\"key_658\": \"<string>\",\n\t\t\"key_659\": \"<string>\",\n\t\t\"key_660\": \"<string>\",\n\t\t\"key_661\": \"<string>\",\n\t\t\"key_662\": \"<string>\",\n\t\t\"key_663\": \"<string>\",\n\t\t\"key_664\": \"<string>\",\n\t\t\"key_665\": \"<string>\",\n\t\t\"key_666\": \"<string>\",\n\t\t\"key_667\": \"<string>\",\n\t\t\"key_668\": \"<string>\",\n\t\t\"key_669\": \"<string>\",\n\t\t\"key_670\": \"<string>\",\n\t\t\"key_671\": \"<string>\",\n\t\t\"key_672\": \"<string>\",\n\t\t\"key_673\": \"<string>\",\n\t\t\"key_674\": \"<string>\",\n\t\t\"key_675\": \"<string>\",\n\t\t\"key_676\": \"<string>\",\n\t\t\"key_677\": \"<string>\",\n\t\t\"key_678\": \"<string>\",\n\t\t\"key_679\": \"<string>\",\n\t\t\"key_680\": \"<string>\",\n\t\t\"key_681\": \"<string>\",\n\t\t\"key_682\": \"<string>\",\n\t\t\"key_683\": \"<string>\",\n\t\t\"key_684\": \"<string>\",\n\t\t\"key_685\": \"<string>\",\n\t\t\"key_686\": \"<string>\",\n\t\t\"key_687\": \"<string>\",\n\t\t\"key_688\": \"<string>\",\n\t\t\"key_689\": \"<string>\",\n\t\t\"key_690\": \"<string>\",\n\t\t\"key_691\": \"<string>\",\n\t\t\"key_692\": \"<string>\",\n\t\t\"key_693\": \"<string>\",\n\t\t\"key_694\": \"<string>\",\n\t\t\"key_695\": \"<string>\",\n\t\t\"key_696\": \"<string>\",\n\t\t\"key_697\": \"<string>\",\n\t\t\"key_698\": \"<string>\",\n\t\t\"key_699\": \"<string>\",\n\t\t\"key_700\": \"<string>\",\n\t\t\"key_701\": \"<string>\",\n\t\t\"key_702\": \"<string>\",\n\t\t\"key_703\": \"<string>\",\n\t\t\"key_704\": \"<string>\",\n\t\t\"key_705\": \"<string>\",\n\t\t\"key_706\": \"<string>\",\n\t\t\"key_707\": \"<string>\",\n\t\t\"key_708\": \"<string>\",\n\t\t\"key_709\": \"<string>\",\n\t\t\"key_710\": \"<string>\",\n\t\t\"key_711\": \"<string>\",\n\t\t\"key_712\": \"<string>\",\n\t\t\"key_713\": \"<string>\",\n\t\t\"key_714\": \"<string>\",\n\t\t\"key_715\": \"<string>\",\n\t\t\"key_716\": \"<string>\",\n\t\t\"key_717\": \"<string>\",\n\t\t\"key_718\": \"<string>\",\n\t\t\"key_719\": \"<string>\",\n\t\t\"key_720\": \"<string>\",\n\t\t\"key_721\": \"<string>\",\n\t\t\"key_722\": \"<string>\",\n\t\t\"key_723\": \"<string>\",\n\t\t\"key_724\": \"<string>\",\n\t\t\"key_725\": \"<string>\",\n\t\t\"key_726\": \"<string>\",\n\t\t\"key_727\": \"<string>\",\n\t\t\"key_728\": \"<string>\",\n\t\t\"key_729\": \"<string>\",\n\t\t\"key_730\": \"<string>\",\n\t\t\"key_731\": \"<string>\",\n\t\t\"key_732\": \"<string>\",\n\t\t\"key_733\": \"<string>\",\n\t\t\"key_734\": \"<string>\",\n\t\t\"key_735\": \"<string>\",\n\t\t\"key_736\": \"<string>\",\n\t\t\"key_737\": \"<string>\",\n\t\t\"key_738\": \"<string>\",\n\t\t\"key_739\": \"<string>\",\n\t\t\"key_740\": \"<string>\",\n\t\t\"key_741\": \"<string>\",\n\t\t\"key_742\": \"<string>\",\n\t\t\"key_743\": \"<string>\",\n\t\t\"key_744\": \"<string>\",\n\t\t\"key_745\": \"<string>\",\n\t\t\"key_746\": \"<string>\",\n\t\t\"key_747\": \"<string>\",\n\t\t\"key_748\": \"<string>\",\n\t\t\"key_749\": \"<string>\",\n\t\t\"key_750\": \"<string>\",\n\t\t\"key_751\": \"<string>\",\n\t\t\"key_752\": \"<string>\",\n\t\t\"key_753\": \"<string>\",\n\t\t\"key_754\": \"<string>\",\n\t\t\"key_755\": \"<string>\",\n\t\t\"key_756\": \"<string>\",\n\t\t\"key_757\": \"<string>\",\n\t\t\"key_758\": \"<string>\",\n\t\t\"key_759\": \"<string>\",\n\t\t\"key_760\": \"<string>\",\n\t\t\"key_761\": \"<string>\",\n\t\t\"key_762\": \"<string>\",\n\t\t\"key_763\": \"<string>\",\n\t\t\"key_764\": \"<string>\",\n\t\t\"key_765\": \"<string>\",\n\t\t\"key_766\": \"<string>\",\n\t\t\"key_767\": \"<string>\",\n\t\t\"key_768\": \"<string>\",\n\t\t\"key_769\": \"<string>\",\n\t\t\"key_770\": \"<string>\",\n\t\t\"key_771\": \"<string>\",\n\t\t\"key_772\": \"<string>\",\n\t\t\"key_773\": \"<string>\",\n\t\t\"key_774\": \"<string>\",\n\t\t\"key_775\": \"<string>\",\n\t\t\"key_776\": \"<string>\",\n\t\t\"key_777\": \"<string>\",\n\t\t\"key_778\": \"<string>\",\n\t\t\"key_779\": \"<string>\",\n\t\t\"key_780\": \"<string>\",\n\t\t\"key_781\": \"<string>\",\n\t\t\"key_782\": \"<string>\",\n\t\t\"key_783\": \"<string>\",\n\t\t\"key_784\": \"<string>\",\n\t\t\"key_785\": \"<string>\",\n\t\t\"key_786\": \"<string>\",\n\t\t\"key_787\": \"<string>\",\n\t\t\"key_788\": \"<string>\",\n\t\t\"key_789\": \"<string>\",\n\t\t\"key_790\": \"<string>\",\n\t\t\"key_791\": \"<string>\",\n\t\t\"key_792\": \"<string>\",\n\t\t\"key_793\": \"<string>\",\n\t\t\"key_794\": \"<string>\",\n\t\t\"key_795\": \"<string>\",\n\t\t\"key_796\": \"<string>\",\n\t\t\"key_797\": \"<string>\",\n\t\t\"key_798\": \"<string>\",\n\t\t\"key_799\": \"<string>\",\n\t\t\"key_800\": \"<string>\",\n\t\t\"key_801\": \"<string>\",\n\t\t\"key_802\": \"<string>\",\n\t\t\"key_803\": \"<string>\",\n\t\t\"key_804\": \"<string>\",\n\t\t\"key_805\": \"<string>\",\n\t\t\"key_806\": \"<string>\",\n\t\t\"key_807\": \"<string>\",\n\t\t\"key_808\": \"<string>\",\n\t\t\"key_809\": \"<string>\",\n\t\t\"key_810\": \"<string>\",\n\t\t\"key_811\": \"<string>\",\n\t\t\"key_812\": \"<string>\",\n\t\t\"key_813\": \"<string>\",\n\t\t\"key_814\": \"<string>\",\n\t\t\"key_815\": \"<string>\",\n\t\t\"key_816\": \"<string>\",\n\t\t\"key_817\": \"<string>\",\n\t\t\"key_818\": \"<string>\",\n\t\t\"key_819\": \"<string>\",\n\t\t\"key_820\": \"<string>\",\n\t\t\"key_821\": \"<string>\",\n\t\t\"key_822\": \"<string>\",\n\t\t\"key_823\": \"<string>\",\n\t\t\"key_824\": \"<string>\",\n\t\t\"key_825\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5888a15a-4197-46c0-a231-4419e90a37f3",
                  "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}\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": "c211ada7-0039-4148-ac7c-98e8d4a18a5d",
              "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": "229658c2-aaa4-43ae-bbd5-d65e07d315e8",
                  "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}\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}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "181d9fac-9c5f-4b66-8fac-a0c0fcee0c79",
                  "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": "b099f37c-fb2b-41b6-94d9-ab532592510e",
              "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": "46b276fa-8892-4649-b22d-fdebc6344aab",
                  "name": "Authentication Provider retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"redirectUrl\": \"<uri>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\",\n\t\t\"key_341\": \"<string>\",\n\t\t\"key_342\": \"<string>\",\n\t\t\"key_343\": \"<string>\",\n\t\t\"key_344\": \"<string>\",\n\t\t\"key_345\": \"<string>\",\n\t\t\"key_346\": \"<string>\",\n\t\t\"key_347\": \"<string>\",\n\t\t\"key_348\": \"<string>\",\n\t\t\"key_349\": \"<string>\",\n\t\t\"key_350\": \"<string>\",\n\t\t\"key_351\": \"<string>\",\n\t\t\"key_352\": \"<string>\",\n\t\t\"key_353\": \"<string>\",\n\t\t\"key_354\": \"<string>\",\n\t\t\"key_355\": \"<string>\",\n\t\t\"key_356\": \"<string>\",\n\t\t\"key_357\": \"<string>\",\n\t\t\"key_358\": \"<string>\",\n\t\t\"key_359\": \"<string>\",\n\t\t\"key_360\": \"<string>\",\n\t\t\"key_361\": \"<string>\",\n\t\t\"key_362\": \"<string>\",\n\t\t\"key_363\": \"<string>\",\n\t\t\"key_364\": \"<string>\",\n\t\t\"key_365\": \"<string>\",\n\t\t\"key_366\": \"<string>\",\n\t\t\"key_367\": \"<string>\",\n\t\t\"key_368\": \"<string>\",\n\t\t\"key_369\": \"<string>\",\n\t\t\"key_370\": \"<string>\",\n\t\t\"key_371\": \"<string>\",\n\t\t\"key_372\": \"<string>\",\n\t\t\"key_373\": \"<string>\",\n\t\t\"key_374\": \"<string>\",\n\t\t\"key_375\": \"<string>\",\n\t\t\"key_376\": \"<string>\",\n\t\t\"key_377\": \"<string>\",\n\t\t\"key_378\": \"<string>\",\n\t\t\"key_379\": \"<string>\",\n\t\t\"key_380\": \"<string>\",\n\t\t\"key_381\": \"<string>\",\n\t\t\"key_382\": \"<string>\",\n\t\t\"key_383\": \"<string>\",\n\t\t\"key_384\": \"<string>\",\n\t\t\"key_385\": \"<string>\",\n\t\t\"key_386\": \"<string>\",\n\t\t\"key_387\": \"<string>\",\n\t\t\"key_388\": \"<string>\",\n\t\t\"key_389\": \"<string>\",\n\t\t\"key_390\": \"<string>\",\n\t\t\"key_391\": \"<string>\",\n\t\t\"key_392\": \"<string>\",\n\t\t\"key_393\": \"<string>\",\n\t\t\"key_394\": \"<string>\",\n\t\t\"key_395\": \"<string>\",\n\t\t\"key_396\": \"<string>\",\n\t\t\"key_397\": \"<string>\",\n\t\t\"key_398\": \"<string>\",\n\t\t\"key_399\": \"<string>\",\n\t\t\"key_400\": \"<string>\",\n\t\t\"key_401\": \"<string>\",\n\t\t\"key_402\": \"<string>\",\n\t\t\"key_403\": \"<string>\",\n\t\t\"key_404\": \"<string>\",\n\t\t\"key_405\": \"<string>\",\n\t\t\"key_406\": \"<string>\",\n\t\t\"key_407\": \"<string>\",\n\t\t\"key_408\": \"<string>\",\n\t\t\"key_409\": \"<string>\",\n\t\t\"key_410\": \"<string>\",\n\t\t\"key_411\": \"<string>\",\n\t\t\"key_412\": \"<string>\",\n\t\t\"key_413\": \"<string>\",\n\t\t\"key_414\": \"<string>\",\n\t\t\"key_415\": \"<string>\",\n\t\t\"key_416\": \"<string>\",\n\t\t\"key_417\": \"<string>\",\n\t\t\"key_418\": \"<string>\",\n\t\t\"key_419\": \"<string>\",\n\t\t\"key_420\": \"<string>\",\n\t\t\"key_421\": \"<string>\",\n\t\t\"key_422\": \"<string>\",\n\t\t\"key_423\": \"<string>\",\n\t\t\"key_424\": \"<string>\",\n\t\t\"key_425\": \"<string>\",\n\t\t\"key_426\": \"<string>\",\n\t\t\"key_427\": \"<string>\",\n\t\t\"key_428\": \"<string>\",\n\t\t\"key_429\": \"<string>\",\n\t\t\"key_430\": \"<string>\",\n\t\t\"key_431\": \"<string>\",\n\t\t\"key_432\": \"<string>\",\n\t\t\"key_433\": \"<string>\",\n\t\t\"key_434\": \"<string>\",\n\t\t\"key_435\": \"<string>\",\n\t\t\"key_436\": \"<string>\",\n\t\t\"key_437\": \"<string>\",\n\t\t\"key_438\": \"<string>\",\n\t\t\"key_439\": \"<string>\",\n\t\t\"key_440\": \"<string>\",\n\t\t\"key_441\": \"<string>\",\n\t\t\"key_442\": \"<string>\",\n\t\t\"key_443\": \"<string>\",\n\t\t\"key_444\": \"<string>\",\n\t\t\"key_445\": \"<string>\",\n\t\t\"key_446\": \"<string>\",\n\t\t\"key_447\": \"<string>\",\n\t\t\"key_448\": \"<string>\",\n\t\t\"key_449\": \"<string>\",\n\t\t\"key_450\": \"<string>\",\n\t\t\"key_451\": \"<string>\",\n\t\t\"key_452\": \"<string>\",\n\t\t\"key_453\": \"<string>\",\n\t\t\"key_454\": \"<string>\",\n\t\t\"key_455\": \"<string>\",\n\t\t\"key_456\": \"<string>\",\n\t\t\"key_457\": \"<string>\",\n\t\t\"key_458\": \"<string>\",\n\t\t\"key_459\": \"<string>\",\n\t\t\"key_460\": \"<string>\",\n\t\t\"key_461\": \"<string>\",\n\t\t\"key_462\": \"<string>\",\n\t\t\"key_463\": \"<string>\",\n\t\t\"key_464\": \"<string>\",\n\t\t\"key_465\": \"<string>\",\n\t\t\"key_466\": \"<string>\",\n\t\t\"key_467\": \"<string>\",\n\t\t\"key_468\": \"<string>\",\n\t\t\"key_469\": \"<string>\",\n\t\t\"key_470\": \"<string>\",\n\t\t\"key_471\": \"<string>\",\n\t\t\"key_472\": \"<string>\",\n\t\t\"key_473\": \"<string>\",\n\t\t\"key_474\": \"<string>\",\n\t\t\"key_475\": \"<string>\",\n\t\t\"key_476\": \"<string>\",\n\t\t\"key_477\": \"<string>\",\n\t\t\"key_478\": \"<string>\",\n\t\t\"key_479\": \"<string>\",\n\t\t\"key_480\": \"<string>\",\n\t\t\"key_481\": \"<string>\",\n\t\t\"key_482\": \"<string>\",\n\t\t\"key_483\": \"<string>\",\n\t\t\"key_484\": \"<string>\",\n\t\t\"key_485\": \"<string>\",\n\t\t\"key_486\": \"<string>\",\n\t\t\"key_487\": \"<string>\",\n\t\t\"key_488\": \"<string>\",\n\t\t\"key_489\": \"<string>\",\n\t\t\"key_490\": \"<string>\",\n\t\t\"key_491\": \"<string>\",\n\t\t\"key_492\": \"<string>\",\n\t\t\"key_493\": \"<string>\",\n\t\t\"key_494\": \"<string>\",\n\t\t\"key_495\": \"<string>\",\n\t\t\"key_496\": \"<string>\",\n\t\t\"key_497\": \"<string>\",\n\t\t\"key_498\": \"<string>\",\n\t\t\"key_499\": \"<string>\",\n\t\t\"key_500\": \"<string>\",\n\t\t\"key_501\": \"<string>\",\n\t\t\"key_502\": \"<string>\",\n\t\t\"key_503\": \"<string>\",\n\t\t\"key_504\": \"<string>\",\n\t\t\"key_505\": \"<string>\",\n\t\t\"key_506\": \"<string>\",\n\t\t\"key_507\": \"<string>\",\n\t\t\"key_508\": \"<string>\",\n\t\t\"key_509\": \"<string>\",\n\t\t\"key_510\": \"<string>\",\n\t\t\"key_511\": \"<string>\",\n\t\t\"key_512\": \"<string>\",\n\t\t\"key_513\": \"<string>\",\n\t\t\"key_514\": \"<string>\",\n\t\t\"key_515\": \"<string>\",\n\t\t\"key_516\": \"<string>\",\n\t\t\"key_517\": \"<string>\",\n\t\t\"key_518\": \"<string>\",\n\t\t\"key_519\": \"<string>\",\n\t\t\"key_520\": \"<string>\",\n\t\t\"key_521\": \"<string>\",\n\t\t\"key_522\": \"<string>\",\n\t\t\"key_523\": \"<string>\",\n\t\t\"key_524\": \"<string>\",\n\t\t\"key_525\": \"<string>\",\n\t\t\"key_526\": \"<string>\",\n\t\t\"key_527\": \"<string>\",\n\t\t\"key_528\": \"<string>\",\n\t\t\"key_529\": \"<string>\",\n\t\t\"key_530\": \"<string>\",\n\t\t\"key_531\": \"<string>\",\n\t\t\"key_532\": \"<string>\",\n\t\t\"key_533\": \"<string>\",\n\t\t\"key_534\": \"<string>\",\n\t\t\"key_535\": \"<string>\",\n\t\t\"key_536\": \"<string>\",\n\t\t\"key_537\": \"<string>\",\n\t\t\"key_538\": \"<string>\",\n\t\t\"key_539\": \"<string>\",\n\t\t\"key_540\": \"<string>\",\n\t\t\"key_541\": \"<string>\",\n\t\t\"key_542\": \"<string>\",\n\t\t\"key_543\": \"<string>\",\n\t\t\"key_544\": \"<string>\",\n\t\t\"key_545\": \"<string>\",\n\t\t\"key_546\": \"<string>\",\n\t\t\"key_547\": \"<string>\",\n\t\t\"key_548\": \"<string>\",\n\t\t\"key_549\": \"<string>\",\n\t\t\"key_550\": \"<string>\",\n\t\t\"key_551\": \"<string>\",\n\t\t\"key_552\": \"<string>\",\n\t\t\"key_553\": \"<string>\",\n\t\t\"key_554\": \"<string>\",\n\t\t\"key_555\": \"<string>\",\n\t\t\"key_556\": \"<string>\",\n\t\t\"key_557\": \"<string>\",\n\t\t\"key_558\": \"<string>\",\n\t\t\"key_559\": \"<string>\",\n\t\t\"key_560\": \"<string>\",\n\t\t\"key_561\": \"<string>\",\n\t\t\"key_562\": \"<string>\",\n\t\t\"key_563\": \"<string>\",\n\t\t\"key_564\": \"<string>\",\n\t\t\"key_565\": \"<string>\",\n\t\t\"key_566\": \"<string>\",\n\t\t\"key_567\": \"<string>\",\n\t\t\"key_568\": \"<string>\",\n\t\t\"key_569\": \"<string>\",\n\t\t\"key_570\": \"<string>\",\n\t\t\"key_571\": \"<string>\",\n\t\t\"key_572\": \"<string>\",\n\t\t\"key_573\": \"<string>\",\n\t\t\"key_574\": \"<string>\",\n\t\t\"key_575\": \"<string>\",\n\t\t\"key_576\": \"<string>\",\n\t\t\"key_577\": \"<string>\",\n\t\t\"key_578\": \"<string>\",\n\t\t\"key_579\": \"<string>\",\n\t\t\"key_580\": \"<string>\",\n\t\t\"key_581\": \"<string>\",\n\t\t\"key_582\": \"<string>\",\n\t\t\"key_583\": \"<string>\",\n\t\t\"key_584\": \"<string>\",\n\t\t\"key_585\": \"<string>\",\n\t\t\"key_586\": \"<string>\",\n\t\t\"key_587\": \"<string>\",\n\t\t\"key_588\": \"<string>\",\n\t\t\"key_589\": \"<string>\",\n\t\t\"key_590\": \"<string>\",\n\t\t\"key_591\": \"<string>\",\n\t\t\"key_592\": \"<string>\",\n\t\t\"key_593\": \"<string>\",\n\t\t\"key_594\": \"<string>\",\n\t\t\"key_595\": \"<string>\",\n\t\t\"key_596\": \"<string>\",\n\t\t\"key_597\": \"<string>\",\n\t\t\"key_598\": \"<string>\",\n\t\t\"key_599\": \"<string>\",\n\t\t\"key_600\": \"<string>\",\n\t\t\"key_601\": \"<string>\",\n\t\t\"key_602\": \"<string>\",\n\t\t\"key_603\": \"<string>\",\n\t\t\"key_604\": \"<string>\",\n\t\t\"key_605\": \"<string>\",\n\t\t\"key_606\": \"<string>\",\n\t\t\"key_607\": \"<string>\",\n\t\t\"key_608\": \"<string>\",\n\t\t\"key_609\": \"<string>\",\n\t\t\"key_610\": \"<string>\",\n\t\t\"key_611\": \"<string>\",\n\t\t\"key_612\": \"<string>\",\n\t\t\"key_613\": \"<string>\",\n\t\t\"key_614\": \"<string>\",\n\t\t\"key_615\": \"<string>\",\n\t\t\"key_616\": \"<string>\",\n\t\t\"key_617\": \"<string>\",\n\t\t\"key_618\": \"<string>\",\n\t\t\"key_619\": \"<string>\",\n\t\t\"key_620\": \"<string>\",\n\t\t\"key_621\": \"<string>\",\n\t\t\"key_622\": \"<string>\",\n\t\t\"key_623\": \"<string>\",\n\t\t\"key_624\": \"<string>\",\n\t\t\"key_625\": \"<string>\",\n\t\t\"key_626\": \"<string>\",\n\t\t\"key_627\": \"<string>\",\n\t\t\"key_628\": \"<string>\",\n\t\t\"key_629\": \"<string>\",\n\t\t\"key_630\": \"<string>\",\n\t\t\"key_631\": \"<string>\",\n\t\t\"key_632\": \"<string>\",\n\t\t\"key_633\": \"<string>\",\n\t\t\"key_634\": \"<string>\",\n\t\t\"key_635\": \"<string>\",\n\t\t\"key_636\": \"<string>\",\n\t\t\"key_637\": \"<string>\",\n\t\t\"key_638\": \"<string>\",\n\t\t\"key_639\": \"<string>\",\n\t\t\"key_640\": \"<string>\",\n\t\t\"key_641\": \"<string>\",\n\t\t\"key_642\": \"<string>\",\n\t\t\"key_643\": \"<string>\",\n\t\t\"key_644\": \"<string>\",\n\t\t\"key_645\": \"<string>\",\n\t\t\"key_646\": \"<string>\",\n\t\t\"key_647\": \"<string>\",\n\t\t\"key_648\": \"<string>\",\n\t\t\"key_649\": \"<string>\",\n\t\t\"key_650\": \"<string>\",\n\t\t\"key_651\": \"<string>\",\n\t\t\"key_652\": \"<string>\",\n\t\t\"key_653\": \"<string>\",\n\t\t\"key_654\": \"<string>\",\n\t\t\"key_655\": \"<string>\",\n\t\t\"key_656\": \"<string>\",\n\t\t\"key_657\": \"<string>\",\n\t\t\"key_658\": \"<string>\",\n\t\t\"key_659\": \"<string>\",\n\t\t\"key_660\": \"<string>\",\n\t\t\"key_661\": \"<string>\",\n\t\t\"key_662\": \"<string>\",\n\t\t\"key_663\": \"<string>\",\n\t\t\"key_664\": \"<string>\",\n\t\t\"key_665\": \"<string>\",\n\t\t\"key_666\": \"<string>\",\n\t\t\"key_667\": \"<string>\",\n\t\t\"key_668\": \"<string>\",\n\t\t\"key_669\": \"<string>\",\n\t\t\"key_670\": \"<string>\",\n\t\t\"key_671\": \"<string>\",\n\t\t\"key_672\": \"<string>\",\n\t\t\"key_673\": \"<string>\",\n\t\t\"key_674\": \"<string>\",\n\t\t\"key_675\": \"<string>\",\n\t\t\"key_676\": \"<string>\",\n\t\t\"key_677\": \"<string>\",\n\t\t\"key_678\": \"<string>\",\n\t\t\"key_679\": \"<string>\",\n\t\t\"key_680\": \"<string>\",\n\t\t\"key_681\": \"<string>\",\n\t\t\"key_682\": \"<string>\",\n\t\t\"key_683\": \"<string>\",\n\t\t\"key_684\": \"<string>\",\n\t\t\"key_685\": \"<string>\",\n\t\t\"key_686\": \"<string>\",\n\t\t\"key_687\": \"<string>\",\n\t\t\"key_688\": \"<string>\",\n\t\t\"key_689\": \"<string>\",\n\t\t\"key_690\": \"<string>\",\n\t\t\"key_691\": \"<string>\",\n\t\t\"key_692\": \"<string>\",\n\t\t\"key_693\": \"<string>\",\n\t\t\"key_694\": \"<string>\",\n\t\t\"key_695\": \"<string>\",\n\t\t\"key_696\": \"<string>\",\n\t\t\"key_697\": \"<string>\",\n\t\t\"key_698\": \"<string>\",\n\t\t\"key_699\": \"<string>\",\n\t\t\"key_700\": \"<string>\",\n\t\t\"key_701\": \"<string>\",\n\t\t\"key_702\": \"<string>\",\n\t\t\"key_703\": \"<string>\",\n\t\t\"key_704\": \"<string>\",\n\t\t\"key_705\": \"<string>\",\n\t\t\"key_706\": \"<string>\",\n\t\t\"key_707\": \"<string>\",\n\t\t\"key_708\": \"<string>\",\n\t\t\"key_709\": \"<string>\",\n\t\t\"key_710\": \"<string>\",\n\t\t\"key_711\": \"<string>\",\n\t\t\"key_712\": \"<string>\",\n\t\t\"key_713\": \"<string>\",\n\t\t\"key_714\": \"<string>\",\n\t\t\"key_715\": \"<string>\",\n\t\t\"key_716\": \"<string>\",\n\t\t\"key_717\": \"<string>\",\n\t\t\"key_718\": \"<string>\",\n\t\t\"key_719\": \"<string>\",\n\t\t\"key_720\": \"<string>\",\n\t\t\"key_721\": \"<string>\",\n\t\t\"key_722\": \"<string>\",\n\t\t\"key_723\": \"<string>\",\n\t\t\"key_724\": \"<string>\",\n\t\t\"key_725\": \"<string>\",\n\t\t\"key_726\": \"<string>\",\n\t\t\"key_727\": \"<string>\",\n\t\t\"key_728\": \"<string>\",\n\t\t\"key_729\": \"<string>\",\n\t\t\"key_730\": \"<string>\",\n\t\t\"key_731\": \"<string>\",\n\t\t\"key_732\": \"<string>\",\n\t\t\"key_733\": \"<string>\",\n\t\t\"key_734\": \"<string>\",\n\t\t\"key_735\": \"<string>\",\n\t\t\"key_736\": \"<string>\",\n\t\t\"key_737\": \"<string>\",\n\t\t\"key_738\": \"<string>\",\n\t\t\"key_739\": \"<string>\",\n\t\t\"key_740\": \"<string>\",\n\t\t\"key_741\": \"<string>\",\n\t\t\"key_742\": \"<string>\",\n\t\t\"key_743\": \"<string>\",\n\t\t\"key_744\": \"<string>\",\n\t\t\"key_745\": \"<string>\",\n\t\t\"key_746\": \"<string>\",\n\t\t\"key_747\": \"<string>\",\n\t\t\"key_748\": \"<string>\",\n\t\t\"key_749\": \"<string>\",\n\t\t\"key_750\": \"<string>\",\n\t\t\"key_751\": \"<string>\",\n\t\t\"key_752\": \"<string>\",\n\t\t\"key_753\": \"<string>\",\n\t\t\"key_754\": \"<string>\",\n\t\t\"key_755\": \"<string>\",\n\t\t\"key_756\": \"<string>\",\n\t\t\"key_757\": \"<string>\",\n\t\t\"key_758\": \"<string>\",\n\t\t\"key_759\": \"<string>\",\n\t\t\"key_760\": \"<string>\",\n\t\t\"key_761\": \"<string>\",\n\t\t\"key_762\": \"<string>\",\n\t\t\"key_763\": \"<string>\",\n\t\t\"key_764\": \"<string>\",\n\t\t\"key_765\": \"<string>\",\n\t\t\"key_766\": \"<string>\",\n\t\t\"key_767\": \"<string>\",\n\t\t\"key_768\": \"<string>\",\n\t\t\"key_769\": \"<string>\",\n\t\t\"key_770\": \"<string>\",\n\t\t\"key_771\": \"<string>\",\n\t\t\"key_772\": \"<string>\",\n\t\t\"key_773\": \"<string>\",\n\t\t\"key_774\": \"<string>\",\n\t\t\"key_775\": \"<string>\",\n\t\t\"key_776\": \"<string>\",\n\t\t\"key_777\": \"<string>\",\n\t\t\"key_778\": \"<string>\",\n\t\t\"key_779\": \"<string>\",\n\t\t\"key_780\": \"<string>\",\n\t\t\"key_781\": \"<string>\",\n\t\t\"key_782\": \"<string>\",\n\t\t\"key_783\": \"<string>\",\n\t\t\"key_784\": \"<string>\",\n\t\t\"key_785\": \"<string>\",\n\t\t\"key_786\": \"<string>\",\n\t\t\"key_787\": \"<string>\",\n\t\t\"key_788\": \"<string>\",\n\t\t\"key_789\": \"<string>\",\n\t\t\"key_790\": \"<string>\",\n\t\t\"key_791\": \"<string>\",\n\t\t\"key_792\": \"<string>\",\n\t\t\"key_793\": \"<string>\",\n\t\t\"key_794\": \"<string>\",\n\t\t\"key_795\": \"<string>\",\n\t\t\"key_796\": \"<string>\",\n\t\t\"key_797\": \"<string>\",\n\t\t\"key_798\": \"<string>\",\n\t\t\"key_799\": \"<string>\",\n\t\t\"key_800\": \"<string>\",\n\t\t\"key_801\": \"<string>\",\n\t\t\"key_802\": \"<string>\",\n\t\t\"key_803\": \"<string>\",\n\t\t\"key_804\": \"<string>\",\n\t\t\"key_805\": \"<string>\",\n\t\t\"key_806\": \"<string>\",\n\t\t\"key_807\": \"<string>\",\n\t\t\"key_808\": \"<string>\",\n\t\t\"key_809\": \"<string>\",\n\t\t\"key_810\": \"<string>\",\n\t\t\"key_811\": \"<string>\",\n\t\t\"key_812\": \"<string>\",\n\t\t\"key_813\": \"<string>\",\n\t\t\"key_814\": \"<string>\",\n\t\t\"key_815\": \"<string>\",\n\t\t\"key_816\": \"<string>\",\n\t\t\"key_817\": \"<string>\",\n\t\t\"key_818\": \"<string>\",\n\t\t\"key_819\": \"<string>\",\n\t\t\"key_820\": \"<string>\",\n\t\t\"key_821\": \"<string>\",\n\t\t\"key_822\": \"<string>\",\n\t\t\"key_823\": \"<string>\",\n\t\t\"key_824\": \"<string>\",\n\t\t\"key_825\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2846398b-a839-4a1a-83b5-7cb889b7dc61",
                  "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": "3cb2ef12-e410-4e1d-ae89-825178ccacf0",
                  "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": "f842568d-45da-4884-b4c5-ba218809ea4b",
              "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}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "7866f8e1-c525-4bc8-b497-09ac62f5665e",
                  "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}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"redirectUrl\": \"<uri>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\",\n\t\t\"key_341\": \"<string>\",\n\t\t\"key_342\": \"<string>\",\n\t\t\"key_343\": \"<string>\",\n\t\t\"key_344\": \"<string>\",\n\t\t\"key_345\": \"<string>\",\n\t\t\"key_346\": \"<string>\",\n\t\t\"key_347\": \"<string>\",\n\t\t\"key_348\": \"<string>\",\n\t\t\"key_349\": \"<string>\",\n\t\t\"key_350\": \"<string>\",\n\t\t\"key_351\": \"<string>\",\n\t\t\"key_352\": \"<string>\",\n\t\t\"key_353\": \"<string>\",\n\t\t\"key_354\": \"<string>\",\n\t\t\"key_355\": \"<string>\",\n\t\t\"key_356\": \"<string>\",\n\t\t\"key_357\": \"<string>\",\n\t\t\"key_358\": \"<string>\",\n\t\t\"key_359\": \"<string>\",\n\t\t\"key_360\": \"<string>\",\n\t\t\"key_361\": \"<string>\",\n\t\t\"key_362\": \"<string>\",\n\t\t\"key_363\": \"<string>\",\n\t\t\"key_364\": \"<string>\",\n\t\t\"key_365\": \"<string>\",\n\t\t\"key_366\": \"<string>\",\n\t\t\"key_367\": \"<string>\",\n\t\t\"key_368\": \"<string>\",\n\t\t\"key_369\": \"<string>\",\n\t\t\"key_370\": \"<string>\",\n\t\t\"key_371\": \"<string>\",\n\t\t\"key_372\": \"<string>\",\n\t\t\"key_373\": \"<string>\",\n\t\t\"key_374\": \"<string>\",\n\t\t\"key_375\": \"<string>\",\n\t\t\"key_376\": \"<string>\",\n\t\t\"key_377\": \"<string>\",\n\t\t\"key_378\": \"<string>\",\n\t\t\"key_379\": \"<string>\",\n\t\t\"key_380\": \"<string>\",\n\t\t\"key_381\": \"<string>\",\n\t\t\"key_382\": \"<string>\",\n\t\t\"key_383\": \"<string>\",\n\t\t\"key_384\": \"<string>\",\n\t\t\"key_385\": \"<string>\",\n\t\t\"key_386\": \"<string>\",\n\t\t\"key_387\": \"<string>\",\n\t\t\"key_388\": \"<string>\",\n\t\t\"key_389\": \"<string>\",\n\t\t\"key_390\": \"<string>\",\n\t\t\"key_391\": \"<string>\",\n\t\t\"key_392\": \"<string>\",\n\t\t\"key_393\": \"<string>\",\n\t\t\"key_394\": \"<string>\",\n\t\t\"key_395\": \"<string>\",\n\t\t\"key_396\": \"<string>\",\n\t\t\"key_397\": \"<string>\",\n\t\t\"key_398\": \"<string>\",\n\t\t\"key_399\": \"<string>\",\n\t\t\"key_400\": \"<string>\",\n\t\t\"key_401\": \"<string>\",\n\t\t\"key_402\": \"<string>\",\n\t\t\"key_403\": \"<string>\",\n\t\t\"key_404\": \"<string>\",\n\t\t\"key_405\": \"<string>\",\n\t\t\"key_406\": \"<string>\",\n\t\t\"key_407\": \"<string>\",\n\t\t\"key_408\": \"<string>\",\n\t\t\"key_409\": \"<string>\",\n\t\t\"key_410\": \"<string>\",\n\t\t\"key_411\": \"<string>\",\n\t\t\"key_412\": \"<string>\",\n\t\t\"key_413\": \"<string>\",\n\t\t\"key_414\": \"<string>\",\n\t\t\"key_415\": \"<string>\",\n\t\t\"key_416\": \"<string>\",\n\t\t\"key_417\": \"<string>\",\n\t\t\"key_418\": \"<string>\",\n\t\t\"key_419\": \"<string>\",\n\t\t\"key_420\": \"<string>\",\n\t\t\"key_421\": \"<string>\",\n\t\t\"key_422\": \"<string>\",\n\t\t\"key_423\": \"<string>\",\n\t\t\"key_424\": \"<string>\",\n\t\t\"key_425\": \"<string>\",\n\t\t\"key_426\": \"<string>\",\n\t\t\"key_427\": \"<string>\",\n\t\t\"key_428\": \"<string>\",\n\t\t\"key_429\": \"<string>\",\n\t\t\"key_430\": \"<string>\",\n\t\t\"key_431\": \"<string>\",\n\t\t\"key_432\": \"<string>\",\n\t\t\"key_433\": \"<string>\",\n\t\t\"key_434\": \"<string>\",\n\t\t\"key_435\": \"<string>\",\n\t\t\"key_436\": \"<string>\",\n\t\t\"key_437\": \"<string>\",\n\t\t\"key_438\": \"<string>\",\n\t\t\"key_439\": \"<string>\",\n\t\t\"key_440\": \"<string>\",\n\t\t\"key_441\": \"<string>\",\n\t\t\"key_442\": \"<string>\",\n\t\t\"key_443\": \"<string>\",\n\t\t\"key_444\": \"<string>\",\n\t\t\"key_445\": \"<string>\",\n\t\t\"key_446\": \"<string>\",\n\t\t\"key_447\": \"<string>\",\n\t\t\"key_448\": \"<string>\",\n\t\t\"key_449\": \"<string>\",\n\t\t\"key_450\": \"<string>\",\n\t\t\"key_451\": \"<string>\",\n\t\t\"key_452\": \"<string>\",\n\t\t\"key_453\": \"<string>\",\n\t\t\"key_454\": \"<string>\",\n\t\t\"key_455\": \"<string>\",\n\t\t\"key_456\": \"<string>\",\n\t\t\"key_457\": \"<string>\",\n\t\t\"key_458\": \"<string>\",\n\t\t\"key_459\": \"<string>\",\n\t\t\"key_460\": \"<string>\",\n\t\t\"key_461\": \"<string>\",\n\t\t\"key_462\": \"<string>\",\n\t\t\"key_463\": \"<string>\",\n\t\t\"key_464\": \"<string>\",\n\t\t\"key_465\": \"<string>\",\n\t\t\"key_466\": \"<string>\",\n\t\t\"key_467\": \"<string>\",\n\t\t\"key_468\": \"<string>\",\n\t\t\"key_469\": \"<string>\",\n\t\t\"key_470\": \"<string>\",\n\t\t\"key_471\": \"<string>\",\n\t\t\"key_472\": \"<string>\",\n\t\t\"key_473\": \"<string>\",\n\t\t\"key_474\": \"<string>\",\n\t\t\"key_475\": \"<string>\",\n\t\t\"key_476\": \"<string>\",\n\t\t\"key_477\": \"<string>\",\n\t\t\"key_478\": \"<string>\",\n\t\t\"key_479\": \"<string>\",\n\t\t\"key_480\": \"<string>\",\n\t\t\"key_481\": \"<string>\",\n\t\t\"key_482\": \"<string>\",\n\t\t\"key_483\": \"<string>\",\n\t\t\"key_484\": \"<string>\",\n\t\t\"key_485\": \"<string>\",\n\t\t\"key_486\": \"<string>\",\n\t\t\"key_487\": \"<string>\",\n\t\t\"key_488\": \"<string>\",\n\t\t\"key_489\": \"<string>\",\n\t\t\"key_490\": \"<string>\",\n\t\t\"key_491\": \"<string>\",\n\t\t\"key_492\": \"<string>\",\n\t\t\"key_493\": \"<string>\",\n\t\t\"key_494\": \"<string>\",\n\t\t\"key_495\": \"<string>\",\n\t\t\"key_496\": \"<string>\",\n\t\t\"key_497\": \"<string>\",\n\t\t\"key_498\": \"<string>\",\n\t\t\"key_499\": \"<string>\",\n\t\t\"key_500\": \"<string>\",\n\t\t\"key_501\": \"<string>\",\n\t\t\"key_502\": \"<string>\",\n\t\t\"key_503\": \"<string>\",\n\t\t\"key_504\": \"<string>\",\n\t\t\"key_505\": \"<string>\",\n\t\t\"key_506\": \"<string>\",\n\t\t\"key_507\": \"<string>\",\n\t\t\"key_508\": \"<string>\",\n\t\t\"key_509\": \"<string>\",\n\t\t\"key_510\": \"<string>\",\n\t\t\"key_511\": \"<string>\",\n\t\t\"key_512\": \"<string>\",\n\t\t\"key_513\": \"<string>\",\n\t\t\"key_514\": \"<string>\",\n\t\t\"key_515\": \"<string>\",\n\t\t\"key_516\": \"<string>\",\n\t\t\"key_517\": \"<string>\",\n\t\t\"key_518\": \"<string>\",\n\t\t\"key_519\": \"<string>\",\n\t\t\"key_520\": \"<string>\",\n\t\t\"key_521\": \"<string>\",\n\t\t\"key_522\": \"<string>\",\n\t\t\"key_523\": \"<string>\",\n\t\t\"key_524\": \"<string>\",\n\t\t\"key_525\": \"<string>\",\n\t\t\"key_526\": \"<string>\",\n\t\t\"key_527\": \"<string>\",\n\t\t\"key_528\": \"<string>\",\n\t\t\"key_529\": \"<string>\",\n\t\t\"key_530\": \"<string>\",\n\t\t\"key_531\": \"<string>\",\n\t\t\"key_532\": \"<string>\",\n\t\t\"key_533\": \"<string>\",\n\t\t\"key_534\": \"<string>\",\n\t\t\"key_535\": \"<string>\",\n\t\t\"key_536\": \"<string>\",\n\t\t\"key_537\": \"<string>\",\n\t\t\"key_538\": \"<string>\",\n\t\t\"key_539\": \"<string>\",\n\t\t\"key_540\": \"<string>\",\n\t\t\"key_541\": \"<string>\",\n\t\t\"key_542\": \"<string>\",\n\t\t\"key_543\": \"<string>\",\n\t\t\"key_544\": \"<string>\",\n\t\t\"key_545\": \"<string>\",\n\t\t\"key_546\": \"<string>\",\n\t\t\"key_547\": \"<string>\",\n\t\t\"key_548\": \"<string>\",\n\t\t\"key_549\": \"<string>\",\n\t\t\"key_550\": \"<string>\",\n\t\t\"key_551\": \"<string>\",\n\t\t\"key_552\": \"<string>\",\n\t\t\"key_553\": \"<string>\",\n\t\t\"key_554\": \"<string>\",\n\t\t\"key_555\": \"<string>\",\n\t\t\"key_556\": \"<string>\",\n\t\t\"key_557\": \"<string>\",\n\t\t\"key_558\": \"<string>\",\n\t\t\"key_559\": \"<string>\",\n\t\t\"key_560\": \"<string>\",\n\t\t\"key_561\": \"<string>\",\n\t\t\"key_562\": \"<string>\",\n\t\t\"key_563\": \"<string>\",\n\t\t\"key_564\": \"<string>\",\n\t\t\"key_565\": \"<string>\",\n\t\t\"key_566\": \"<string>\",\n\t\t\"key_567\": \"<string>\",\n\t\t\"key_568\": \"<string>\",\n\t\t\"key_569\": \"<string>\",\n\t\t\"key_570\": \"<string>\",\n\t\t\"key_571\": \"<string>\",\n\t\t\"key_572\": \"<string>\",\n\t\t\"key_573\": \"<string>\",\n\t\t\"key_574\": \"<string>\",\n\t\t\"key_575\": \"<string>\",\n\t\t\"key_576\": \"<string>\",\n\t\t\"key_577\": \"<string>\",\n\t\t\"key_578\": \"<string>\",\n\t\t\"key_579\": \"<string>\",\n\t\t\"key_580\": \"<string>\",\n\t\t\"key_581\": \"<string>\",\n\t\t\"key_582\": \"<string>\",\n\t\t\"key_583\": \"<string>\",\n\t\t\"key_584\": \"<string>\",\n\t\t\"key_585\": \"<string>\",\n\t\t\"key_586\": \"<string>\",\n\t\t\"key_587\": \"<string>\",\n\t\t\"key_588\": \"<string>\",\n\t\t\"key_589\": \"<string>\",\n\t\t\"key_590\": \"<string>\",\n\t\t\"key_591\": \"<string>\",\n\t\t\"key_592\": \"<string>\",\n\t\t\"key_593\": \"<string>\",\n\t\t\"key_594\": \"<string>\",\n\t\t\"key_595\": \"<string>\",\n\t\t\"key_596\": \"<string>\",\n\t\t\"key_597\": \"<string>\",\n\t\t\"key_598\": \"<string>\",\n\t\t\"key_599\": \"<string>\",\n\t\t\"key_600\": \"<string>\",\n\t\t\"key_601\": \"<string>\",\n\t\t\"key_602\": \"<string>\",\n\t\t\"key_603\": \"<string>\",\n\t\t\"key_604\": \"<string>\",\n\t\t\"key_605\": \"<string>\",\n\t\t\"key_606\": \"<string>\",\n\t\t\"key_607\": \"<string>\",\n\t\t\"key_608\": \"<string>\",\n\t\t\"key_609\": \"<string>\",\n\t\t\"key_610\": \"<string>\",\n\t\t\"key_611\": \"<string>\",\n\t\t\"key_612\": \"<string>\",\n\t\t\"key_613\": \"<string>\",\n\t\t\"key_614\": \"<string>\",\n\t\t\"key_615\": \"<string>\",\n\t\t\"key_616\": \"<string>\",\n\t\t\"key_617\": \"<string>\",\n\t\t\"key_618\": \"<string>\",\n\t\t\"key_619\": \"<string>\",\n\t\t\"key_620\": \"<string>\",\n\t\t\"key_621\": \"<string>\",\n\t\t\"key_622\": \"<string>\",\n\t\t\"key_623\": \"<string>\",\n\t\t\"key_624\": \"<string>\",\n\t\t\"key_625\": \"<string>\",\n\t\t\"key_626\": \"<string>\",\n\t\t\"key_627\": \"<string>\",\n\t\t\"key_628\": \"<string>\",\n\t\t\"key_629\": \"<string>\",\n\t\t\"key_630\": \"<string>\",\n\t\t\"key_631\": \"<string>\",\n\t\t\"key_632\": \"<string>\",\n\t\t\"key_633\": \"<string>\",\n\t\t\"key_634\": \"<string>\",\n\t\t\"key_635\": \"<string>\",\n\t\t\"key_636\": \"<string>\",\n\t\t\"key_637\": \"<string>\",\n\t\t\"key_638\": \"<string>\",\n\t\t\"key_639\": \"<string>\",\n\t\t\"key_640\": \"<string>\",\n\t\t\"key_641\": \"<string>\",\n\t\t\"key_642\": \"<string>\",\n\t\t\"key_643\": \"<string>\",\n\t\t\"key_644\": \"<string>\",\n\t\t\"key_645\": \"<string>\",\n\t\t\"key_646\": \"<string>\",\n\t\t\"key_647\": \"<string>\",\n\t\t\"key_648\": \"<string>\",\n\t\t\"key_649\": \"<string>\",\n\t\t\"key_650\": \"<string>\",\n\t\t\"key_651\": \"<string>\",\n\t\t\"key_652\": \"<string>\",\n\t\t\"key_653\": \"<string>\",\n\t\t\"key_654\": \"<string>\",\n\t\t\"key_655\": \"<string>\",\n\t\t\"key_656\": \"<string>\",\n\t\t\"key_657\": \"<string>\",\n\t\t\"key_658\": \"<string>\",\n\t\t\"key_659\": \"<string>\",\n\t\t\"key_660\": \"<string>\",\n\t\t\"key_661\": \"<string>\",\n\t\t\"key_662\": \"<string>\",\n\t\t\"key_663\": \"<string>\",\n\t\t\"key_664\": \"<string>\",\n\t\t\"key_665\": \"<string>\",\n\t\t\"key_666\": \"<string>\",\n\t\t\"key_667\": \"<string>\",\n\t\t\"key_668\": \"<string>\",\n\t\t\"key_669\": \"<string>\",\n\t\t\"key_670\": \"<string>\",\n\t\t\"key_671\": \"<string>\",\n\t\t\"key_672\": \"<string>\",\n\t\t\"key_673\": \"<string>\",\n\t\t\"key_674\": \"<string>\",\n\t\t\"key_675\": \"<string>\",\n\t\t\"key_676\": \"<string>\",\n\t\t\"key_677\": \"<string>\",\n\t\t\"key_678\": \"<string>\",\n\t\t\"key_679\": \"<string>\",\n\t\t\"key_680\": \"<string>\",\n\t\t\"key_681\": \"<string>\",\n\t\t\"key_682\": \"<string>\",\n\t\t\"key_683\": \"<string>\",\n\t\t\"key_684\": \"<string>\",\n\t\t\"key_685\": \"<string>\",\n\t\t\"key_686\": \"<string>\",\n\t\t\"key_687\": \"<string>\",\n\t\t\"key_688\": \"<string>\",\n\t\t\"key_689\": \"<string>\",\n\t\t\"key_690\": \"<string>\",\n\t\t\"key_691\": \"<string>\",\n\t\t\"key_692\": \"<string>\",\n\t\t\"key_693\": \"<string>\",\n\t\t\"key_694\": \"<string>\",\n\t\t\"key_695\": \"<string>\",\n\t\t\"key_696\": \"<string>\",\n\t\t\"key_697\": \"<string>\",\n\t\t\"key_698\": \"<string>\",\n\t\t\"key_699\": \"<string>\",\n\t\t\"key_700\": \"<string>\",\n\t\t\"key_701\": \"<string>\",\n\t\t\"key_702\": \"<string>\",\n\t\t\"key_703\": \"<string>\",\n\t\t\"key_704\": \"<string>\",\n\t\t\"key_705\": \"<string>\",\n\t\t\"key_706\": \"<string>\",\n\t\t\"key_707\": \"<string>\",\n\t\t\"key_708\": \"<string>\",\n\t\t\"key_709\": \"<string>\",\n\t\t\"key_710\": \"<string>\",\n\t\t\"key_711\": \"<string>\",\n\t\t\"key_712\": \"<string>\",\n\t\t\"key_713\": \"<string>\",\n\t\t\"key_714\": \"<string>\",\n\t\t\"key_715\": \"<string>\",\n\t\t\"key_716\": \"<string>\",\n\t\t\"key_717\": \"<string>\",\n\t\t\"key_718\": \"<string>\",\n\t\t\"key_719\": \"<string>\",\n\t\t\"key_720\": \"<string>\",\n\t\t\"key_721\": \"<string>\",\n\t\t\"key_722\": \"<string>\",\n\t\t\"key_723\": \"<string>\",\n\t\t\"key_724\": \"<string>\",\n\t\t\"key_725\": \"<string>\",\n\t\t\"key_726\": \"<string>\",\n\t\t\"key_727\": \"<string>\",\n\t\t\"key_728\": \"<string>\",\n\t\t\"key_729\": \"<string>\",\n\t\t\"key_730\": \"<string>\",\n\t\t\"key_731\": \"<string>\",\n\t\t\"key_732\": \"<string>\",\n\t\t\"key_733\": \"<string>\",\n\t\t\"key_734\": \"<string>\",\n\t\t\"key_735\": \"<string>\",\n\t\t\"key_736\": \"<string>\",\n\t\t\"key_737\": \"<string>\",\n\t\t\"key_738\": \"<string>\",\n\t\t\"key_739\": \"<string>\",\n\t\t\"key_740\": \"<string>\",\n\t\t\"key_741\": \"<string>\",\n\t\t\"key_742\": \"<string>\",\n\t\t\"key_743\": \"<string>\",\n\t\t\"key_744\": \"<string>\",\n\t\t\"key_745\": \"<string>\",\n\t\t\"key_746\": \"<string>\",\n\t\t\"key_747\": \"<string>\",\n\t\t\"key_748\": \"<string>\",\n\t\t\"key_749\": \"<string>\",\n\t\t\"key_750\": \"<string>\",\n\t\t\"key_751\": \"<string>\",\n\t\t\"key_752\": \"<string>\",\n\t\t\"key_753\": \"<string>\",\n\t\t\"key_754\": \"<string>\",\n\t\t\"key_755\": \"<string>\",\n\t\t\"key_756\": \"<string>\",\n\t\t\"key_757\": \"<string>\",\n\t\t\"key_758\": \"<string>\",\n\t\t\"key_759\": \"<string>\",\n\t\t\"key_760\": \"<string>\",\n\t\t\"key_761\": \"<string>\",\n\t\t\"key_762\": \"<string>\",\n\t\t\"key_763\": \"<string>\",\n\t\t\"key_764\": \"<string>\",\n\t\t\"key_765\": \"<string>\",\n\t\t\"key_766\": \"<string>\",\n\t\t\"key_767\": \"<string>\",\n\t\t\"key_768\": \"<string>\",\n\t\t\"key_769\": \"<string>\",\n\t\t\"key_770\": \"<string>\",\n\t\t\"key_771\": \"<string>\",\n\t\t\"key_772\": \"<string>\",\n\t\t\"key_773\": \"<string>\",\n\t\t\"key_774\": \"<string>\",\n\t\t\"key_775\": \"<string>\",\n\t\t\"key_776\": \"<string>\",\n\t\t\"key_777\": \"<string>\",\n\t\t\"key_778\": \"<string>\",\n\t\t\"key_779\": \"<string>\",\n\t\t\"key_780\": \"<string>\",\n\t\t\"key_781\": \"<string>\",\n\t\t\"key_782\": \"<string>\",\n\t\t\"key_783\": \"<string>\",\n\t\t\"key_784\": \"<string>\",\n\t\t\"key_785\": \"<string>\",\n\t\t\"key_786\": \"<string>\",\n\t\t\"key_787\": \"<string>\",\n\t\t\"key_788\": \"<string>\",\n\t\t\"key_789\": \"<string>\",\n\t\t\"key_790\": \"<string>\",\n\t\t\"key_791\": \"<string>\",\n\t\t\"key_792\": \"<string>\",\n\t\t\"key_793\": \"<string>\",\n\t\t\"key_794\": \"<string>\",\n\t\t\"key_795\": \"<string>\",\n\t\t\"key_796\": \"<string>\",\n\t\t\"key_797\": \"<string>\",\n\t\t\"key_798\": \"<string>\",\n\t\t\"key_799\": \"<string>\",\n\t\t\"key_800\": \"<string>\",\n\t\t\"key_801\": \"<string>\",\n\t\t\"key_802\": \"<string>\",\n\t\t\"key_803\": \"<string>\",\n\t\t\"key_804\": \"<string>\",\n\t\t\"key_805\": \"<string>\",\n\t\t\"key_806\": \"<string>\",\n\t\t\"key_807\": \"<string>\",\n\t\t\"key_808\": \"<string>\",\n\t\t\"key_809\": \"<string>\",\n\t\t\"key_810\": \"<string>\",\n\t\t\"key_811\": \"<string>\",\n\t\t\"key_812\": \"<string>\",\n\t\t\"key_813\": \"<string>\",\n\t\t\"key_814\": \"<string>\",\n\t\t\"key_815\": \"<string>\",\n\t\t\"key_816\": \"<string>\",\n\t\t\"key_817\": \"<string>\",\n\t\t\"key_818\": \"<string>\",\n\t\t\"key_819\": \"<string>\",\n\t\t\"key_820\": \"<string>\",\n\t\t\"key_821\": \"<string>\",\n\t\t\"key_822\": \"<string>\",\n\t\t\"key_823\": \"<string>\",\n\t\t\"key_824\": \"<string>\",\n\t\t\"key_825\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a02ba19b-ac17-4c34-8651-20a166f068f7",
                  "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}\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": "63eaa6f2-1fc3-49d5-b819-d464e46968a2",
                  "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}\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": "0e54168f-d173-4e01-a8ba-e0ddb7ca2bd5",
              "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": "2bc5b21a-2ee7-4426-b5e8-c98f131ac66c",
                  "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": "e9893a8d-b2de-4657-8d82-f2fc502bc083",
                  "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": "489cb745-7e67-43f9-baa3-044d7afd0980",
                  "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": "d4de9a6b-cb6a-4f9f-be70-0a7fc0757622",
              "name": "Configure Interaction Hook",
              "request": {
                "name": "Configure Interaction Hook",
                "description": {
                  "content": "Configure the Interaction Hook for the OID4VCI 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": "557bcad2-ed10-474c-9e16-75ad9bb869f5",
                  "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": "f1a5b611-13ea-4287-aa62-4335f5ff9141",
                  "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": "2f2e1331-0255-461e-93de-e5c9cb9a49a2",
              "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": "f333ae51-e80b-44b4-b1b3-f43c81dd879f",
                  "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": "85ee9c2c-7a3e-4dbd-9023-fd5edf638a2b",
              "name": "Configure a claims source",
              "request": {
                "name": "Configure a claims source",
                "description": {
                  "content": "Configures a new claims source for your tenant. When issuing a new credential, MATTR VII will make either a GET or a POST request to the claims source using the configured request parameters and fetch available data. This fetched data can then be included in the issued credential.\n\n### **Analytic event**\n* CLAIM_SOURCE_CREATE_START\n* CLAIM_SOURCE_CREATE_SUCCESS\n* CLAIM_SOURCE_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "claim-sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "462a8d23-bb00-4896-8d38-f0ba26a24640",
                  "name": "Claims source configured",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"requestMethod\": \"GET\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9a83eda7-672d-42d7-95ba-5eac79e760cb",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "dcfbf37a-1d92-42d3-8e0d-67123b0db6a0",
              "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": "f98bb137-ef7c-41fd-bd72-189ac327dbbb",
                  "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": "a31318cf-2f0a-46df-9f12-3bc9fbdd6b55",
                  "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": "93c66496-9a36-4f95-b19e-e75e2bc8783b",
              "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": "e607619a-1ca1-45ba-b30c-f3e46ebfaf46",
                  "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": "b2c0180d-3488-4c81-aafc-fb0026531dd9",
                  "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": "25d4232d-69d4-4c64-bde6-223d99797abd",
                  "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": "ceabbff5-57bd-443f-946c-8b551290ff70",
              "name": "Update a claims source",
              "request": {
                "name": "Update a claims source",
                "description": {
                  "content": "Updates an existing claim source by providing its `claimSourceID`.\n\n### **Analytic event**\n* CLAIM_SOURCE_UPDATE_START\n* CLAIM_SOURCE_UPDATE_SUCCESS\n* CLAIM_SOURCE_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "claim-sources",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Claims source ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "cd7f2aa2-a9d6-4605-aed7-c865d7aad98a",
                  "name": "Claims source updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"requestMethod\": \"GET\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b4088532-20dc-4e99-86b9-856741a8f1f9",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b0a9040f-fc1f-48f7-b8ec-546bb79be7ce",
                  "name": "Claims source not found",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a69014b7-87c9-4303-9f6c-745bb32696b2",
              "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": "d8a482b4-4bfb-4d5d-9147-7a8e053eda8d",
                  "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": "ef2ca285-3d23-4ae2-a6cb-7592a5f9ed01",
                  "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": "48ac559f-98f4-411e-a05e-55342e2fd74a",
                  "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": "d83ade54-deb9-423c-b85e-9e401eaf47f1",
              "name": "Create an Authorization Code credential offer",
              "request": {
                "name": "Create an Authorization Code credential offer",
                "description": {
                  "content": "Returns an OID4VCI 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": "54e995b3-5b95-4bd9-95fd-50d0eeab81a8",
                  "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": "3d0cb3d2-6a84-4ab3-b5f8-dc87b4a5dfde",
              "name": "Create a Pre-Authorized Code credential offer",
              "request": {
                "name": "Create a Pre-Authorized Code credential offer",
                "description": {
                  "content": "Generate a new [OID4VCI 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": "948ee88d-935f-47a8-8004-cefad81b7ffc",
                  "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": "ccf4754a-6a15-4057-91b7-e740d1ddfd64",
              "name": "Delete a Pre-authorized Code credential offer",
              "request": {
                "name": "Delete a Pre-authorized Code credential offer",
                "description": {
                  "content": "Delete an [OID4VCI 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": "bd4d4216-2c0f-42ec-bf0c-05152809d5f6",
                  "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": "ddd29c83-84b7-47c5-9bff-da1f12ba5a30",
                  "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": "5c32f6f0-4e18-4031-be8b-ec321c5a4580",
                  "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": "f7f6ffbf-e205-4541-8536-40a7edffe1f3",
              "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": "dd078283-17ef-4464-8750-289963c24651",
                  "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": "bfd3e7b5-5c86-44b1-a6dd-4b7071701e31",
                  "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": "ccf24377-2876-4678-a3f3-8844bc15b41e",
                  "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": "ca5263ef-ea51-407c-b0f7-d55f0d7f8962",
                  "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": "4eb260e3-70ec-4f9b-89cd-1f39a00d1a83",
                  "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": "06c058aa-3ca2-418f-a15d-d7dd51ef4b31",
              "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": "6123f624-2150-4957-81e2-f707d293981d",
                  "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": "0b4c7ce8-744a-42fc-8468-62a123d3e48d",
                  "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": "8ace2be5-68a1-431f-8f6f-5b8108e41112",
                  "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": "f5bc4d76-46af-4beb-8e0e-69f1174d5e09",
                  "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": "b50499a1-6a24-4781-bffb-722dab5c0903",
                  "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": "9616818a-8134-41b1-9af7-614dd38b2639",
              "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 [OID4VCI](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": "74cb8396-5952-4d65-adcf-2f70381b2dc3",
                  "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": "93a0f6ed-877a-47e5-812c-4948d0b93755",
              "name": "Retrieve OID4VCI issuer metadata",
              "request": {
                "name": "Retrieve OID4VCI issuer metadata",
                "description": {
                  "content": "Returns OID4VCI issuer metadata. This is the standard OID4VCI 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 OID4VCI 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": "f340ceef-3ae2-4328-9aa2-0ecc676c5086",
                  "name": "OID4VCI credential issuer metadata retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        ".well-known",
                        "openid-credential-issuer"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"issuer\": \"<uri>\",\n\t\"authorization_endpoint\": \"<uri>\",\n\t\"jwks_uri\": \"<uri>\",\n\t\"token_endpoint\": \"<uri>\",\n\t\"scopes_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"response_types_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"response_modes_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"grant_types_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"code_challenge_methods_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"credential_issuer\": \"<uri>\",\n\t\"credential_endpoint\": \"<uri>\",\n\t\"credentials_supported\": [\n\t\t{\n\t\t\t\"format\": \"<string>\",\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"scope\": \"<string>\",\n\t\t\t\"@context\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"type\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"credentialSubject\": {},\n\t\t\t\"cryptographic_binding_methods_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cryptographic_suites_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"format\": \"<string>\",\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"scope\": \"<string>\",\n\t\t\t\"@context\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"type\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"credentialSubject\": {},\n\t\t\t\"cryptographic_binding_methods_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cryptographic_suites_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"credential_configurations_supported\": {\n\t\t\"key_0\": {\n\t\t\t\"format\": \"<string>\",\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"scope\": \"<string>\",\n\t\t\t\"credential_definition\": {\n\t\t\t\t\"type\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"@context\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"credential_signing_alg_values_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cryptographic_binding_methods_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"proof_types_supported\": {\n\t\t\t\t\"jwt\": {\n\t\t\t\t\t\"proof_signing_alg_values_supported\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"key_attestations_required\": {\n\t\t\t\t\t\t\"key_storage\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"user_authentication\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"credential_metadata\": {\n\t\t\t\t\"claims\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"path\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\",\n\t\t\t\t\t\t\"display\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"path\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\",\n\t\t\t\t\t\t\"display\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t}\n\t},\n\t\"mdoc_iacas_uri\": \"<uri>\",\n\t\"credential_response_encryption\": {\n\t\t\"alg_values_supported\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"enc_values_supported\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"encryption_required\": \"<boolean>\"\n\t},\n\t\"credential_request_encryption\": {\n\t\t\"jwks\": {\n\t\t\t\"keys\": [\n\t\t\t\t{\n\t\t\t\t\t\"kty\": \"<string>\",\n\t\t\t\t\t\"kid\": \"<string>\",\n\t\t\t\t\t\"use\": \"<string>\",\n\t\t\t\t\t\"crv\": \"<string>\",\n\t\t\t\t\t\"alg\": \"<string>\",\n\t\t\t\t\t\"x\": \"<string>\",\n\t\t\t\t\t\"y\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"kty\": \"<string>\",\n\t\t\t\t\t\"kid\": \"<string>\",\n\t\t\t\t\t\"use\": \"<string>\",\n\t\t\t\t\t\"crv\": \"<string>\",\n\t\t\t\t\t\"alg\": \"<string>\",\n\t\t\t\t\t\"x\": \"<string>\",\n\t\t\t\t\t\"y\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"enc_values_supported\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"encryption_required\": \"<boolean>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "8e03c443-7300-4996-a62b-3fe04753fa0d",
              "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": "3a4a1c87-879c-4edb-87a9-370667430b1a",
                  "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": "271e8843-1d06-4791-87b1-fac184b6421c",
              "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": "2530ae15-b8aa-496c-831a-9144c3912690",
                  "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": "2f8a4bb4-5e89-45f6-8f18-ead09949c04f",
                  "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": "32713885-c980-4f28-8e10-a56d9de6f292",
              "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": "4905c86f-bf36-496e-985c-601c4f28f339",
                  "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": "4f175d75-5c17-4156-a9ba-bf327283f37a",
                  "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": "022ca84d-c8c8-4272-af7f-da48c2515a33",
              "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": "786f0e77-6542-49a5-81c4-05cf5a73215b",
                  "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": "89312b67-ed54-4642-9448-5682624b6c06",
                  "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": "434f41f1-d8fd-42f7-bc22-2daf0ce243b2",
              "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": "2a9cc151-dd50-4556-8f21-a95399842e24",
                  "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": "f603b059-b31d-4670-8793-5059bab65f0b",
                  "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": "ad73a58d-53e1-49db-b1c2-14867fda4c2a",
                  "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": "e8c15899-df0c-4b66-b75e-bef8b37c1362",
              "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": "81bec905-71a9-4087-a7b5-ac3685fe1de6",
                  "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": "1ea2bd4b-0bae-4e71-985a-d9260ec01eae",
                  "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": "5faebbb7-9523-4c80-9f9f-cf54aebd9dc8",
                  "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": "98e663f1-4a26-4f79-bd60-9756a8f201d8",
              "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": "0ca09b2c-a94a-4719-bc5b-e05fde8d761a",
                  "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": "4468fb80-1e95-4677-8a86-d19e7d0b83ad",
                  "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": "7b0a2409-00eb-4cae-9cb5-c0cd568f31ef",
                  "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": "0e434112-b47d-40dc-8366-b3881e01720b",
              "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": "778867f4-1913-441d-9079-4773ff301c6d",
                  "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\": \"invalid\"\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\": \"valid\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "518bd1d2-20fb-49de-b561-1b2666174138",
                  "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": "c61b66cd-1c53-48da-983f-d43ff3553e76",
              "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},\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": "b4a25cf9-1aad-4dfe-9fdb-fc755fd129df",
                  "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},\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},\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": "db02e3c9-e6df-48f1-ad95-f96acd2cbd80",
                  "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},\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": "b7364792-b26b-4bbd-b02c-5356213477c6",
              "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": "0943422e-fa95-4b6b-976d-865f00286320",
                  "name": "CWT credential configurations retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "The optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"revocable\": true,\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"revocable\": true,\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "44b77520-3bf4-4c1b-b38b-853277d4f826",
                  "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": "06dbfc45-8e37-421d-88a8-c79e9d461d78",
              "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": "55d0f5ee-cc05-4447-9e27-436fb1ac508f",
                  "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},\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": "cbd934a8-38d7-4bd6-8b0b-b2fdc44f2e3b",
                  "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": "6bbe7c1b-edf9-48d1-9e0f-9c8d6bf3916c",
                  "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": "b6646549-e143-4a7e-abff-3601434237d6",
              "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},\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": "8b47488b-d7ff-42aa-98d5-407625bf08fc",
                  "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},\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},\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": "f16d30b3-7cc4-44ce-a0ac-4f5dbdf41cc7",
                  "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},\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": "089f3b2b-825d-4b8b-96d8-53c321ae77c2",
                  "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},\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": "5ce98933-0c8d-42d8-af10-e3fd89d1ff63",
              "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": "bc03f667-7b31-4755-8227-f7d05b727cb2",
                  "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": "d13c36c1-b272-4e4f-ac45-a31b50ca6552",
                  "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": "a741c143-3637-4c1f-8fde-4f03943c95e5",
                  "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": "6c558ca7-e03a-40cd-8381-2642023e767a",
              "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\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\"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": "0132d892-7154-4371-9cf0-ad04ec922093",
                  "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\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\"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": "2131779b-2475-41fc-acdc-e5981c516093",
                  "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\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\"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": "79657e2f-bea2-477f-948e-ff2e1848c63b",
              "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": "1aa204ae-ec16-4934-bca8-82cdfd02dec7",
                  "name": "Semantic CWT credentials configurations retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "The optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_2\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_3\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"revocable\": true,\n\t\t\t\"type\": \"string\",\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_2\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\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": "48138787-ced6-41b0-8f5d-ad469b42374e",
                  "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": "37a6e338-87a5-4a97-902f-e9fb19f18d84",
              "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": "02fe535d-d2c8-4024-a0f3-7944a5d46835",
                  "name": "Semantic CWT credentials configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"id\": \"<uuid>\",\n\t\"revocable\": true,\n\t\"type\": \"string\",\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6bcd6bab-a526-4953-a547-7c9fac8af8e4",
                  "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": "e31c1632-4267-4677-bd1b-81bbff567a21",
                  "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": "e8ac2b7a-ed5f-4483-9f52-7fcd996f718e",
              "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\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\"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": "f26fe2ea-83a2-4cab-a193-46bb7e3d5134",
                  "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\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\"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": "bfcfd98f-bea5-4803-8316-eb901ab028a5",
                  "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\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\"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": "80c25421-5a6d-4be4-a50d-6948238ba586",
                  "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\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\"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": "cc490040-ae3c-40ab-91aa-9edbe162b3e4",
              "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": "2f8f0505-5a19-44a6-b2af-f8ddd93fecac",
                  "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": "0950a5bb-a632-4d59-aa4a-d137b327de64",
                  "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": "f379804d-665a-4350-a9b5-551b67251b0d",
                  "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": "3fe62224-dd56-43ed-b6b6-06e27e1d2021",
              "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},\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": "c803433c-af96-4774-8adc-7155f14febf8",
                  "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},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e18f75fa-b3ce-4fca-a7ac-b754b42c8cc6",
                  "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},\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": "89690559-a440-4278-93e4-2824ea72fca1",
              "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": "495f1df6-693c-44cd-9598-6a3f66ca9132",
                  "name": "JSON credentials configurations retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "The optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"issuer\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\t\"iconUrl\": \"<string>\"\n\t\t\t},\n\t\t\t\"persist\": false,\n\t\t\t\"revocable\": true,\n\t\t\t\"description\": \"<string>\",\n\t\t\t\"additionalTypes\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"contexts\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"proofType\": \"Ed25519Signature2018\",\n\t\t\t\"credentialBranding\": {\n\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t\t},\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_2\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_3\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_4\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"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\": \"Ed25519Signature2018\",\n\t\t\t\"credentialBranding\": {\n\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t\t},\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"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": "9592547d-1d77-4cd8-88c2-cd8e0be49ba6",
                  "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": "44dca2ba-67cb-4eae-8c7b-839229f2b814",
              "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": "9ce16fc2-e445-4777-b741-b7bd94099ddd",
                  "name": "JSON credentials configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "922c343a-0d70-43fa-8d16-7db35e5e2a78",
                  "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": "12758327-499b-495b-bda1-c6dc62d628d7",
                  "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": "bc892854-21da-40e5-af0d-c74799571755",
              "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},\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": "a9a0b1a8-7d38-4d62-a15d-1186c9caa711",
                  "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},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8a7c542c-2fc1-445e-acca-b595b2dca3bd",
                  "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},\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": "164be98a-8041-4905-908d-cb3fb1186a49",
                  "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},\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": "5b1d5dff-a902-4034-94b1-265e794f284e",
              "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": "a1d99707-9d39-4632-8728-91aae7f54a41",
                  "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": "8ce3ea6a-0a45-4dd3-861e-6a198043cecc",
                  "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": "7a1c69bb-e9e5-4843-b4a1-29c8c7d7cccc",
                  "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": "59580cf4-0414-4fa4-9751-c8680f49fcc1",
              "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": "3963672b-a85c-4c3f-88df-e3b47c337dfd",
                  "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": "ef16ca37-7455-4b9e-b5e1-3543ee65d176",
                  "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": "265197a0-0e62-45d0-9acc-a6cdbd68e481",
              "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": "7407cade-b7b3-4839-b759-600c15b0ce1c",
                  "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": "a81e9468-2b7a-46e6-9048-fde27ba55805",
                  "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": "0df74b4f-1c0d-4845-b7ac-f7aba744443f",
              "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": "4b3c845c-fdb5-45a2-b84f-34b7aaf09ccf",
                  "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": "c22482ef-913f-4148-8b7e-9ab1d331f61b",
                  "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": "495d87b7-d4d1-4138-bd18-ec495269660a",
                  "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": "95361143-6451-4fdb-980d-9739d8c73233",
              "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": "523cc663-0170-45e0-a350-6c6710f3f6a1",
                  "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": "9e891990-6118-4fb7-b839-e1c1e7f09994",
                  "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": "7d063eb6-e4f2-40db-8357-e22a9978058a",
                  "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": "3d668aa3-41fa-412f-a40e-6d66765a7d7c",
              "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": "56722b61-8c74-40d4-9049-2d55ae8e3565",
                  "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": "362f8687-f8fa-477d-9e85-b531b00f32ee",
                  "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": "7436d784-8ea2-44c8-9afb-a060c4b1e5e8",
                  "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": "40ee27ec-c617-4643-a174-4505e2e4a960",
              "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 OID4VCI 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": "aec01f8a-a512-440e-8574-1ace65315430",
                  "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": "5807e731-5f97-4ed7-b1d6-fc83274a1e1c",
                  "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": "eca44ad9-0985-4f70-b5e4-b07ce413b650",
                  "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": "927da440-a835-41ef-9285-a704ad65f1b7",
              "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": "2b96abd0-d822-4929-a54d-c5363089ad34",
                  "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": "e05c32fd-02c7-4ada-85f2-5b66cd99eaeb",
              "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": "628068bc-38ec-4515-9168-b4870207dd7f",
                  "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": "dd1372ea-0652-473e-8a53-9cecc578f214",
              "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": "9b804722-93a1-43c7-8d5e-99b094e0529f",
                  "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": "708b6397-dbf8-4b86-bca7-73cea908f9b7",
                  "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": "0aec4b7e-9c68-4742-8d57-8b2a15f85a54",
              "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": "e8ddabce-23cb-448b-8d1a-eeedb7b5949d",
                  "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": "4cefac90-114c-41cc-8dfb-f38514795040",
                  "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": "00339bd4-5592-4233-a966-6f60b853d97e",
              "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 OID4VCI 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": "0ae27c07-ef69-4ae0-b8f6-f34acbcbcc9b",
                  "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": "c2fb1316-9f95-4e8e-8f2f-1da35ae47632",
                  "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": "ec06f8d6-3254-470e-82d1-29716c69fade",
                  "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": "afaca406-b058-49a2-a6d6-af4a71215f02",
              "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": "08f614d1-a3b1-467e-b82f-851da9e52e05",
                  "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": "4677f6c4-2ac6-4ed6-990c-4417d158b31d",
              "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": "f1dd442f-d4a5-402f-a52a-5eb3b7b455be",
                  "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": "e4d1f5e3-e7b8-4600-9fcc-e04d12d0055c",
              "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": "da6ec25c-eba9-4b2b-ba9f-366a8e4752af",
                  "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": "0f64e3b2-cabc-4ce0-a118-6185396912c1",
                  "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": "d93088e0-f634-48c7-9433-76b530bb7262",
              "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": "c90679d9-0360-43b6-b625-648feac4f2f3",
                  "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": "da6a48f8-de9a-40c3-909c-9ca00e5164d8",
                  "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": "66a4f538-31d9-4692-b2b6-c65f377e956a",
              "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": "2d02af6c-544d-45b0-ab67-5301923027c8",
                  "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": "d80ca1e6-a1db-49ee-ab6e-a68365276be9",
                  "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": "dcf57bd9-f9e9-43c4-855f-09b6ff93fd02",
              "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": "43e67e75-5f30-4c79-9421-84cf3ba5fa7d",
                  "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": "7bd57942-8cc0-428a-a171-35f400071d95",
                  "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": "5e3bc16b-2d49-480d-be64-e7570cebd18f",
                  "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": "d77469f8-5f27-492d-abe5-92a3d14f718c",
              "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": "968eb8a6-4ca8-4289-998a-041aab3a1b1d",
                  "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": "5e6c4b61-755f-4578-83fc-cee3f5a91cac",
                  "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": "b4ca5f91-5c61-418c-af91-99b3d7bc7fd9",
                  "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": "2100b487-df09-4b07-b8c3-8969d8013b7c",
              "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": "588ffe27-35f6-4d97-a977-4550d245621d",
                  "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": "1c92e787-3cc8-4b11-8b8e-1b9a29c95f35",
                  "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": "4462a2ae-e9fe-4e42-b5dc-ae4ef2c33097",
              "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": "ab7a3a2c-102b-4f3f-b380-8936d36d68be",
                  "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": "ba0856a9-8ea8-44bc-8c7d-b8073999416f",
                  "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": "6eced9a3-08c8-4ee9-b611-52be6faf23bd",
              "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": "f7048afd-f450-436b-832f-7f2327f48a98",
                  "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": "89ec9994-d8d0-4c2e-8b77-029acb7c7c5d",
                  "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": "da5b8a07-6826-4c96-a61f-d4703dfd5d0e",
              "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": "83427a11-4481-4365-9284-f7cbad78c49a",
                  "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\": 3675\n\t\t},\n\t\t{\n\t\t\t\"string\": false\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": "5df0f785-cc84-4854-926c-7748c578247d",
              "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": "214d8637-0f4e-4536-807b-2fa970958c17",
                  "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": "2d4c5352-d1c9-4253-b658-bd710df5de54",
                  "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": "aa65646e-6121-4461-befa-fd538be44d35",
                  "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": "49e2d869-c06d-4715-8349-c3d40ed9d82d",
              "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": "64467b3e-0d1e-43fd-b7cc-311fc423202e",
                  "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": "732505a7-8f8c-4696-a7d2-2198be35ab6e",
              "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": "b8ae0a35-810e-4442-99fb-749db70730a6",
                  "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": "e106f872-40e1-4954-9a18-e1f1cefbf7cd",
                  "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": "6f589211-0781-462d-bba8-029ebb76def0",
                  "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": "20ce6930-2777-488f-8172-8578be465799",
              "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": "fb7bd42a-2534-49d5-8657-252272a86424",
                  "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": "9cded295-43bc-4313-9188-ec30cad89223",
                  "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": "8efe579d-8242-4aa4-b630-b7312dafdabe",
              "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": "5e05a617-018a-4949-9563-52432626dd56",
                  "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": "ba6abc49-64b7-4cfe-8764-af3480baa3ea",
                  "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": "dea0d395-26ab-4526-854d-0104ad29e8a1",
              "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": "aaedf2e8-beb4-426a-ab9b-72c93f29fc7d",
                  "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": "7e78dd2d-832a-4b9f-b955-ed4e0f2d694a",
                  "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": "e9e1fab3-1b3a-4669-a962-b7b60f278373",
                  "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": "becc85b0-b744-458d-a988-305b4642b9ec",
                  "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": "dc5a897c-7806-493d-a31d-21158007e4a3",
              "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": "b551b08f-745c-4c1a-9c34-a833e7ece2c0",
                  "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": "a1d89d3d-0bc7-45a5-b922-ce5ac6801189",
                  "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": "7a98e48f-3154-4dea-81fb-0e90f74dec8c",
              "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": "cf019149-1dbf-4fb4-b0ac-06da18b8c729",
                  "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": "83274af6-6b96-4e6f-bdc0-6db279de5186",
              "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": "e12e685b-d268-4334-aa2e-0905ef705a37",
                  "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": "2a8b0078-d0cd-4bf4-9715-498b1ddb92ff",
              "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": "c634ffe8-069d-4aba-91d5-bde77f28a294",
                  "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": "22096497-b5dd-43eb-a739-8e61a0efcace",
              "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": "d803e860-fadd-4f32-827b-da297539ec32",
                  "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": "6e37104a-4f18-43fe-9a58-fb6f134a0eb5",
              "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": "36bde6f9-6dc1-4dfb-9ca6-6d6dd378f52e",
                  "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": "0412c049-06a0-4045-9abb-f689396e6389",
                  "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": "20d0995e-11c8-4c84-a5b9-be5d89df6584",
                  "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": "48de8f7d-ff16-457c-88f4-ce3a7a668147",
                  "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": "cb26408b-9852-4c52-b46e-c88df69dae62",
              "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": "2344acd6-da16-47fa-bc03-1b5f713590c3",
                  "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": "8e2965f1-4b45-4d58-b78f-a70542f1d34f",
                  "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": "fe59af7f-651b-48be-959d-925e3393ae54",
              "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": "a9a2a05d-9960-4ff5-8c66-959f63885145",
                  "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": "50f8315b-a116-40b1-8f3f-3bf9326c1e7f",
                  "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": "c2d5e766-492a-4501-8f9f-3eb2ea6ead28",
              "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": "63b9f666-a381-4501-bc7b-34b5253c605a",
                  "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": "62f4e6a9-ed84-4c69-b22e-ca6a9f1b86bd",
                  "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": "cb7fa939-36d4-4f02-bc43-7ba39089e642",
                  "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": "fddd7675-e58f-4085-a55d-a9de2d1fc7a8",
              "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": "711d02bd-954a-4b83-9429-523f8b350717",
                  "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": "95e18716-fef7-486c-8717-b4a9fb069345",
                  "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": "ef3ed535-659e-4d0a-8988-8316e9c5d3e9",
                  "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": "30fb3487-d875-4d78-b100-92e4535b6860",
              "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": "ff889898-647e-47eb-9839-f503890c4456",
                  "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": "29743f97-33fa-4630-8530-0cb5d5dc7d08",
                  "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": "6208b6d4-faf0-4f45-b4c2-4e275e62c72f",
                  "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": "ba12696f-1fb0-464e-911e-ade29d0d2ab7",
              "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": "63b5f6ab-8aec-450c-ae57-ab9939134ebb",
                  "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": "2f296a73-581a-4826-a436-a3165105e0cd",
              "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": "95fffecc-71bb-4b92-8ab7-16575ebb1de5",
                  "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": "4068e1e7-041b-411a-a6a2-83500fa1d3b0",
                  "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": "a53b4072-8b1a-409f-a9ce-910fafe46683",
                  "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": "2f615f09-4cb6-4270-a844-d1e44bfa6fa5",
              "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": "0db55bf1-31d1-44d9-8f50-5fdf3ab07cbd",
                  "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": "d8d2c95b-2791-4ffa-adfa-9c8683f582dc",
                  "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": "dda4b4ca-68c4-47d8-9a75-a93b461be3ed",
                  "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": "768d6e97-30ac-42d4-9973-8cc8aeb6f1f3",
              "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": "3dd5e2ab-41c5-4181-b58a-737c17a93c99",
                  "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": "f2de8fb6-536e-4a3a-8c30-659a91887a36",
              "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\": \"valid\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "a67784ea-41d1-4d77-bfc2-1b4f08ba8307",
                  "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\": \"valid\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"status\": \"valid\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "08933b38-ad30-4d66-9db8-be453bdd097c",
                  "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\": \"valid\"\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": "2c2ad43f-aa1d-4378-8a44-e6073c914c42",
                  "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\": \"valid\"\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": "19d1b045-7698-4142-9fd9-2b03d6bdeb69",
              "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": "f88bd051-75df-4b29-b2bd-5344e28ee67b",
                  "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\": \"valid\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "65819b55-5909-42ed-b23e-97ad67d1df5d",
                  "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": "57f394da-6697-442a-879e-5cc36266f15c",
                  "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": "131df767-82f3-4125-8133-59fef57f6c82",
              "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": "3c231f56-348f-40bc-9e5c-293e584327a9",
                  "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": "727ffe0d-3f0e-42e8-af60-37d9002e4c28",
                  "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": "fb15a3db-b684-459b-954f-4ee2c106ac93",
                  "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": "352578f2-4d2a-429e-85e5-0f3636cd1d39",
              "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": "e4cd74a9-e2e3-4140-b196-c8d0e463d3ce",
                  "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": "a9bfd0a2-f29a-4ccd-bd5c-8d2c113f587c",
                  "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": "ce657f44-b847-4a79-b533-3230546a8016",
                  "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": "7668e6ea-bf64-410b-9e71-3890ee6b2100",
                  "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": "3bf80906-fc44-4365-b7b5-b718f4268b78",
              "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": "5433490c-6093-4e27-ab53-42bf83b033e6",
                  "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}\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": "77a62448-c703-4a87-bb5f-013894b757cb",
                  "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": "b7337903-e7c1-4710-9e89-ea9e9a118164",
                  "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": "0bc6a523-98f8-481a-aa34-93c51ce5b997",
                  "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": "d411315f-b7c3-42b3-9761-71ee00cc4c56",
              "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\"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\"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": "c16c7566-d26b-447c-8b1f-2b5cd434260e",
                  "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\"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\"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": "c014624f-4755-47d3-a662-bd97eb665ec4",
                  "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\"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\"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": "b8beceeb-d2c3-4d84-a6ae-f19f9a496ef6",
              "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": "0c5d0596-47c4-42fb-aea9-04a36e24387d",
                  "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": "43d104b3-bb59-434e-81b5-6c96f58c290c",
                  "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": "c55a14eb-bda3-42b2-a674-67b9c37d0637",
              "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": "ed19f86a-ccb5-4dfa-8a37-1f0657144b20",
                  "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": "02fcde64-fa1c-440b-ac1b-adfb03cfea91",
              "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": "8a2ee339-ee75-4b73-b1cb-441400d6b4dc",
                  "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": "fe8f1236-10be-409c-a03a-1090949bc1c5",
                  "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": "6f5ead31-dac2-4c97-bc06-8a4e41778c26",
                  "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": "94c17984-0718-463f-b778-ad9c9601b812",
              "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": "8173c6cc-3394-4b34-9afa-be857119ced9",
                  "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": "30fcddc8-ce09-4a55-9786-89f740658f46",
                  "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": "3980a852-ec2b-43a2-9dc1-a96f6b025fb0",
                  "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": "f5bececb-02f9-4e4f-8676-a3b74adc18b4",
              "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": "887d9c7c-5318-47b6-8f41-5d3121bac0e9",
                  "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": "ecee20c5-283c-4f12-83a8-3d9ff6b366d3",
              "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": "32120e46-7dbf-460e-9ff4-efa571d653dc",
                  "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": "9625c6dc-e224-42f1-ad02-23935f39ce1e",
                  "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": "602d01af-9fd3-47f4-88fe-cd209dd2bcd2",
              "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": "248a4a96-8eb0-495c-a845-e8820cf8a3f5",
                  "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": "dd58650e-899c-4d11-940f-77095ee00e90",
                  "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": "d1a67788-7177-4cad-9326-020a6606a91f",
              "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": "7513ba9a-6471-41e7-8575-e8ce4bcfc8f0",
                  "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": "bf4b7e00-d594-4b4d-b826-b68277e5fa96",
                  "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": "7cfaff1c-a2d3-45e8-9fe4-2daf4785af8c",
              "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": "466e0ad6-9f57-4d8b-90c6-a1401095e074",
                  "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": "ee4b85f2-de6a-4eea-82b9-14f689d2a954",
                  "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": "9398a14c-8483-467c-8bc4-87d939fb5639",
              "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": "bfefd17f-2699-4c1d-8de3-994d48ecf21e",
                  "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": "98e51b1c-3001-4efe-acbf-1cee19a4f5bc",
                  "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": "82ade385-ddea-46cf-b0a2-c021d578c657",
                  "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": "9765c114-a766-4e10-b7ef-70e6aa8f4872",
              "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": "7fe50080-996b-4c3f-808c-b8a43f655e6b",
                  "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": "96c4d1f9-2e25-4496-90e5-df46dc25238f",
                  "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": "bf580454-7e96-442b-9393-9bbbe31cdd50",
                  "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": "82adaeb0-371d-4e97-93c1-694bf13fea31",
              "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": "6166c5aa-7476-4cba-a069-f19e9f4eb629",
                  "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": "59e345e9-c6b8-4688-8529-fe60d318a3b6",
              "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": "bdccb394-7299-48d9-93c3-e0091bf78327",
                  "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\": 9090\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "12be95ba-fa66-4a13-93d1-4caccf34669f",
                  "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": "3dac7958-9261-4f6e-911d-57f0306ec848",
                  "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": "739811fb-a3bd-4a6c-8094-2704d6dc29d0",
              "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": "b3a3e753-0423-45e7-bf6c-c5b6747aec9e",
                  "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\": 7560.558194488521\n\t\t\t},\n\t\t\t\"active\": true,\n\t\t\t\"isManaged\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateFingerprint\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"commonName\": \"<string>\",\n\t\t\t\t\"country\": \"<string>\",\n\t\t\t\t\"notAfter\": \"<dateTime>\",\n\t\t\t\t\"notBefore\": \"<dateTime>\",\n\t\t\t\t\"organisationName\": true\n\t\t\t},\n\t\t\t\"active\": true,\n\t\t\t\"isManaged\": \"<boolean>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "0e595e4c-92ff-46c6-85ba-0ebcca3b3701",
              "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": "90cfd0e5-ec0f-45dc-80e1-7e6ddd4c1195",
                  "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\": 9090\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b9ab1c20-3988-4080-8d16-82ec1df5211d",
                  "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": "2a527d5b-ceab-4c1f-852c-8c1533713801",
                  "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": "b9333617-0864-4320-ae0c-36630e065145",
              "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": "05632f7b-c564-4d42-9a61-94b743045690",
                  "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\": 9090\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a337d55f-31a3-4dc0-a745-92a5c551689e",
                  "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": "adb13128-0bc3-4b53-9ac7-f2a911f5da76",
              "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": "baf75c3d-b18b-475b-9f9d-f2d0b87391d7",
                  "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": "d4aacf33-546b-486f-98a1-3e446ffcdf7b",
                  "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": "dd99f35c-fdfe-4cbb-b347-90275b6f78ef",
              "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": "deb9e787-125d-45bf-b8c6-ea4360712c0a",
                  "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\": \"mattr\",\n\t\"csrPem\": \"<string>\",\n\t\"caId\": \"<uuid>\",\n\t\"active\": false\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bb895eca-84f3-4604-aec2-02c7b877be1a",
                  "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": "e422789b-4e79-46a6-8445-563dc7a77bbd",
                  "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": "9178044f-cc38-46d2-a474-6cbe9c77d0dc",
              "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": "e609435e-c332-4b42-9411-5d6302c0971d",
                  "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\": \"external\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateFingerprint\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"commonName\": \"<string>\",\n\t\t\t\t\"country\": \"<string>\",\n\t\t\t\t\"notAfter\": \"<dateTime>\",\n\t\t\t\t\"notBefore\": \"<dateTime>\",\n\t\t\t\t\"subjectAlternativeNames\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\t\t\"value\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\t\t\"value\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t},\n\t\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],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ecfa4c64-e795-428f-a912-8732c144be38",
                  "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": "13e2ac01-46aa-4ca9-9dad-b0458d5b7949",
              "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": "5265716b-a579-4ed4-a58f-9b1ef086f4e4",
                  "name": "Verification request signer updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers",
                        ":verifierSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"caType\": \"apple\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"commonName\": \"<string>\",\n\t\t\"country\": \"<string>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"notBefore\": \"<dateTime>\",\n\t\t\"subjectAlternativeNames\": [\n\t\t\t{\n\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3ba9a8ef-0230-40e0-b0ff-fc57fc3cc658",
                  "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": "d5cb5296-4402-43d0-9a7b-10c78dd1908b",
                  "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": "358ffbe0-ca41-4102-aead-f72e8519bfed",
              "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": "4c8863fa-c754-4b5f-be5b-357b7c10ab6b",
                  "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": "b78e0080-125e-4c6e-bc7f-8f22fdfbdf5d",
                  "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": "fb0788b0-da6c-44b6-98b0-5428f8e1eb19",
                  "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": "12d27127-11e2-412d-a513-ef67b4b0c351",
              "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": "14e6f7be-fa97-4d0c-9d72-be71119b1676",
                  "name": "Verification request signer retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers",
                        ":verifierSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"caType\": \"apple\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"commonName\": \"<string>\",\n\t\t\"country\": \"<string>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"notBefore\": \"<dateTime>\",\n\t\t\"subjectAlternativeNames\": [\n\t\t\t{\n\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bf9a4a35-b00f-45de-9452-a364ea1d302a",
                  "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": "8a64edd7-1765-4d9d-b7ed-225490ec2f35",
              "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": "27e3bcf7-8999-41bd-bc27-fa80115dc320",
                  "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": "f9e80dad-99a2-42f1-8cab-bc3d3d5475be",
                  "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": "301da304-f3e1-47fd-ac31-123f1b8b35bb",
              "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": "bc554fb0-b642-416f-8572-bc20300ec8f7",
                  "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": "05f67a85-0f1a-4a77-9573-4cc3ede494a4",
              "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": "4f6018be-eb4c-4bea-b314-d184f6d0e38a",
                  "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": "f4b42e5c-fe32-46de-a9d0-3c8308b0e9f0",
                  "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": "19d7c569-ab79-402f-b6a5-dcde0f512c2f",
                  "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": "a0f19d0d-1b3b-42ba-9424-17514e93d877",
              "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": "33c70c6d-6157-45f6-84e0-d44d0f1d20b1",
                  "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": "dac4c702-c0fc-4fc9-90c1-a0e2905636d8",
                  "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": "e48356f8-1bae-4b38-bb8c-99f622b0a373",
                  "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": "8f07a63f-506b-42d0-991b-dbcb66c6d06f",
              "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": "0a6d7351-bedb-4f5a-b72b-36f041f759da",
                  "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": "9ff537f6-bf73-47fe-b5d6-55b61b02a8c8",
                  "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": "47548fc7-a856-476e-a31c-e017c3ed9ee0",
              "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": "d463ea35-1087-44ab-8c36-1560accda376",
                  "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": "e936b598-0d01-41a9-9652-786aaa9458f0",
              "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": "2aaba92d-046e-4f6f-b83d-eeb60c5366fc",
                  "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": "d02a0fc8-74af-475b-9dd3-4215e6144707",
                  "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": "29eac355-b12b-491e-9d7e-f6c737efd2b3",
                  "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": "82c550a5-ae56-4e2c-9f78-ebdef078e2bf",
              "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": "bb2fbe02-2da1-4b86-935e-50009ed6504f",
                  "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": "8a90ec76-2560-46ae-acfe-e54f98da26c9",
                  "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": "790acbe5-fc97-4c6d-b7ef-199897b406d9",
              "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": "b6bfe510-3d3f-4e7c-bed3-6065c3b285ac",
                  "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": "16d990e4-dcea-4d97-b382-def3257ab7e4",
                  "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": "b6e30571-c858-4d01-b167-aada90413cb9",
              "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": "b7d3efc1-f59d-4220-8ccd-38763d85a26d",
                  "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": "20004474-f6a4-4e9c-be29-de24040651a6",
                  "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": "c7d42adc-2b7c-4ae1-a349-a8201e81aacf",
              "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": "41036b65-b935-4727-aa48-f5aefdf5fbcf",
                  "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": "151150c8-0cf0-4772-9901-c34e92e4c229",
              "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": "c2d61f00-02c2-4941-b45b-e28c7f2d7e35",
                  "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": "94094f18-38f4-4ac1-b25e-85b0be8417d5",
                  "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": "94c7350f-696f-46b4-8454-aa14786393f8",
                  "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": "c08a368d-2b4a-4286-b421-280003b0c9ad",
              "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": "a044934a-ba82-4576-8d8b-20efe1126db8",
                  "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": "166c145b-dea7-4b4c-9dfd-813fc88db154",
                  "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": "4d28b63f-1fb7-4335-a946-511cfc85fc8a",
              "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": "39f5624b-d8de-4f47-b709-a5e5962caf69",
                  "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": "8f4e3605-59bc-4022-933c-bded1713a777",
                  "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": "fd95d3c0-9a90-4494-b35a-3fccf9726bae",
              "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": "68dbadf5-899a-44df-b79e-b2490d404772",
                  "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": "1c7005e8-c52e-48ad-b8f3-7e8e1b3a806e",
                  "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": "37d83f66-8987-473c-85a2-b16c8113451a",
              "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": "46b2f3da-25ee-482c-9150-db6f87735509",
                  "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": "04bbc468-16bf-4e18-9902-62c35c580c84",
                  "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": "d69ccb25-c5c8-4c78-bdf9-cd3ec8e575b9",
                  "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": "2344732b-7019-45c2-84f7-3cdd16d42342",
              "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": "622b111c-2637-4116-9009-506f9f8ac127",
                  "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": "9c0f8dd1-e431-4ac6-9d1c-7a89b8e44c10",
                  "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": "0c2da13a-17f4-4e03-a26f-12b2b929fbdf",
                  "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": "be9d8c5c-0190-4547-8680-c6bc1fd29542",
              "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": "bed136ce-282a-49a6-b23d-7944312dda17",
                  "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": "48163a6b-754c-4639-975f-886662dc8b83",
                  "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": "7b71c989-e4c5-4d25-96c3-12f9cf6ce42f",
                  "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": "fe21e099-48a7-4cca-9b9e-e83375459df4",
              "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": "366cba54-efe7-4bc1-9413-0b764b883711",
                  "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": "07126b62-3a70-4c3b-914b-34770c0fe7d7",
                  "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": "1e68cd1e-7f99-4752-b235-37dea70263fb",
                  "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": "10ec04ee-0c7b-44e7-86e0-d085809f3912",
              "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": "9bdfefc2-fb33-46c1-8dbd-2ad9d400acf6",
                  "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": "4f117dd9-8937-4942-87e9-d7f5819305c5",
                  "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": "5f18ab8d-d9b3-4235-842a-602900dfd1de",
                  "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": "06c6c12b-0d0f-4e8a-9649-7c4ffc298da0",
              "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": "4ae3a065-5bf9-4ff2-adb2-4c258d3c5919",
                  "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\": \"google\",\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": "0dfa2326-966c-4701-942b-e132229c9e63",
                  "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": "0c1a5794-b51f-48f8-8573-f17dfceef952",
              "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": "09cddd12-7ee6-42ce-b17c-29395ecb0cd3",
                  "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": "eb94f19e-c5cd-45fc-96e4-fffdc9f2741a",
                  "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": "4ba4940d-da67-4954-a1c2-a873d828ba93",
              "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": "164cde93-18c2-4aec-8109-ca9b9392531d",
                  "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\": \"google\",\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": "414cf9dd-026b-4bfe-9f8c-37fcab288ddd",
                  "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": "d2d5674e-603b-47e9-a9bd-453393ad336e",
                  "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": "87575b33-02e7-4ec3-98e4-a871d216bbff",
              "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": "bbc01632-48a4-4a86-a118-c54e61d5ded5",
                  "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\": \"google\",\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": "3ec3d3ff-7f7e-4a4e-b032-18c4219b03b2",
                  "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": "40f52453-8857-46d7-a47e-c6fdc955ccfe",
                  "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": "5d9e8e3e-acac-4cd6-a613-86efd7ffcda9",
              "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": "b6469b62-4732-4a48-951b-7da4fad14c25",
                  "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": "fd03fa60-3c52-4d22-8f92-bbf46387eeac",
                  "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": "51e6204a-80ff-4084-9464-24b7de940c73",
                  "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": "92e654c6-0a8d-4e44-9113-5d1fd9c0b3da",
              "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": "5154e597-0a4e-4049-a490-3f67abb04ebb",
                  "name": "Google Pass template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3153e870-1868-492f-8531-5de9d844d079",
                  "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": "868d80eb-009c-4257-a578-589a3f559731",
              "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": "f85b0332-111a-469e-a368-c2942c1e162f",
                  "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\": \"google\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"issuerId\": \"<string>\",\n\t\t\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\t\t\"payPassId\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\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": "86133e81-3e19-4940-9013-b597beb9b3bf",
                  "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": "68b58b6d-b3eb-4b39-9731-090782cc68cf",
              "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": "766a7289-1f60-4093-8694-17d998b94bb8",
                  "name": "Google Pass template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8e485fb3-9417-4e48-9420-d91b9d1e5169",
                  "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": "2e018ade-984b-4b24-9e27-8cf11bfb1d48",
                  "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": "28f4650e-9dba-4dcc-bc8e-71c889f7caef",
              "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": "aaeeb49b-0255-4a86-b93d-2637d7c62b73",
                  "name": "Google Pass templated retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4096c70f-13ed-47f8-9398-c05bf80f9c27",
                  "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": "13cc5872-baaa-4c83-8417-945bfffeac2f",
                  "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": "490acc9c-1cec-4384-b6ad-5c3d68bb1b61",
              "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": "6f39679e-48b6-418c-845c-d3ed621b6e25",
                  "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": "eaed8363-6e42-40dd-bb2c-dde8145e855a",
                  "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": "6469af5b-3f4c-497d-b479-581e5923cb53",
                  "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": "2b1aef76-fe50-445e-b40d-41e0af753146",
              "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": "2ea0653d-960f-43c4-9307-ea5c07d00b3f",
                  "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": "3037bd4d-c4fe-442c-87c5-9ed8d4d6ec26",
                  "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": "235b1fc4-5bee-48bf-b53d-0c3f91cb6d36",
                  "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": "487dd746-49e5-438d-b495-3e69eac23b90",
              "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": "fe86641e-7440-49d5-8685-d95e8df0c1ed",
                  "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": "9c32d2fd-a9ad-41f4-88fe-c5694815c6b9",
                  "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": "54b7bfa9-c539-43d6-9212-1238a705f1fa",
                  "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": "bd825952-94ab-46c2-ba2a-7ea2e281f43a",
              "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": "12281f75-fb36-4630-9bb4-fa6de8a079c9",
                  "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": "643d4e4e-4390-447c-8cea-09b99806c082",
                  "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": "7fdb1501-5ce5-49ac-98f9-f7ba4ad37506",
                  "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": "732724d7-3624-4577-bf32-daaa05208909",
              "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": "abcfd362-326e-4152-9e1a-51c43313ac97",
                  "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": "5738cee0-c681-41a4-b6c5-aeae4e9b02a5",
                  "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": "d5268190-f0e3-445f-904a-c146e9e79659",
                  "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": "8e566677-4e80-4531-8300-3be14f341fe9",
              "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": "0002106e-c859-416b-b120-20f2f587f15c",
                  "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": "8f6166ce-7590-4651-a0f5-2b813e48bd3d",
                  "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": "f9f97925-199d-4c28-87e1-97266338b884",
                  "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": "0dd52dbd-4ff6-499f-95ec-e75f5816ef29",
              "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": "58f57e2c-a741-418f-ab5b-efa8edc4b9b2",
                  "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\": \"google\",\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": "757d0bd2-6fb7-469b-a4e8-dd710e1939f1",
                  "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": "c675b77c-d106-4aea-a3b3-0b2ba218bf25",
              "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": "e628bced-7938-4452-b700-33c1d78191bb",
                  "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": "88aeda1b-5d85-4155-aec4-1ee72bacd085",
                  "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": "88d2a94e-b39c-41f1-8864-aa993c052fb4",
              "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": "2730a413-5ce8-47f8-8d3b-e9ba82f70a7e",
                  "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\": \"google\",\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": "5898e74c-54a6-48b3-b381-9fbb6b61ba51",
                  "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": "c1be8ac1-da91-439e-9be7-a69816cfb9ab",
                  "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": "b2cd376b-64ec-481f-99b0-39963f4076e4",
              "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": "f6084e66-8fee-4766-9b34-6028cdc07951",
                  "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\": \"google\",\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": "ec9bd3de-ed09-423b-b279-7a66d2387165",
                  "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": "221f5dd5-f96d-42e1-9009-9437a9b5424a",
                  "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": "3df2d952-9bbf-483e-864f-1a35bc8a57b6",
              "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": "1c5bcb21-a927-4fe7-8366-638aa35940d5",
                  "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": "05c7a4e4-77db-48d1-8e7c-445b8290b9ec",
                  "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": "1563c5de-6e77-4fd8-ba21-0956bf686746",
                  "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": "9c45b1cc-7135-4bc7-bcbb-4947fffa56ec",
              "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": "bbe407af-4010-4dba-87d9-22e8fdd33b15",
                  "name": "Google Pass template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b04a651d-e033-4fdf-85bc-6ae89afdc27e",
                  "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": "62848940-a013-42bf-b3c3-3122e096579a",
              "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": "a3bf821d-d33f-4936-9a9b-b3d370edd4c1",
                  "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\": \"google\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"issuerId\": \"<string>\",\n\t\t\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\t\t\"payPassId\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\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": "2247bf84-7d37-4a36-ab43-ff6240435071",
                  "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": "cd285303-8284-4ab6-acdc-f62bd0cf3f2a",
              "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": "4a0d7df0-0b03-4fcd-bd72-b67d953d9839",
                  "name": "Google Pass template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0826a284-f5c6-4371-b40c-21ded276f4b7",
                  "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": "5d4af529-c2cb-453b-bcba-c3d36fff4f3e",
                  "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": "a857b781-d61d-4417-bb98-947690e4f559",
              "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": "9bf01d75-26d0-4760-a83b-a3c3b38ea2e2",
                  "name": "Google Pass templated retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "43ce28b5-19b0-42da-8b96-3e9849ec8b69",
                  "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": "e167736b-c37d-4fd1-bf12-e28523a08bce",
                  "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": "ec56f9ef-129c-4d62-97e7-061655d1d440",
              "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": "d29b890f-314b-442a-ad9d-5f36b3582333",
                  "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": "74d9990c-bbaa-46fe-9742-0239a95e12b4",
                  "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": "309d2756-93bc-4854-bbbe-78c7e111b921",
                  "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": "f8eccaa7-d608-4754-9afe-2ed3649e3250",
    "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"
    }
  }
}
