{
  "item": [
    {
      "name": "General",
      "description": "",
      "item": [
        {
          "name": "Analytics",
          "description": "Specifies paths and operations for retrieving platform analytics data.",
          "item": [
            {
              "id": "38fd26ac-b3e9-40bc-9151-d9bdb89146ce",
              "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": "e79acca7-b975-4531-93bc-939f7579b35b",
                  "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": "16ad219c-dd18-48e5-9960-5b01687e28a3",
                  "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": "fc07207d-1458-4abd-85ca-26d0ad71cbfd",
                  "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": "02df7ba4-3529-4011-94c9-65d61b4f43df",
                  "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": "61e4de81-f90c-4f3b-8dde-a148aa374151",
                  "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": "64e17d6e-1d5b-497e-b34a-b0227328fb77",
              "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\"mdoc\",\n\t\t\"cwt\"\n\t],\n\t\"limit\": 1000,\n\t\"cursor\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "7c3f8f3d-1192-40ff-a52f-30b0dbadbe7e",
                  "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\"mdoc\",\n\t\t\"cwt\"\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\": \"mdoc\",\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\": \"mdoc\",\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": "44de00f4-3612-4b76-b98a-c52211af6f33",
                  "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\"mdoc\",\n\t\t\"cwt\"\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": "898aaa73-1ed6-420f-abf4-f07f01c12d10",
                  "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\"mdoc\",\n\t\t\"cwt\"\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": "2d82426c-8763-4d29-b6ed-5bcb2302b376",
                  "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\"mdoc\",\n\t\t\"cwt\"\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": "c95a1500-0017-48b9-8090-b383615ca32b",
                  "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\"mdoc\",\n\t\t\"cwt\"\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": "45ebe18d-dcd1-4681-8705-43c2ed52d979",
              "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": "9df62660-f488-4082-a795-aa7f1e420a30",
                  "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": "f0897e31-cddb-4eba-9442-e0cc821034f6",
                  "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": "447389f5-3fbb-4fa6-8eb6-b4a3f28f22c3",
              "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": "cb12c2d4-86a3-4589-a766-32424d3af485",
                  "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": "1bfe02ef-9a97-455f-99e2-011d5fb7143f",
                  "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": "51775da1-d836-4e00-af88-b9e62b71a92f",
              "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": "da3c2609-a835-48a6-ab80-fbe57ccaf937",
                  "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": "02750a83-8cf3-4b9c-ae71-8d63cf1b819d",
                  "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": "c806c5ad-212d-4682-b1d8-74a18a8cc177",
              "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": "09bcd802-af77-4f25-a3c8-adc0dd84f17f",
                  "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": "d8c38dd0-6024-4e20-aec1-63a1d2ee476c",
                  "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": "af5dceb8-9768-4392-a2a1-873d9fd60067",
              "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": "c40d55f8-76a6-46a5-833a-59dd5b15f5b1",
                  "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": "f8458221-225f-48a0-b612-b3f1e9b8959d",
                  "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": "00dd57ba-868f-4a7d-b1cc-4e4adf3b261b",
              "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": "07480b77-a292-40bc-aa38-dd77e8c66055",
                  "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": "44c40914-2cc6-4a38-a8d9-9dc86cf90efd",
                  "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": "64a13907-70a4-4167-9117-a80d5a690799",
              "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": "4caf47ec-ed18-4ed3-8c70-58aeffb63f0d",
                  "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": "74c8a0a7-a40a-4a97-958e-ccbaa030e87c",
              "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": "07460d93-fa02-4040-81d9-a8bae75d0683",
                  "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": "dcfe370f-9c6f-43e6-b9e7-e4fa3a4632f0",
                  "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": "46c25c28-cd16-47a6-bab0-48ca7bf5b954",
                  "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": "a66c2da0-9f24-402c-be9e-33edd56a4175",
              "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": "e2474e55-0729-4f1d-9efd-ed8791c47c02",
                  "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": "77c5743d-86ab-4265-b6f3-9db566ed8fbd",
                  "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": "2b0f57ef-1b04-4aa0-a87e-b8164bf99a24",
                  "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": "708e767a-fab2-485e-864b-3a734ddbc210",
              "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": "5ef56758-5cf0-4b36-8d7f-a65b5d1c456d",
                  "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": "ced18a52-874b-405c-8a36-e50762465207",
                  "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": "91971d33-cd04-4bf6-a025-7e8ff39a0924",
                  "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": "8c9e67f1-7511-4531-a37e-70a6c7220b32",
              "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": "530d4a3b-1922-4875-b860-0e7a5d4630f6",
                  "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": "41b54b80-5db6-407a-91bf-ab7955859ce4",
                  "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": "488367b7-6b33-48a5-9839-c15fba2415b6",
                  "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": "8793c32a-3821-4b2b-954b-93719151a7f8",
              "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": "b4a397b0-b8c5-48af-974f-347d5f99fcc7",
                  "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": "f4e8dc8e-b4be-4464-ae1b-83a322e10b39",
                  "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": "96f920a2-18f7-48d3-99fd-5f05a158aa17",
                  "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": "bf4c93d8-5eb5-431f-835c-8842e27998ed",
              "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": "09b5d752-6316-4a6a-806e-72745676b87a",
                  "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": "226bd189-c040-4630-aa4e-aec0816bc6f7",
                  "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": "fe8c9767-4455-429a-bc6e-92519950be81",
                  "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": "d8bdabc3-3663-4125-8411-57675c8f50b2",
              "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": "b8c96d79-a59c-477c-ae31-279269283664",
                  "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": "39128d29-ccb9-40b5-b826-38648cc8cce7",
                  "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": "64083139-423d-4255-8455-fd313a447979",
                  "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": "631a5be8-54d1-4401-8212-c9096f7b05fc",
              "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": "9995fc15-7280-4bd4-bd82-24ad93263158",
                  "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": "15b67e12-c1bb-48c6-a4f9-89e380620fa8",
                  "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": "eebd1a69-d716-4d47-a73e-60f6189d55a6",
                  "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": "3cab5a53-47ff-48b0-b9fa-f17bec5af0bf",
              "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": "5a47f273-f9d2-4c9b-bee4-da6f7ee2ec34",
                  "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": "d6d95b0c-e217-40d7-ad76-64bbe2555fa9",
                  "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": "e9c482da-f7c1-48c2-a1f2-0934881543c8",
                  "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": "dddb51ba-cee7-47f8-94ce-7af3c742a20a",
              "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": "14e03559-6189-44bd-a414-1e30631daaf7",
                  "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": "a6da5bba-2f07-403c-ac24-bfe28e0c6fb7",
                  "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": "162cddec-5310-4ad4-83a7-838a9bba447c",
              "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": "4e48fd49-55d7-4b4d-b951-b7038827c9da",
                  "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": "bf3d276d-ea9b-4fa1-aba5-4518e2298d2f",
                  "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": "87040e3c-4b29-4491-bceb-7cb5c7b96e87",
              "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": "6bef437d-b2d7-4ab4-96d3-0b04faedbd42",
                  "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": "9076f05d-05d8-4243-8643-23f4e650cb99",
                  "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": "3c2a7106-f4b9-4c8a-93c1-17ed7d08cbd6",
              "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": "ad4a5a98-dfb8-49bd-9e4d-4d2b77147702",
                  "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": "95a10f6a-0807-493d-b7f9-8719231f1d78",
                  "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": "c442a0a8-98cb-488d-a003-9e2f5ef3a68b",
              "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": "56b096dc-1791-46ba-ba43-e6e06807b3bd",
                  "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": "6f7022b0-6721-4a50-88c1-b5ae96d54d69",
                  "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": "ce519a94-6609-4d71-9fc3-897a2a19298b",
              "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": "9ad53f4e-ad31-4433-99ad-34f19a7e072d",
                  "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": "4dd93a37-251e-4ff2-abe4-01c398753a61",
                  "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": "3bbb020d-5996-4a20-86fe-7f77424805ac",
                  "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": "d8626f5f-0462-4799-942a-dff813558560",
              "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\"OpenIdCredentialIssued\",\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": "1d10c578-bade-4e7f-9b67-e5f1a555dac7",
                  "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\"OpenIdCredentialIssued\",\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": "b96d9bd9-b421-4af3-a5da-66b38bdc855c",
                  "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\"OpenIdCredentialIssued\",\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": "35532233-a94e-4a1e-95d5-5eb62c8c25ed",
              "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": "042e9e8a-d7fd-40fd-b346-0b9bc2a50aec",
                  "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": "d4badfa0-ec1b-4cc1-a182-1c742b8c3c88",
                  "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": "43b404a5-2140-4e90-b68b-900515f975db",
              "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": "2f0a36ed-4fd4-4c3e-90da-5c16a5792cd7",
                  "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": "d5d30b2d-d93e-49e6-8bb6-749dbf756312",
                  "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": "4c4918dd-ac28-40ae-83b4-a5778c80ef5e",
              "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\"OpenIdCredentialIssued\",\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": "a8584a0e-a3e9-4bf5-9174-66ea5727addb",
                  "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\"OpenIdCredentialIssued\",\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": "d2110c58-20d3-47c5-b0d4-0a04e2fb3cb0",
                  "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\"OpenIdCredentialIssued\",\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": "5895844a-25ae-443d-9a3a-45cedb04629e",
                  "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\"OpenIdCredentialIssued\",\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": "5177056c-988b-46a6-ae9d-346137de8861",
              "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": "a172e11e-e536-4247-875e-4156d3056f3e",
                  "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": "f073e8c8-a69d-4167-b6e8-8c6079b78723",
                  "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": "7477af71-b755-4d10-bf5b-c2b3dedf7f94",
                  "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": "493f884c-9c3f-4635-a9c5-68b6cda72b30",
              "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": "0cbf6c5b-8329-46d8-b39d-4cec1ed6abdf",
                  "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": "ffcf44e2-0d0e-4619-9d4b-6a488d9422bd",
              "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": "7a4ed40d-bc1a-4078-9e7c-e6f447698b1b",
                  "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": "de394d5d-7c37-4f34-8382-7394b0835156",
              "name": "Create a DID",
              "request": {
                "name": "Create a DID",
                "description": {
                  "content": "Takes a supported [DID method](https://learn.mattr.global/docs/concepts/dids#methods) and returns a new DID with its generated keys and required information. This endpoint also registers the DID Document when applicable.\n\nMATTR VII currently supports creating DIDs of the following methods:\n- **did:key**: The most basic type of DID. The public key forms the DID and has no further data associated with it.\n- **did:web**: This type of DID requires hosting the DID document on a publicly accessible domain in order to make the document and its contents available.\n\n### **Analytic events**\n* DID_CREATE_START\n* DID_CREATE_SUCCESS\n* DID_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "dids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"method\": \"key\",\n\t\"options\": {\n\t\t\"keyType\": \"<string>\",\n\t\t\"url\": \"<string>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "e8a640d8-599a-421c-83eb-1962216beae6",
                  "name": "DID document created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "dids"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"method\": \"key\",\n\t\"options\": {\n\t\t\"keyType\": \"<string>\",\n\t\t\"url\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"registrationStatus\": \"<string>\",\n\t\"did\": \"<string>\",\n\t\"metadata\": {\n\t\t\"keys\": [\n\t\t\t{\n\t\t\t\t\"kmsKeyId\": \"<string>\",\n\t\t\t\t\"didDocumentKeyId\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"kmsKeyId\": \"<string>\",\n\t\t\t\t\"didDocumentKeyId\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"registered\": \"<number>\",\n\t\t\"initialDidDocument\": {}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4ba2ad52-62fe-4e88-89ac-5f5026ac139f",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "dids"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"method\": \"key\",\n\t\"options\": {\n\t\t\"keyType\": \"<string>\",\n\t\t\"url\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "e6f42504-f3ff-4809-9293-67c0f45eab01",
              "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": "323fac78-8e38-4759-b4bd-33bdfc312db2",
                  "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": "9bf194c0-35cb-45dd-ba05-da52f0dece84",
              "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": "5ea86704-d26c-46c8-ad16-c580c9cbb16b",
                  "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": "dd606d3e-3323-4f11-a0d6-b9175574c0e7",
                  "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": "bb76bec5-c728-4d52-b0d1-c0d12f50e393",
              "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": "2c862730-58cb-4f6d-b97a-4110a4e47ac8",
                  "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": "c1130f22-11de-4da7-9f5e-bf003ccf69a8",
                  "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": "804da1e4-1934-46ca-97ae-b51977f657ea",
                  "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": "aa239f0d-979e-4f37-b35a-2b6f4651999c",
              "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": "5261e5a4-2672-4ba3-b4ba-816d8a768d27",
                  "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": "de933d9f-91e9-469b-b573-4faa6540e1e2",
                  "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": "58ac9d05-93a1-4258-8435-7a7db0f012e8",
                  "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": "9abd10b8-b5af-4ef8-8174-ad9835b4fbc9",
              "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": "05ff20b9-94c4-4c2c-a314-9b0208a5f687",
                  "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": "e2fb9f93-ebf0-4343-a137-10b2bae2fccf",
              "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": "d0e30403-ec2a-4448-99ea-c8dae3be0de4",
                  "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": "a8f7ff71-4405-4e43-9727-7500571c48ba",
                  "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": "68625a8c-c4d2-4d8d-89b1-d770bb2a148d",
                  "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": "074e199c-886b-4d50-933f-fab3460f2f78",
              "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": "83fe8451-0e46-4d4a-b985-05d42984619a",
                  "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": "c45a78ca-50b8-48ff-b4db-b931c3e6149e",
                  "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": "023b86ba-1e3b-44fa-815d-1bd3b3202ea0",
              "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": "cdf676c6-db98-4b6a-a69a-2cd7525f2006",
                  "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": "540637c8-2538-4239-929a-7bae69731711",
                  "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": "2205b73c-ee93-4184-8114-e7d903a5122f",
                  "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": "8b1ed89a-5efe-43ee-ab08-f63c65f9a58f",
              "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": "ce303fe9-7a0c-431f-b241-1136491d8c2f",
                  "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": "3dbcde79-24db-4e71-b602-6623e3620e51",
                  "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": "eebb44e3-4f0b-4bc4-b31d-ccdf3832305c",
              "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": "7090b9a9-8a07-41d9-a614-4250b43f678e",
                  "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": "41c1497d-7d30-43d0-bb7b-ae4cc5d6bcd8",
                  "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": "b31dc5fc-1863-4604-8f62-8f0624efa99a",
              "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": "58d7bd65-8f6b-457a-a778-1452f45e19ab",
                  "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": "8eb4074a-aefe-4a87-a4c7-9950452b7150",
                  "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": "575f840c-2360-4aa5-a103-39df922a106a",
                  "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": "35f1d8e2-2d4f-46e8-b656-9deec69caaae",
              "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": "5f879478-7e07-474a-9aba-2d5315c20814",
                  "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": "352e9425-0a66-481c-8385-be5eac065453",
                  "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": "5bdf6e32-4a44-4eca-b244-d98ddde85a70",
              "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": "9db03404-764a-4d44-9fd3-133a76f3f070",
                  "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": "1d7aa71f-5696-4fb6-a7e4-c5edc5518b06",
                  "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": "a6a79f9e-5511-4b05-9395-154f19e296aa",
                  "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": "cd93f897-ae14-4856-9719-3b3432d9689b",
              "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": "a3827308-d07c-4469-92ee-5585b77e8727",
                  "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": "4e21c20e-5539-4250-8b1a-08242880215a",
                  "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": "f4b47187-db37-4d5a-aa3b-94d798dd6530",
                  "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": "4fd67148-56c4-4902-b8e0-6cef70cbd43e",
                  "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": "7698c64d-933c-44c3-bd58-d61fb9de6587",
              "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": "ceff922f-8912-4562-ab3e-b6d843e1f4c2",
                  "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": "039d2aa1-f5df-43b6-bf4f-7e46672f87ad",
                  "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": "7134642f-ea4d-4aa8-bb8c-3bd57e6b1953",
                  "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": "9559aedd-ba56-426f-bdc0-2f88bcaca068",
                  "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": "4e4f612b-26b9-4795-bdb2-80d5af312e0b",
              "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": "553c5f29-d648-4409-8619-c56849999e2f",
                  "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": "8f473544-8a7d-42d0-9a02-a1e038b1d0f2",
                  "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": "3ff08fae-965f-45af-9259-43bc12d92103",
                  "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": "428d4c43-adad-47fe-8a9a-03a7012bda41",
              "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": "dc2347ea-9329-43a1-9c05-0de05423c1e9",
                  "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": "fb108ffe-5173-46aa-8777-b57ac688360e",
                  "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": "eec3ab13-2403-42e9-8997-f67a7c42340c",
                  "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": "c42757ac-fa7c-4cf7-84b0-e24129461bb3",
              "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": "26476904-fc5f-474d-81a8-ee899ad8f3b9",
                  "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": "28e0e1ca-4827-4795-bf59-a981c41191ac",
                  "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": "963df641-8956-47d6-ad11-731a110ddfc9",
                  "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": "7ea1779a-640c-449d-bca7-1f0a32f2632c",
                  "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": "b189ccea-ff5f-4f18-b746-34a8a9918a7b",
              "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": "6c69d46f-1c50-478b-91fd-4e2c507abf98",
                  "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": "987e40d5-7bb1-409c-9ee5-4c6b8cfc752a",
                  "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": "3fab22f8-7203-4016-906a-31c00a093e4f",
                  "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": "b214092c-6a0d-4f63-9af9-c084191c1e1d",
              "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": "81372dc8-f25a-4c9f-a93d-2bf06d76c458",
                  "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\": \"Inactive\",\n\t\t\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"isIssuer\": false,\n\t\t\t\"isVerifier\": false,\n\t\t\t\"isIssuerConstrained\": true,\n\t\t\t\"isVerifierConstrained\": true,\n\t\t\t\"status\": \"Inactive\",\n\t\t\t\"country\": \"<string>\",\n\t\t\t\"stateOrProvince\": \"<string>\",\n\t\t\t\"organizationAddress\": \"<string>\",\n\t\t\t\"organizationPhoneNumber\": \"<string>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b52d2ab7-eeb2-47c8-8a2c-947ba04ce89d",
                  "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": "c444720a-af5f-40d4-ab03-e701ad3e24c0",
                  "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": "e93191fa-a496-480d-b016-a2b393779c23",
              "name": "Create participant",
              "request": {
                "name": "Create participant",
                "description": {
                  "content": "Creates a participant in the requested ecosystem.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_CREATE_START\n* ECOSYSTEM_PARTICIPANT_CREATE_SUCCESS\n* ECOSYSTEM_PARTICIPANT_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "8e98ed74-4143-45e3-99c2-ee536ea554a9",
                  "name": "Participant created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Delisted\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "203c3935-0960-4cfa-a874-ff046b75fa81",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "55994d38-9fdc-4172-a2d5-7a5d9d712ba7",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "55b885d5-39bb-4ca9-b7a2-a9b9f5dcfb6d",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "57a3493f-45b0-4860-b1b1-dd33d6118b9d",
              "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": "42c2a5b1-9635-4533-9a53-295f279a81f5",
                  "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": "392e450a-4ed9-49d1-815f-880a3869b8cc",
                  "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": "f137d6a9-7fb2-42c6-b948-5155a0ba854e",
                  "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": "fc706c78-fa59-4310-9f79-43704d254d65",
              "name": "Update participant",
              "request": {
                "name": "Update participant",
                "description": {
                  "content": "Updates a participant in the requested ecosystem by its ID.\n### **Analytic events**\n* ECOSYSTEM_PARTICIPANT_UPDATE_START\n* ECOSYSTEM_PARTICIPANT_UPDATE_SUCCESS\n* ECOSYSTEM_PARTICIPANT_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "participants",
                    ":participantId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    },
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "participantId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the participant",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "bed32150-25af-4e97-a61a-99af3ee010d2",
                  "name": "Participant updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Delisted\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "37ff49b0-960d-4dc6-ace9-39f2bfaae1ea",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f1f4638a-e01a-42be-a2f2-60c84c533a18",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6de7eff0-7856-4115-b595-1471b28323f3",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9fc50d2d-5ef8-4f94-9a0b-c35efeeddbc4",
              "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": "a5b0e449-16f0-44f8-b7bf-248fa3effa50",
                  "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": "8e059203-3d04-4ec3-b672-739ec98c71aa",
                  "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": "dfe31629-9aff-488f-9842-a7d9862e7deb",
                  "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": "7763aa07-ada2-4675-922c-8899a2ffd006",
              "name": "Create credential type",
              "request": {
                "name": "Create credential type",
                "description": {
                  "content": "Creates a new credential type in the requested ecosystem.\n### **Analytic events**\n* ECOSYSTEM_CREDENTIAL_CREATE_START\n* ECOSYSTEM_CREDENTIAL_CREATE_SUCCESS\n* ECOSYSTEM_CREDENTIAL_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "credentials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"profile\": \"web-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"id\": true,\n\t\"ecosystemId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "52f607f8-43bf-4805-a57a-bf9e13c39499",
                  "name": "Credential type created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"web-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"id\": true,\n\t\"ecosystemId\": \"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\"profile\": \"compact-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4bcde37c-033b-4439-828e-8b9171f0aece",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"web-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"id\": true,\n\t\"ecosystemId\": \"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": "3fe13280-3118-44af-80c1-4cb3ad3e9d0b",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"web-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"id\": true,\n\t\"ecosystemId\": \"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": "3ba8d25a-3d9d-4b43-b197-1d2861b99e53",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"web-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"id\": true,\n\t\"ecosystemId\": \"string\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1cd645d3-ca87-4cd8-9545-ac4e4efecff1",
              "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": "823603ba-2e2e-4e35-b2e4-ccbb8f909e90",
                  "name": "Credential types retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"profile\": \"compact\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"name\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"profile\": \"compact-semantic\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"name\": \"<string>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "167d2d3f-58ea-45a3-9a6e-a11e1ea77237",
                  "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": "ba8f15f2-f681-4448-865f-3f2a693e0e16",
                  "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": "33b86693-4935-49cb-9548-b3ffdb664d3e",
              "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": "2cd62fe6-82df-41e4-b485-8c78238abcce",
                  "name": "Credential type retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"profile\": \"compact-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "af0816e4-ad4d-4ab3-abaa-b17302b9908a",
                  "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": "a506af93-7d96-4a8e-b2e7-ddc0d39215dd",
                  "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": "273ec7a6-6319-454c-b198-3728ecf67318",
              "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": "85ded76e-5c24-4b0a-93d1-e9a1cfa5a444",
                  "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": "f548a3f4-20ad-4caf-bdeb-d3e4ed2781c2",
                  "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": "62721ec2-e8c9-4281-b160-41a365454309",
                  "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": "81c6c917-6a5e-46fe-884f-ffa88f750152",
              "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": "a86b931b-dca9-4ddf-bfc8-92f001841b89",
                  "name": "Issuer policy created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "issuer",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credentialId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"profile\": \"compact-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0aa60331-c02d-4b85-a24d-5e0c2baee620",
                  "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": "723d1d31-8f8c-4f0d-889d-23a7ab165061",
                  "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": "e21c6950-38b9-4101-b687-6e8a519a83fe",
                  "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": "92d10415-fec4-48ba-be6a-0d68a3a607fc",
              "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": "09e35edf-3107-43b4-81c7-a1e70dc998f1",
                  "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": "00b1fd9b-9172-4e6d-b0f8-fb59089755df",
                  "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": "607515e9-4af5-49ab-a490-7d71a87d70d1",
                  "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": "a3da0db9-0ea8-4a0c-b150-788fa78bf5f2",
                  "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": "d376e7a1-d4b4-429f-9167-c7b0d0822cb9",
              "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": "63190597-a1cc-4478-9052-134064254113",
                  "name": "Verifier policy created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "verifier",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credentialId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"profile\": \"compact-semantic\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ce753255-232a-4577-ab2d-a846dbc1e7c1",
                  "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": "8fc0b372-ae82-4662-bfb7-243af86e7265",
                  "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": "bf74b0ce-8fad-45fd-8095-fc8019fc75a6",
                  "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": "c5873798-5c49-45ab-bfc2-681e12d03987",
              "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": "469b249a-38b5-48cb-b53e-58c277eca8e3",
                  "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": "dfb66380-ef5e-4e9d-b76e-973c6d07ce35",
                  "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": "fdfe87a0-319d-4fea-922e-471b2a66c240",
                  "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": "6629dcd1-6444-41a3-a287-8eb955f5aa01",
                  "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": "f7935aa2-3183-4450-8b18-dd3c7679dbd5",
              "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": "65964a5e-d72f-462a-8c4e-768395315422",
                  "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": "446b3565-7401-4d44-9773-f9332ee7eb10",
                  "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": "d9ca0ced-4fa7-4f32-92ee-8cd1cbd64399",
                  "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": "e2009dea-12d7-40a9-8200-e597e14de744",
              "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": "1ce33ccd-0af7-4ff9-8028-ca430e24aef1",
                  "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": "e9587aa5-8aef-4887-8936-38cfbe6ac04d",
                  "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": "368610a0-7848-4986-8cb5-fba425a59855",
                  "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": "e913ac9d-1428-4ed6-b041-85967fa9a055",
              "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": "2f181777-9a78-409c-96a5-8c361a730b03",
                  "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": "4d3fb113-21e3-4f83-b492-ed7807f9f769",
                  "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": "2a73a295-9864-4fc5-a468-ac18fb38f505",
                  "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": "ac4fe0b9-3802-4f1d-88de-5ca3fb219e3e",
              "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": "8823d4f9-7ac2-40cb-b76f-3d6b9dc50e88",
                  "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": "017459b6-66a3-4bc0-b1be-ad7eb9d1f843",
                  "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": "5e4d3f4a-7433-4557-9830-77293033ec1f",
                  "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": "066141e4-219a-4198-af7d-51c70c4326eb",
              "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": "b6f0f075-25c5-41ea-8f1a-9289f479c4bd",
                  "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": "b9873149-4859-4a1c-a96f-c20505f6fb95",
                  "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": "3565a077-d352-4c3d-be89-b656879f10d0",
                  "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": "de3c15e1-a219-4d47-bf57-24f8d55ea73d",
              "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": "3e65a572-a716-48fa-8fa3-0cdad77cb4cd",
                  "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": "810df8c7-5ecf-4510-b0b8-c5216cf6cbe5",
                  "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": "de5fb630-2c53-4634-bb24-b8998bd4c99b",
                  "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": "a5925fc0-8cd0-4761-a876-1a462eafe309",
              "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": "c5804f49-afd4-45d3-a306-411f0391131c",
                  "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": "6d993f70-fe97-4384-9663-a6b71485ee30",
                  "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": "56d9d3f5-f3d2-4886-9976-d69a3789c292",
                  "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": "768f68fd-dc48-4f25-a521-04b2a86a3cf1",
              "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": "7f34faf2-9e23-4af4-8d4c-25339e749aa8",
                  "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": "bbca239e-6383-4dc8-8c83-36f52fb65d84",
                  "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": "4d79161c-29f7-433e-ba64-ab2e34dbeb01",
                  "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": "3c51b6fb-5081-44af-8c14-5592d7b58841",
              "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": "343290c2-f813-41c9-bfe5-10f5211635ba",
                  "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": "a46360d9-5b66-48d7-a5f9-a669f833e0b7",
                  "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": "21beab5b-cece-487c-8eac-be262df436c9",
                  "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": "7d36c714-abbd-4170-91fb-8e48be3a002d",
              "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": "8e53deb2-7fc4-41c5-a06a-dd4d722e7733",
                  "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": "adb9ce2e-9f20-4fe9-96e6-dc8b3b58c383",
                  "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": "81493e14-b77d-4e78-ad04-b7d68609d5d4",
                  "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": "2088a05f-b949-4e1b-b8f0-99ded655c14f",
              "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": "e630afd9-172d-4db5-92ac-3aedd4ff8dc0",
                  "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": "bae406da-874c-451f-bb77-7ce93c04abb1",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence",
                        ":evidenceId",
                        "download"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Participants validation",
          "description": "Operations related to validating Participants within an Ecosystem.",
          "item": [
            {
              "id": "367ad58f-7ff9-430f-9193-f5a9ab4b6a4a",
              "name": "Validate issuer",
              "request": {
                "name": "Validate issuer",
                "description": {
                  "content": "Validates that an issuer is allowed to issue a specific credential format according to the ecosystem policy.\n\n### **Analytics events**\n* ECOSYSTEM_VALIDATE_PARTICIPANT_START\n* ECOSYSTEM_VALIDATE_PARTICIPANT_SUCCESS\n* ECOSYSTEM_VALIDATE_PARTICIPANT_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "issuer-validation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "c7aedd4d-ccf6-4d51-8fa2-033934de2b6f",
                  "name": "Validation completed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "issuer-validation"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"validated\": \"<boolean>\",\n\t\"policyVersion\": \"<string>\",\n\t\"identifier\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "162ca393-4521-42a2-b91e-3236db08ad0e",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "issuer-validation"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "efe6a111-d982-4ce4-a5d1-dddb6002bada",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "issuer-validation"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3d116be9-1be1-4927-a400-9b49596d5180",
              "name": "Validate verifier",
              "request": {
                "name": "Validate verifier",
                "description": {
                  "content": "Validates that a verifier is allowed to verify a specific credential format according to the ecosystem policy.\n\n### **Analytics events**\n* ECOSYSTEM_VALIDATE_PARTICIPANT_START\n* ECOSYSTEM_VALIDATE_PARTICIPANT_SUCCESS\n* ECOSYSTEM_VALIDATE_PARTICIPANT_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    "verifier-validation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "e9cc2a59-98aa-4862-9416-d42508c9c87d",
                  "name": "Validation completed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "verifier-validation"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"validated\": \"<boolean>\",\n\t\"policyVersion\": \"<string>\",\n\t\"identifier\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c2e71c02-0023-4e43-89c4-68d002705c08",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "verifier-validation"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1ba7affc-725f-4aed-8df2-71de23b15ff2",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        "verifier-validation"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"profile\": \"compact\",\n\t\"identifier\": \"<string>\",\n\t\"type\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Policy",
          "description": "Specifies paths and operations for publishing and retrieving an ecosystem policy.",
          "item": [
            {
              "id": "049a31f4-11ff-4cde-82d1-e1a299a5193f",
              "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": "74a575c2-37f0-4159-b252-2a594b01899e",
                  "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": "a1b6d46d-85be-4729-bd88-b6f47083c276",
                  "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": "480680d0-8687-4b54-8086-ff5da8a21c3c",
                  "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": "736f499e-a3e2-4f1a-9cda-e2a61bc528e0",
                  "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": "82059ea6-22ca-4142-bdf2-63142b46c1d2",
              "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": "deflate"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "55440c07-f1f9-444f-b337-0d3b83d0766e",
                  "name": "Latest ecosystem policy retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policies",
                        "public",
                        "latest"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.",
                          "type": "text/plain"
                        },
                        "key": "If-None-Match",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "An Entity Tag (ETag) is a unique identifier assigned to a specific version of a resource. It allows clients to check if a resource has been modified since it was last retrieved.",
                        "type": "text/plain"
                      },
                      "key": "ETag",
                      "value": "<string>"
                    }
                  ],
                  "body": "{\n\t\"policyModifiedAt\": \"<dateTime>\",\n\t\"policyPublishedAt\": \"<dateTime>\",\n\t\"credentials\": {\n\t\t\"599bf148-d711-405a-a20b-9c8a87ac8850\": {\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"profile\": \"compact-semantic\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"name\": \"<string>\"\n\t\t}\n\t},\n\t\"participants\": {\n\t\t\"a24e391a-c27f-4b6e-9805-1ee7e03f3c58\": {\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"identifiers\": {\n\t\t\t\t\"web-semantic\": \"<string>\",\n\t\t\t\t\"compact-semantic\": \"<string>\",\n\t\t\t\t\"compact\": \"<string>\",\n\t\t\t\t\"mobile\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\t\t\"status\": \"Delisted\",\n\t\t\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"isIssuer\": false,\n\t\t\t\"isVerifier\": false,\n\t\t\t\"isIssuerConstrained\": true,\n\t\t\t\"isVerifierConstrained\": true,\n\t\t\t\"status\": \"Inactive\",\n\t\t\t\"country\": \"<string>\",\n\t\t\t\"stateOrProvince\": \"<string>\",\n\t\t\t\"organizationAddress\": \"<string>\",\n\t\t\t\"organizationPhoneNumber\": \"<string>\",\n\t\t\t\"issuerAllowedCredentials\": [\n\t\t\t\t\"<uuid>\",\n\t\t\t\t\"<uuid>\"\n\t\t\t],\n\t\t\t\"verifierAllowedCredentials\": [\n\t\t\t\t\"<uuid>\",\n\t\t\t\t\"<uuid>\"\n\t\t\t]\n\t\t}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "45a3a06a-4491-4f20-a8e7-63523b7a4a6e",
                  "name": "Not Modified. The resource has not been modified since the last request.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policies",
                        "public",
                        "latest"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.",
                          "type": "text/plain"
                        },
                        "key": "If-None-Match",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Modified",
                  "code": 304,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "e1242437-781b-4e19-b4c5-e6521dec821d",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policies",
                        "public",
                        "latest"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.",
                          "type": "text/plain"
                        },
                        "key": "If-None-Match",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a96d6f3e-6698-4127-ba3d-9708fbaec933",
              "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": "deflate"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "9304fe40-08a1-4b4c-9c89-f8cd12b0d036",
                  "name": "Ecosystem policy retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policy"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.",
                          "type": "text/plain"
                        },
                        "key": "If-None-Match",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    },
                    {
                      "disabled": true,
                      "description": {
                        "content": "An Entity Tag (ETag) is a unique identifier assigned to a specific version of a resource. It allows clients to check if a resource has been modified since it was last retrieved.",
                        "type": "text/plain"
                      },
                      "key": "ETag",
                      "value": "<string>"
                    }
                  ],
                  "body": "{\n\t\"policyModifiedAt\": \"<dateTime>\",\n\t\"policyPublishedAt\": \"<dateTime>\",\n\t\"credentials\": {\n\t\t\"599bf148-d711-405a-a20b-9c8a87ac8850\": {\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"profile\": \"compact-semantic\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"name\": \"<string>\"\n\t\t}\n\t},\n\t\"participants\": {\n\t\t\"a24e391a-c27f-4b6e-9805-1ee7e03f3c58\": {\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"identifiers\": {\n\t\t\t\t\"web-semantic\": \"<string>\",\n\t\t\t\t\"compact-semantic\": \"<string>\",\n\t\t\t\t\"compact\": \"<string>\",\n\t\t\t\t\"mobile\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\t\t\"status\": \"Delisted\",\n\t\t\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"isIssuer\": false,\n\t\t\t\"isVerifier\": false,\n\t\t\t\"isIssuerConstrained\": true,\n\t\t\t\"isVerifierConstrained\": true,\n\t\t\t\"status\": \"Inactive\",\n\t\t\t\"country\": \"<string>\",\n\t\t\t\"stateOrProvince\": \"<string>\",\n\t\t\t\"organizationAddress\": \"<string>\",\n\t\t\t\"organizationPhoneNumber\": \"<string>\",\n\t\t\t\"issuerAllowedCredentials\": [\n\t\t\t\t\"<uuid>\",\n\t\t\t\t\"<uuid>\"\n\t\t\t],\n\t\t\t\"verifierAllowedCredentials\": [\n\t\t\t\t\"<uuid>\",\n\t\t\t\t\"<uuid>\"\n\t\t\t]\n\t\t}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e9dd80bb-e43f-454e-8c88-d5655bec613a",
                  "name": "Not Modified. The resource has not been modified since the last request.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policy"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.",
                          "type": "text/plain"
                        },
                        "key": "If-None-Match",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Modified",
                  "code": 304,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "746a8586-8cd5-4bcb-a760-0b27ea49fcd1",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "policy"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "The If-None-Match parameter enables caching. Specify the ETag of the latest retrieved policy version, so that the policy is only retrieved if it had changed since.",
                          "type": "text/plain"
                        },
                        "key": "If-None-Match",
                        "value": "<string>"
                      },
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "5084d3c0-91f4-497a-ab45-32a283a37313",
              "name": "Retrieve ecosystem policy preview",
              "request": {
                "name": "Retrieve ecosystem policy preview",
                "description": {
                  "content": "Retrieves an ecosystem policy preview by providing the Ecosystem's ID. A policy preview includes all the participants and credential types created in the ecosystem, excluding any participants with expired or inactive IACAs.\n\n### **Analytic events**\n* ECOSYSTEM_POLICY_PREVIEW_RETRIEVE_START\n* ECOSYSTEM_POLICY_PREVIEW_RETRIEVE_SUCCESS\n* ECOSYSTEM_POLICY_PREVIEW_RETRIEVE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "ecosystems",
                    ":ecosystemId",
                    "preview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ecosystemId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) The UUID of the ecosystem",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": true,
                    "description": {
                      "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                      "type": "text/plain"
                    },
                    "key": "Accept-Encoding",
                    "value": "deflate"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {},
                "auth": null
              },
              "response": [
                {
                  "id": "5b398de9-cda3-4412-9840-bc373a2e3029",
                  "name": "Ecosystem policy preview retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "preview"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"policyModifiedAt\": \"<dateTime>\",\n\t\"credentials\": {\n\t\t\"599bf148-d711-405a-a20b-9c8a87ac8850\": {\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"profile\": \"compact\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"name\": \"<string>\"\n\t\t}\n\t},\n\t\"participants\": {\n\t\t\"a24e391a-c27f-4b6e-9805-1ee7e03f3c58\": {\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"identifiers\": {\n\t\t\t\t\"web-semantic\": \"<string>\",\n\t\t\t\t\"compact-semantic\": \"<string>\",\n\t\t\t\t\"compact\": \"<string>\",\n\t\t\t\t\"mobile\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"status\": \"Active\",\n\t\t\t\t\t\t\"validationResult\": {\n\t\t\t\t\t\t\t\"validated\": \"<boolean>\",\n\t\t\t\t\t\t\t\"failReasons\": [\n\t\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"isIssuer\": false,\n\t\t\t\"isVerifier\": false,\n\t\t\t\"isIssuerConstrained\": true,\n\t\t\t\"isVerifierConstrained\": true,\n\t\t\t\"status\": \"Inactive\",\n\t\t\t\"country\": \"<string>\",\n\t\t\t\"stateOrProvince\": \"<string>\",\n\t\t\t\"organizationAddress\": \"<string>\",\n\t\t\t\"organizationPhoneNumber\": \"<string>\",\n\t\t\t\"issuerAllowedCredentials\": [\n\t\t\t\t\"<uuid>\",\n\t\t\t\t\"<uuid>\"\n\t\t\t],\n\t\t\t\"verifierAllowedCredentials\": [\n\t\t\t\t\"<uuid>\",\n\t\t\t\t\"<uuid>\"\n\t\t\t]\n\t\t}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ce8107c2-b17d-4ad9-ab67-3c674bc94e0e",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "preview"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": true,
                        "description": {
                          "content": "Use the Accept-Encoding header to specify the supported content encodings. (This can only be one of gzip,deflate)",
                          "type": "text/plain"
                        },
                        "key": "Accept-Encoding",
                        "value": "deflate"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Certificates",
          "description": "Specifies paths and operations for managing DTS root CA certificates.",
          "item": [
            {
              "id": "610fe469-0574-4a59-9ce0-f0206b906772",
              "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": "000a185d-08fd-416c-aef1-e66923ce7c08",
                  "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": "f0cc2a1d-e8a9-4504-b8c0-d63c70b1cd07",
                  "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": "454105c0-d454-44d1-98dd-36446a4a2d4b",
                  "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": "79e0e3b2-a3f6-42b1-b69b-33c01d5ff624",
                  "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": "f102a5e4-88cf-43c9-9c86-b86b61a5d427",
              "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": "5dd3673b-3333-4d34-9f8e-4480fddba260",
                  "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": "33b76f29-a757-4ad5-b6e2-9c277b954c85",
                  "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": "11c31cb2-88b9-473a-b0d9-d17bd139c8ac",
                  "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": "07e08119-5050-482f-b7cc-8459b1725f02",
              "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": "64d70847-c86c-4903-a2d6-0c5254b1ad01",
                  "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": "1fb80c8f-a1ba-4094-9773-7d1cbeb8e2ac",
                  "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": "1760dbb1-4e43-4df0-8c46-12b8bb060d73",
                  "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": "03b5b091-6ea5-4054-bd0f-1b015057cbde",
              "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": "6632998f-b2a4-46cd-afcc-3845e19f56ae",
                  "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": "ac87a612-c29a-4965-90b9-a725a48f8bc7",
                  "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": "e9e0ba8d-8636-4b05-9287-9b3fca870ee4",
                  "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": "0d0d5762-bcc0-43dc-afd2-60743e598d97",
              "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": "4ea8ef6f-bf10-4c7e-91c7-8c8cfb755fda",
                  "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": "3804db7e-e615-45e9-bf05-9bdeb257ed53",
                  "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": "b88c0544-51b8-4e09-bab1-c8e6ec8a82fe",
              "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": "19648572-5f69-44de-831f-102cec283283",
                  "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": "4d64f8a7-a6a6-4227-9fa3-18a2abafbd80",
                  "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": "3671964b-eea6-4814-88e9-ed8901f46bd7",
              "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": "e2c3f0d7-1078-4031-8782-6dbbbe4eb17d",
                  "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": "0bc010ee-2b16-4bea-ac25-213646b4b8c3",
              "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": "3ecb2b43-1af1-4340-af99-09a1c75383d6",
                  "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": "b69ee7f7-160c-4633-a7a5-e8ed2a0c0072",
                  "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": "6f517a7d-2150-4531-8d99-b18fc4965d32",
              "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": "52d77237-7300-416d-a922-4af157b071ae",
                  "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": "d816feb8-6e32-4981-92ee-86379c55d29a",
                  "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": "4db658f1-3c44-47b4-a6f3-9161a77d8105",
              "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": "26f6b7a0-c274-4c5a-86c8-2b74c143d4c0",
                  "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": "fed1f95c-7b87-49df-b6a5-9a7e328f7f86",
                  "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": "4574fe2c-032f-4bd4-bb11-27fdf4bd1ec2",
              "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": "0c609a9c-bcd8-425f-a7e3-75c8dbe611ab",
                  "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": "083e084d-3db2-43b2-931d-3a5032f079b1",
                  "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": "40d3d4c4-7feb-43a1-a9df-2e07859d0e98",
              "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": "40dbba9b-0e08-4916-9098-2d965c8f9cec",
                  "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": "8e748d79-7423-40cb-85ff-418172363aa2",
                  "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": "1c6490b5-ce05-424b-8932-17e62b090d27",
              "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": "1096f23f-1000-405d-9c09-73a8095ba331",
                  "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": "2931ad79-6ff5-45ee-b9c3-ca33bdaa53fb",
                  "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": "b0cada37-9a05-4d88-9176-212f8b2fa6c5",
              "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": "e05fe630-8bfe-4d6d-967d-0d4f6ec8cf69",
                  "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\": \"Weekly\",\n\t\t\"configuredAt\": \"<dateTime>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "558536a3-a16f-4f1a-8568-118a45ddd9ad",
                  "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": "c323fba4-cdf3-4c5c-ad77-0046f15c12ac",
              "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": "e38de087-fd41-4b19-baae-8ce2894d5bfe",
                  "name": "VICAL configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "vicals",
                        "configuration"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"vicalProvider\": \"<string>\",\n\t\"autoPublish\": {\n\t\t\"enabled\": \"<boolean>\",\n\t\t\"frequency\": \"Weekly\",\n\t\t\"configuredAt\": \"<dateTime>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e0a69ac6-f196-46a2-a77c-b88756137c19",
                  "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": "c956375a-2afa-4a56-a22c-086d197f5924",
              "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": "d69e2f71-9300-44dc-b6d2-ea94b8f5292b",
                  "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": "77d65435-f348-4d00-8337-4f7123b6d905",
                  "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": "40d52d41-0601-4827-8104-71eb71e87c6b",
              "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": "e7b7cf2d-07d1-411f-bff2-1e66678015e3",
                  "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": "492fd15b-231b-4896-846a-a4e57b369599",
                  "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": "1989c83b-79c3-4b54-9f20-d331e8eb3bd8",
                  "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": "20e6efeb-b88f-46f8-929e-6306af1eb013",
                  "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": "a0820c0e-39ad-4679-9b5b-001b88bf6784",
              "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": "6c7b10be-a1e1-470d-892c-7f0d58034661",
                  "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": "f54aa764-6eb6-4d19-86ae-a6dc6d3c7f0d",
                  "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": "0312f506-7371-4b36-840c-10c0234535fe",
                  "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": "2f2a1fb1-6334-421d-a4b4-051243fea328",
              "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": "1fe849f0-6b2f-4b27-8e1f-044fb27ff0db",
                  "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": "a8ad8e2f-a457-4441-9500-1a4ed2299db3",
                  "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": "0fe4adb4-8779-488e-bf43-5c349c555e96",
                  "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": "dffb7f8c-d9bb-4008-9b0a-ed9fd0c10ec9",
              "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": "5a7984cd-bca7-4839-b978-4c4027b81aee",
                  "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": "d58b9dfe-920a-4057-b05e-5921465aed02",
                  "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": "01be17a3-4337-429f-a8e9-5364b007a015",
                  "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": "aabaac97-5bd4-4fcd-92b1-5ac67f1e94a1",
              "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": "5ceeb1db-e0dc-442d-a62a-ef737de578bb",
                  "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": "33a55129-c6eb-4584-9edc-5895c5c166dc",
                  "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": "92aee734-7654-4c20-8e55-a513f544fff9",
              "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": "5fa7cded-6b03-4425-867e-91a8a06b0e85",
                  "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": "5db1230c-957b-44cd-8836-4ab740e53f28",
                  "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": "3fd868cd-9cd1-402b-9e28-69b9f77146e8",
              "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": "85f0281e-7e8a-4063-8442-e0dcd8f2a148",
                  "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": "de7f3f02-ff43-4e97-9168-4ecd5f4798ba",
                  "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": "c3730d7a-5733-4923-afb7-76dc996089c4",
              "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": "98266073-2f4e-4711-85ea-1ce72c6a67da",
                  "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": "24c627a2-bf5a-4aa3-8f25-1ac29a95841a",
                  "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": "8aa6b70a-8eb9-4497-bde9-cc588947a565",
                  "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": "b3563b43-4e28-421c-80a4-4c5a04aa882d",
              "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": "a688cd26-4fe9-489d-9158-5e1cf3696aca",
                  "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": "e88de7af-2234-47a5-be84-0060fc667540",
                  "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": "261708b9-5f10-47fe-b70b-f4a733bd67ab",
              "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": "ab9a8306-36ed-4f10-9de4-29cf0f7fbec1",
                  "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": "aec70a51-bd1d-4bfc-9765-69f392d02672",
                  "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": "2af7ae57-2416-4c0c-bf86-0e4b53364b98",
              "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": "a3bd0092-31da-4e2a-b8e2-7a4171c357d7",
                  "name": "Semantic CWT credential signed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\"\n\t\t\t},\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"@context\": \"<string>\"\n\t\t},\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\"\n\t},\n\t\"revocable\": false,\n\t\"isRevoked\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"encoded\": \"<string>\",\n\t\"decoded\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"nbf\": \"<number>\",\n\t\t\"jti\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"@context\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"type\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\",\n\t\t\t\t\"key_1\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\",\n\t\t\"status\": {\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"index\": \"<number>\"\n\t\t}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "845859b3-f4ee-4d17-909d-f757cfdfee88",
                  "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": "64a1c471-2693-4352-ad52-e0bb4c7d9c07",
              "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": "ed21428d-015d-498a-a598-844f20f20812",
                  "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": "995a8088-3b91-460e-98d5-51203f2e5212",
                  "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": "44eb13f0-6e79-402a-9a59-33b028d17877",
              "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": "57fa68e7-a725-4fbe-9894-964a0d74e543",
                  "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": "87623f91-1b81-44f7-b5e4-e6d29c6a3fd4",
                  "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": "6d415a74-3294-4c22-981e-012fa3f20259",
                  "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": "b1e7ec7c-d2c8-411b-aa2a-acb1ccbd0d95",
              "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": "334ab2e9-66dc-464a-9326-6d49334a9900",
                  "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": "ca94ef4a-44f0-43c3-8059-75809f00527a",
                  "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": "cfa67ab0-0f57-43b0-9b96-93297df1a97e",
              "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": "6f5075c4-f863-4bed-8d36-741a133af32c",
                  "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": "af28b79b-bb29-41cc-a9df-3b00edb512a9",
                  "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": "08fe1465-f0b0-480b-aef8-56b35354d0d8",
              "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": "64c0db40-3219-4f53-a40f-72e01d08ae95",
                  "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": "c7d556aa-009a-45da-a5de-0ce6cdf3ae3e",
                  "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": "43c946b4-f273-4e14-a12b-748ef375e0d8",
              "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}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "875de15a-7427-47d4-a2fe-af45a6303cc0",
                  "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}\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}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "46230b80-b0fe-4a8c-95c3-fe1a367c1f46",
                  "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}\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": "5d514fdd-a913-468e-8079-ab9ce06c643f",
              "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": "7323e875-2d71-4f0f-aebf-a5f3bb0e4809",
                  "name": "Authentication Providers retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"clientId\": \"<string>\",\n\t\t\t\"clientSecret\": \"<string>\",\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"redirectUrl\": \"<uri>\",\n\t\t\t\"url\": \"<uri>\",\n\t\t\t\"scope\": [\n\t\t\t\t\"openid\",\n\t\t\t\t\"profile\",\n\t\t\t\t\"email\"\n\t\t\t],\n\t\t\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\t\t\"staticRequestParameters\": {\n\t\t\t\t\"key_0\": \"<string>\",\n\t\t\t\t\"key_1\": \"<string>\",\n\t\t\t\t\"key_2\": \"<string>\",\n\t\t\t\t\"key_3\": \"<string>\",\n\t\t\t\t\"key_4\": \"<string>\",\n\t\t\t\t\"key_5\": \"<string>\",\n\t\t\t\t\"key_6\": \"<string>\",\n\t\t\t\t\"key_7\": \"<string>\",\n\t\t\t\t\"key_8\": \"<string>\",\n\t\t\t\t\"key_9\": \"<string>\",\n\t\t\t\t\"key_10\": \"<string>\",\n\t\t\t\t\"key_11\": \"<string>\",\n\t\t\t\t\"key_12\": \"<string>\",\n\t\t\t\t\"key_13\": \"<string>\",\n\t\t\t\t\"key_14\": \"<string>\",\n\t\t\t\t\"key_15\": \"<string>\",\n\t\t\t\t\"key_16\": \"<string>\",\n\t\t\t\t\"key_17\": \"<string>\",\n\t\t\t\t\"key_18\": \"<string>\",\n\t\t\t\t\"key_19\": \"<string>\",\n\t\t\t\t\"key_20\": \"<string>\",\n\t\t\t\t\"key_21\": \"<string>\",\n\t\t\t\t\"key_22\": \"<string>\",\n\t\t\t\t\"key_23\": \"<string>\",\n\t\t\t\t\"key_24\": \"<string>\",\n\t\t\t\t\"key_25\": \"<string>\",\n\t\t\t\t\"key_26\": \"<string>\",\n\t\t\t\t\"key_27\": \"<string>\",\n\t\t\t\t\"key_28\": \"<string>\",\n\t\t\t\t\"key_29\": \"<string>\",\n\t\t\t\t\"key_30\": \"<string>\",\n\t\t\t\t\"key_31\": \"<string>\",\n\t\t\t\t\"key_32\": \"<string>\",\n\t\t\t\t\"key_33\": \"<string>\",\n\t\t\t\t\"key_34\": \"<string>\",\n\t\t\t\t\"key_35\": \"<string>\",\n\t\t\t\t\"key_36\": \"<string>\",\n\t\t\t\t\"key_37\": \"<string>\",\n\t\t\t\t\"key_38\": \"<string>\",\n\t\t\t\t\"key_39\": \"<string>\",\n\t\t\t\t\"key_40\": \"<string>\",\n\t\t\t\t\"key_41\": \"<string>\",\n\t\t\t\t\"key_42\": \"<string>\",\n\t\t\t\t\"key_43\": \"<string>\",\n\t\t\t\t\"key_44\": \"<string>\",\n\t\t\t\t\"key_45\": \"<string>\",\n\t\t\t\t\"key_46\": \"<string>\",\n\t\t\t\t\"key_47\": \"<string>\",\n\t\t\t\t\"key_48\": \"<string>\",\n\t\t\t\t\"key_49\": \"<string>\",\n\t\t\t\t\"key_50\": \"<string>\",\n\t\t\t\t\"key_51\": \"<string>\",\n\t\t\t\t\"key_52\": \"<string>\",\n\t\t\t\t\"key_53\": \"<string>\",\n\t\t\t\t\"key_54\": \"<string>\",\n\t\t\t\t\"key_55\": \"<string>\",\n\t\t\t\t\"key_56\": \"<string>\",\n\t\t\t\t\"key_57\": \"<string>\",\n\t\t\t\t\"key_58\": \"<string>\",\n\t\t\t\t\"key_59\": \"<string>\",\n\t\t\t\t\"key_60\": \"<string>\",\n\t\t\t\t\"key_61\": \"<string>\",\n\t\t\t\t\"key_62\": \"<string>\",\n\t\t\t\t\"key_63\": \"<string>\",\n\t\t\t\t\"key_64\": \"<string>\",\n\t\t\t\t\"key_65\": \"<string>\",\n\t\t\t\t\"key_66\": \"<string>\",\n\t\t\t\t\"key_67\": \"<string>\",\n\t\t\t\t\"key_68\": \"<string>\",\n\t\t\t\t\"key_69\": \"<string>\",\n\t\t\t\t\"key_70\": \"<string>\",\n\t\t\t\t\"key_71\": \"<string>\",\n\t\t\t\t\"key_72\": \"<string>\",\n\t\t\t\t\"key_73\": \"<string>\",\n\t\t\t\t\"key_74\": \"<string>\",\n\t\t\t\t\"key_75\": \"<string>\",\n\t\t\t\t\"key_76\": \"<string>\",\n\t\t\t\t\"key_77\": \"<string>\",\n\t\t\t\t\"key_78\": \"<string>\",\n\t\t\t\t\"key_79\": \"<string>\",\n\t\t\t\t\"key_80\": \"<string>\",\n\t\t\t\t\"key_81\": \"<string>\",\n\t\t\t\t\"key_82\": \"<string>\",\n\t\t\t\t\"key_83\": \"<string>\",\n\t\t\t\t\"key_84\": \"<string>\",\n\t\t\t\t\"key_85\": \"<string>\",\n\t\t\t\t\"key_86\": \"<string>\",\n\t\t\t\t\"key_87\": \"<string>\",\n\t\t\t\t\"key_88\": \"<string>\",\n\t\t\t\t\"key_89\": \"<string>\",\n\t\t\t\t\"key_90\": \"<string>\",\n\t\t\t\t\"key_91\": \"<string>\",\n\t\t\t\t\"key_92\": \"<string>\",\n\t\t\t\t\"key_93\": \"<string>\",\n\t\t\t\t\"key_94\": \"<string>\",\n\t\t\t\t\"key_95\": \"<string>\",\n\t\t\t\t\"key_96\": \"<string>\",\n\t\t\t\t\"key_97\": \"<string>\",\n\t\t\t\t\"key_98\": \"<string>\",\n\t\t\t\t\"key_99\": \"<string>\",\n\t\t\t\t\"key_100\": \"<string>\",\n\t\t\t\t\"key_101\": \"<string>\",\n\t\t\t\t\"key_102\": \"<string>\",\n\t\t\t\t\"key_103\": \"<string>\",\n\t\t\t\t\"key_104\": \"<string>\",\n\t\t\t\t\"key_105\": \"<string>\",\n\t\t\t\t\"key_106\": \"<string>\",\n\t\t\t\t\"key_107\": \"<string>\",\n\t\t\t\t\"key_108\": \"<string>\",\n\t\t\t\t\"key_109\": \"<string>\",\n\t\t\t\t\"key_110\": \"<string>\",\n\t\t\t\t\"key_111\": \"<string>\",\n\t\t\t\t\"key_112\": \"<string>\",\n\t\t\t\t\"key_113\": \"<string>\",\n\t\t\t\t\"key_114\": \"<string>\",\n\t\t\t\t\"key_115\": \"<string>\",\n\t\t\t\t\"key_116\": \"<string>\",\n\t\t\t\t\"key_117\": \"<string>\",\n\t\t\t\t\"key_118\": \"<string>\",\n\t\t\t\t\"key_119\": \"<string>\",\n\t\t\t\t\"key_120\": \"<string>\",\n\t\t\t\t\"key_121\": \"<string>\",\n\t\t\t\t\"key_122\": \"<string>\",\n\t\t\t\t\"key_123\": \"<string>\",\n\t\t\t\t\"key_124\": \"<string>\",\n\t\t\t\t\"key_125\": \"<string>\",\n\t\t\t\t\"key_126\": \"<string>\",\n\t\t\t\t\"key_127\": \"<string>\",\n\t\t\t\t\"key_128\": \"<string>\",\n\t\t\t\t\"key_129\": \"<string>\",\n\t\t\t\t\"key_130\": \"<string>\",\n\t\t\t\t\"key_131\": \"<string>\",\n\t\t\t\t\"key_132\": \"<string>\",\n\t\t\t\t\"key_133\": \"<string>\",\n\t\t\t\t\"key_134\": \"<string>\",\n\t\t\t\t\"key_135\": \"<string>\",\n\t\t\t\t\"key_136\": \"<string>\",\n\t\t\t\t\"key_137\": \"<string>\",\n\t\t\t\t\"key_138\": \"<string>\",\n\t\t\t\t\"key_139\": \"<string>\",\n\t\t\t\t\"key_140\": \"<string>\",\n\t\t\t\t\"key_141\": \"<string>\",\n\t\t\t\t\"key_142\": \"<string>\",\n\t\t\t\t\"key_143\": \"<string>\",\n\t\t\t\t\"key_144\": \"<string>\",\n\t\t\t\t\"key_145\": \"<string>\",\n\t\t\t\t\"key_146\": \"<string>\",\n\t\t\t\t\"key_147\": \"<string>\",\n\t\t\t\t\"key_148\": \"<string>\",\n\t\t\t\t\"key_149\": \"<string>\",\n\t\t\t\t\"key_150\": \"<string>\",\n\t\t\t\t\"key_151\": \"<string>\",\n\t\t\t\t\"key_152\": \"<string>\",\n\t\t\t\t\"key_153\": \"<string>\",\n\t\t\t\t\"key_154\": \"<string>\",\n\t\t\t\t\"key_155\": \"<string>\",\n\t\t\t\t\"key_156\": \"<string>\",\n\t\t\t\t\"key_157\": \"<string>\",\n\t\t\t\t\"key_158\": \"<string>\",\n\t\t\t\t\"key_159\": \"<string>\",\n\t\t\t\t\"key_160\": \"<string>\",\n\t\t\t\t\"key_161\": \"<string>\",\n\t\t\t\t\"key_162\": \"<string>\",\n\t\t\t\t\"key_163\": \"<string>\",\n\t\t\t\t\"key_164\": \"<string>\",\n\t\t\t\t\"key_165\": \"<string>\",\n\t\t\t\t\"key_166\": \"<string>\",\n\t\t\t\t\"key_167\": \"<string>\",\n\t\t\t\t\"key_168\": \"<string>\",\n\t\t\t\t\"key_169\": \"<string>\",\n\t\t\t\t\"key_170\": \"<string>\",\n\t\t\t\t\"key_171\": \"<string>\",\n\t\t\t\t\"key_172\": \"<string>\",\n\t\t\t\t\"key_173\": \"<string>\",\n\t\t\t\t\"key_174\": \"<string>\",\n\t\t\t\t\"key_175\": \"<string>\",\n\t\t\t\t\"key_176\": \"<string>\",\n\t\t\t\t\"key_177\": \"<string>\",\n\t\t\t\t\"key_178\": \"<string>\",\n\t\t\t\t\"key_179\": \"<string>\",\n\t\t\t\t\"key_180\": \"<string>\",\n\t\t\t\t\"key_181\": \"<string>\",\n\t\t\t\t\"key_182\": \"<string>\",\n\t\t\t\t\"key_183\": \"<string>\",\n\t\t\t\t\"key_184\": \"<string>\",\n\t\t\t\t\"key_185\": \"<string>\",\n\t\t\t\t\"key_186\": \"<string>\",\n\t\t\t\t\"key_187\": \"<string>\",\n\t\t\t\t\"key_188\": \"<string>\",\n\t\t\t\t\"key_189\": \"<string>\",\n\t\t\t\t\"key_190\": \"<string>\",\n\t\t\t\t\"key_191\": \"<string>\",\n\t\t\t\t\"key_192\": \"<string>\",\n\t\t\t\t\"key_193\": \"<string>\",\n\t\t\t\t\"key_194\": \"<string>\",\n\t\t\t\t\"key_195\": \"<string>\",\n\t\t\t\t\"key_196\": \"<string>\",\n\t\t\t\t\"key_197\": \"<string>\",\n\t\t\t\t\"key_198\": \"<string>\",\n\t\t\t\t\"key_199\": \"<string>\",\n\t\t\t\t\"key_200\": \"<string>\",\n\t\t\t\t\"key_201\": \"<string>\",\n\t\t\t\t\"key_202\": \"<string>\",\n\t\t\t\t\"key_203\": \"<string>\",\n\t\t\t\t\"key_204\": \"<string>\",\n\t\t\t\t\"key_205\": \"<string>\",\n\t\t\t\t\"key_206\": \"<string>\",\n\t\t\t\t\"key_207\": \"<string>\",\n\t\t\t\t\"key_208\": \"<string>\",\n\t\t\t\t\"key_209\": \"<string>\",\n\t\t\t\t\"key_210\": \"<string>\",\n\t\t\t\t\"key_211\": \"<string>\",\n\t\t\t\t\"key_212\": \"<string>\",\n\t\t\t\t\"key_213\": \"<string>\",\n\t\t\t\t\"key_214\": \"<string>\",\n\t\t\t\t\"key_215\": \"<string>\",\n\t\t\t\t\"key_216\": \"<string>\",\n\t\t\t\t\"key_217\": \"<string>\",\n\t\t\t\t\"key_218\": \"<string>\",\n\t\t\t\t\"key_219\": \"<string>\",\n\t\t\t\t\"key_220\": \"<string>\",\n\t\t\t\t\"key_221\": \"<string>\",\n\t\t\t\t\"key_222\": \"<string>\",\n\t\t\t\t\"key_223\": \"<string>\",\n\t\t\t\t\"key_224\": \"<string>\",\n\t\t\t\t\"key_225\": \"<string>\",\n\t\t\t\t\"key_226\": \"<string>\",\n\t\t\t\t\"key_227\": \"<string>\",\n\t\t\t\t\"key_228\": \"<string>\",\n\t\t\t\t\"key_229\": \"<string>\",\n\t\t\t\t\"key_230\": \"<string>\",\n\t\t\t\t\"key_231\": \"<string>\",\n\t\t\t\t\"key_232\": \"<string>\",\n\t\t\t\t\"key_233\": \"<string>\",\n\t\t\t\t\"key_234\": \"<string>\",\n\t\t\t\t\"key_235\": \"<string>\",\n\t\t\t\t\"key_236\": \"<string>\",\n\t\t\t\t\"key_237\": \"<string>\",\n\t\t\t\t\"key_238\": \"<string>\",\n\t\t\t\t\"key_239\": \"<string>\",\n\t\t\t\t\"key_240\": \"<string>\",\n\t\t\t\t\"key_241\": \"<string>\",\n\t\t\t\t\"key_242\": \"<string>\",\n\t\t\t\t\"key_243\": \"<string>\",\n\t\t\t\t\"key_244\": \"<string>\",\n\t\t\t\t\"key_245\": \"<string>\",\n\t\t\t\t\"key_246\": \"<string>\",\n\t\t\t\t\"key_247\": \"<string>\",\n\t\t\t\t\"key_248\": \"<string>\",\n\t\t\t\t\"key_249\": \"<string>\",\n\t\t\t\t\"key_250\": \"<string>\",\n\t\t\t\t\"key_251\": \"<string>\",\n\t\t\t\t\"key_252\": \"<string>\",\n\t\t\t\t\"key_253\": \"<string>\",\n\t\t\t\t\"key_254\": \"<string>\",\n\t\t\t\t\"key_255\": \"<string>\",\n\t\t\t\t\"key_256\": \"<string>\",\n\t\t\t\t\"key_257\": \"<string>\",\n\t\t\t\t\"key_258\": \"<string>\",\n\t\t\t\t\"key_259\": \"<string>\",\n\t\t\t\t\"key_260\": \"<string>\",\n\t\t\t\t\"key_261\": \"<string>\",\n\t\t\t\t\"key_262\": \"<string>\",\n\t\t\t\t\"key_263\": \"<string>\",\n\t\t\t\t\"key_264\": \"<string>\",\n\t\t\t\t\"key_265\": \"<string>\",\n\t\t\t\t\"key_266\": \"<string>\",\n\t\t\t\t\"key_267\": \"<string>\",\n\t\t\t\t\"key_268\": \"<string>\",\n\t\t\t\t\"key_269\": \"<string>\",\n\t\t\t\t\"key_270\": \"<string>\",\n\t\t\t\t\"key_271\": \"<string>\",\n\t\t\t\t\"key_272\": \"<string>\",\n\t\t\t\t\"key_273\": \"<string>\",\n\t\t\t\t\"key_274\": \"<string>\",\n\t\t\t\t\"key_275\": \"<string>\",\n\t\t\t\t\"key_276\": \"<string>\",\n\t\t\t\t\"key_277\": \"<string>\",\n\t\t\t\t\"key_278\": \"<string>\",\n\t\t\t\t\"key_279\": \"<string>\",\n\t\t\t\t\"key_280\": \"<string>\",\n\t\t\t\t\"key_281\": \"<string>\",\n\t\t\t\t\"key_282\": \"<string>\",\n\t\t\t\t\"key_283\": \"<string>\",\n\t\t\t\t\"key_284\": \"<string>\",\n\t\t\t\t\"key_285\": \"<string>\",\n\t\t\t\t\"key_286\": \"<string>\",\n\t\t\t\t\"key_287\": \"<string>\",\n\t\t\t\t\"key_288\": \"<string>\",\n\t\t\t\t\"key_289\": \"<string>\",\n\t\t\t\t\"key_290\": \"<string>\",\n\t\t\t\t\"key_291\": \"<string>\",\n\t\t\t\t\"key_292\": \"<string>\",\n\t\t\t\t\"key_293\": \"<string>\",\n\t\t\t\t\"key_294\": \"<string>\",\n\t\t\t\t\"key_295\": \"<string>\",\n\t\t\t\t\"key_296\": \"<string>\",\n\t\t\t\t\"key_297\": \"<string>\",\n\t\t\t\t\"key_298\": \"<string>\",\n\t\t\t\t\"key_299\": \"<string>\",\n\t\t\t\t\"key_300\": \"<string>\",\n\t\t\t\t\"key_301\": \"<string>\",\n\t\t\t\t\"key_302\": \"<string>\",\n\t\t\t\t\"key_303\": \"<string>\",\n\t\t\t\t\"key_304\": \"<string>\",\n\t\t\t\t\"key_305\": \"<string>\",\n\t\t\t\t\"key_306\": \"<string>\",\n\t\t\t\t\"key_307\": \"<string>\",\n\t\t\t\t\"key_308\": \"<string>\",\n\t\t\t\t\"key_309\": \"<string>\",\n\t\t\t\t\"key_310\": \"<string>\",\n\t\t\t\t\"key_311\": \"<string>\",\n\t\t\t\t\"key_312\": \"<string>\",\n\t\t\t\t\"key_313\": \"<string>\",\n\t\t\t\t\"key_314\": \"<string>\",\n\t\t\t\t\"key_315\": \"<string>\",\n\t\t\t\t\"key_316\": \"<string>\",\n\t\t\t\t\"key_317\": \"<string>\",\n\t\t\t\t\"key_318\": \"<string>\",\n\t\t\t\t\"key_319\": \"<string>\",\n\t\t\t\t\"key_320\": \"<string>\",\n\t\t\t\t\"key_321\": \"<string>\",\n\t\t\t\t\"key_322\": \"<string>\",\n\t\t\t\t\"key_323\": \"<string>\",\n\t\t\t\t\"key_324\": \"<string>\",\n\t\t\t\t\"key_325\": \"<string>\",\n\t\t\t\t\"key_326\": \"<string>\",\n\t\t\t\t\"key_327\": \"<string>\",\n\t\t\t\t\"key_328\": \"<string>\",\n\t\t\t\t\"key_329\": \"<string>\",\n\t\t\t\t\"key_330\": \"<string>\",\n\t\t\t\t\"key_331\": \"<string>\",\n\t\t\t\t\"key_332\": \"<string>\",\n\t\t\t\t\"key_333\": \"<string>\",\n\t\t\t\t\"key_334\": \"<string>\",\n\t\t\t\t\"key_335\": \"<string>\",\n\t\t\t\t\"key_336\": \"<string>\",\n\t\t\t\t\"key_337\": \"<string>\",\n\t\t\t\t\"key_338\": \"<string>\",\n\t\t\t\t\"key_339\": \"<string>\",\n\t\t\t\t\"key_340\": \"<string>\",\n\t\t\t\t\"key_341\": \"<string>\",\n\t\t\t\t\"key_342\": \"<string>\",\n\t\t\t\t\"key_343\": \"<string>\",\n\t\t\t\t\"key_344\": \"<string>\",\n\t\t\t\t\"key_345\": \"<string>\",\n\t\t\t\t\"key_346\": \"<string>\",\n\t\t\t\t\"key_347\": \"<string>\",\n\t\t\t\t\"key_348\": \"<string>\",\n\t\t\t\t\"key_349\": \"<string>\",\n\t\t\t\t\"key_350\": \"<string>\",\n\t\t\t\t\"key_351\": \"<string>\",\n\t\t\t\t\"key_352\": \"<string>\",\n\t\t\t\t\"key_353\": \"<string>\",\n\t\t\t\t\"key_354\": \"<string>\",\n\t\t\t\t\"key_355\": \"<string>\",\n\t\t\t\t\"key_356\": \"<string>\",\n\t\t\t\t\"key_357\": \"<string>\",\n\t\t\t\t\"key_358\": \"<string>\",\n\t\t\t\t\"key_359\": \"<string>\",\n\t\t\t\t\"key_360\": \"<string>\",\n\t\t\t\t\"key_361\": \"<string>\",\n\t\t\t\t\"key_362\": \"<string>\",\n\t\t\t\t\"key_363\": \"<string>\",\n\t\t\t\t\"key_364\": \"<string>\",\n\t\t\t\t\"key_365\": \"<string>\",\n\t\t\t\t\"key_366\": \"<string>\",\n\t\t\t\t\"key_367\": \"<string>\",\n\t\t\t\t\"key_368\": \"<string>\",\n\t\t\t\t\"key_369\": \"<string>\",\n\t\t\t\t\"key_370\": \"<string>\",\n\t\t\t\t\"key_371\": \"<string>\",\n\t\t\t\t\"key_372\": \"<string>\",\n\t\t\t\t\"key_373\": \"<string>\",\n\t\t\t\t\"key_374\": \"<string>\",\n\t\t\t\t\"key_375\": \"<string>\",\n\t\t\t\t\"key_376\": \"<string>\",\n\t\t\t\t\"key_377\": \"<string>\",\n\t\t\t\t\"key_378\": \"<string>\",\n\t\t\t\t\"key_379\": \"<string>\",\n\t\t\t\t\"key_380\": \"<string>\",\n\t\t\t\t\"key_381\": \"<string>\",\n\t\t\t\t\"key_382\": \"<string>\",\n\t\t\t\t\"key_383\": \"<string>\",\n\t\t\t\t\"key_384\": \"<string>\",\n\t\t\t\t\"key_385\": \"<string>\",\n\t\t\t\t\"key_386\": \"<string>\",\n\t\t\t\t\"key_387\": \"<string>\",\n\t\t\t\t\"key_388\": \"<string>\",\n\t\t\t\t\"key_389\": \"<string>\",\n\t\t\t\t\"key_390\": \"<string>\",\n\t\t\t\t\"key_391\": \"<string>\",\n\t\t\t\t\"key_392\": \"<string>\",\n\t\t\t\t\"key_393\": \"<string>\",\n\t\t\t\t\"key_394\": \"<string>\",\n\t\t\t\t\"key_395\": \"<string>\",\n\t\t\t\t\"key_396\": \"<string>\",\n\t\t\t\t\"key_397\": \"<string>\",\n\t\t\t\t\"key_398\": \"<string>\",\n\t\t\t\t\"key_399\": \"<string>\",\n\t\t\t\t\"key_400\": \"<string>\",\n\t\t\t\t\"key_401\": \"<string>\",\n\t\t\t\t\"key_402\": \"<string>\",\n\t\t\t\t\"key_403\": \"<string>\",\n\t\t\t\t\"key_404\": \"<string>\",\n\t\t\t\t\"key_405\": \"<string>\",\n\t\t\t\t\"key_406\": \"<string>\",\n\t\t\t\t\"key_407\": \"<string>\",\n\t\t\t\t\"key_408\": \"<string>\",\n\t\t\t\t\"key_409\": \"<string>\",\n\t\t\t\t\"key_410\": \"<string>\",\n\t\t\t\t\"key_411\": \"<string>\",\n\t\t\t\t\"key_412\": \"<string>\",\n\t\t\t\t\"key_413\": \"<string>\",\n\t\t\t\t\"key_414\": \"<string>\",\n\t\t\t\t\"key_415\": \"<string>\",\n\t\t\t\t\"key_416\": \"<string>\",\n\t\t\t\t\"key_417\": \"<string>\",\n\t\t\t\t\"key_418\": \"<string>\",\n\t\t\t\t\"key_419\": \"<string>\",\n\t\t\t\t\"key_420\": \"<string>\",\n\t\t\t\t\"key_421\": \"<string>\",\n\t\t\t\t\"key_422\": \"<string>\",\n\t\t\t\t\"key_423\": \"<string>\",\n\t\t\t\t\"key_424\": \"<string>\",\n\t\t\t\t\"key_425\": \"<string>\",\n\t\t\t\t\"key_426\": \"<string>\",\n\t\t\t\t\"key_427\": \"<string>\",\n\t\t\t\t\"key_428\": \"<string>\",\n\t\t\t\t\"key_429\": \"<string>\",\n\t\t\t\t\"key_430\": \"<string>\",\n\t\t\t\t\"key_431\": \"<string>\",\n\t\t\t\t\"key_432\": \"<string>\",\n\t\t\t\t\"key_433\": \"<string>\",\n\t\t\t\t\"key_434\": \"<string>\",\n\t\t\t\t\"key_435\": \"<string>\",\n\t\t\t\t\"key_436\": \"<string>\",\n\t\t\t\t\"key_437\": \"<string>\",\n\t\t\t\t\"key_438\": \"<string>\",\n\t\t\t\t\"key_439\": \"<string>\",\n\t\t\t\t\"key_440\": \"<string>\",\n\t\t\t\t\"key_441\": \"<string>\",\n\t\t\t\t\"key_442\": \"<string>\",\n\t\t\t\t\"key_443\": \"<string>\",\n\t\t\t\t\"key_444\": \"<string>\",\n\t\t\t\t\"key_445\": \"<string>\",\n\t\t\t\t\"key_446\": \"<string>\",\n\t\t\t\t\"key_447\": \"<string>\",\n\t\t\t\t\"key_448\": \"<string>\",\n\t\t\t\t\"key_449\": \"<string>\",\n\t\t\t\t\"key_450\": \"<string>\",\n\t\t\t\t\"key_451\": \"<string>\",\n\t\t\t\t\"key_452\": \"<string>\",\n\t\t\t\t\"key_453\": \"<string>\",\n\t\t\t\t\"key_454\": \"<string>\",\n\t\t\t\t\"key_455\": \"<string>\",\n\t\t\t\t\"key_456\": \"<string>\",\n\t\t\t\t\"key_457\": \"<string>\",\n\t\t\t\t\"key_458\": \"<string>\",\n\t\t\t\t\"key_459\": \"<string>\",\n\t\t\t\t\"key_460\": \"<string>\",\n\t\t\t\t\"key_461\": \"<string>\",\n\t\t\t\t\"key_462\": \"<string>\",\n\t\t\t\t\"key_463\": \"<string>\",\n\t\t\t\t\"key_464\": \"<string>\",\n\t\t\t\t\"key_465\": \"<string>\",\n\t\t\t\t\"key_466\": \"<string>\",\n\t\t\t\t\"key_467\": \"<string>\",\n\t\t\t\t\"key_468\": \"<string>\",\n\t\t\t\t\"key_469\": \"<string>\",\n\t\t\t\t\"key_470\": \"<string>\",\n\t\t\t\t\"key_471\": \"<string>\",\n\t\t\t\t\"key_472\": \"<string>\",\n\t\t\t\t\"key_473\": \"<string>\",\n\t\t\t\t\"key_474\": \"<string>\",\n\t\t\t\t\"key_475\": \"<string>\",\n\t\t\t\t\"key_476\": \"<string>\",\n\t\t\t\t\"key_477\": \"<string>\",\n\t\t\t\t\"key_478\": \"<string>\",\n\t\t\t\t\"key_479\": \"<string>\",\n\t\t\t\t\"key_480\": \"<string>\",\n\t\t\t\t\"key_481\": \"<string>\",\n\t\t\t\t\"key_482\": \"<string>\",\n\t\t\t\t\"key_483\": \"<string>\",\n\t\t\t\t\"key_484\": \"<string>\",\n\t\t\t\t\"key_485\": \"<string>\",\n\t\t\t\t\"key_486\": \"<string>\",\n\t\t\t\t\"key_487\": \"<string>\",\n\t\t\t\t\"key_488\": \"<string>\",\n\t\t\t\t\"key_489\": \"<string>\",\n\t\t\t\t\"key_490\": \"<string>\",\n\t\t\t\t\"key_491\": \"<string>\",\n\t\t\t\t\"key_492\": \"<string>\",\n\t\t\t\t\"key_493\": \"<string>\",\n\t\t\t\t\"key_494\": \"<string>\",\n\t\t\t\t\"key_495\": \"<string>\",\n\t\t\t\t\"key_496\": \"<string>\",\n\t\t\t\t\"key_497\": \"<string>\",\n\t\t\t\t\"key_498\": \"<string>\",\n\t\t\t\t\"key_499\": \"<string>\",\n\t\t\t\t\"key_500\": \"<string>\",\n\t\t\t\t\"key_501\": \"<string>\",\n\t\t\t\t\"key_502\": \"<string>\",\n\t\t\t\t\"key_503\": \"<string>\",\n\t\t\t\t\"key_504\": \"<string>\",\n\t\t\t\t\"key_505\": \"<string>\",\n\t\t\t\t\"key_506\": \"<string>\",\n\t\t\t\t\"key_507\": \"<string>\",\n\t\t\t\t\"key_508\": \"<string>\",\n\t\t\t\t\"key_509\": \"<string>\",\n\t\t\t\t\"key_510\": \"<string>\",\n\t\t\t\t\"key_511\": \"<string>\",\n\t\t\t\t\"key_512\": \"<string>\",\n\t\t\t\t\"key_513\": \"<string>\",\n\t\t\t\t\"key_514\": \"<string>\",\n\t\t\t\t\"key_515\": \"<string>\",\n\t\t\t\t\"key_516\": \"<string>\",\n\t\t\t\t\"key_517\": \"<string>\",\n\t\t\t\t\"key_518\": \"<string>\",\n\t\t\t\t\"key_519\": \"<string>\",\n\t\t\t\t\"key_520\": \"<string>\",\n\t\t\t\t\"key_521\": \"<string>\",\n\t\t\t\t\"key_522\": \"<string>\",\n\t\t\t\t\"key_523\": \"<string>\",\n\t\t\t\t\"key_524\": \"<string>\",\n\t\t\t\t\"key_525\": \"<string>\",\n\t\t\t\t\"key_526\": \"<string>\",\n\t\t\t\t\"key_527\": \"<string>\",\n\t\t\t\t\"key_528\": \"<string>\",\n\t\t\t\t\"key_529\": \"<string>\",\n\t\t\t\t\"key_530\": \"<string>\",\n\t\t\t\t\"key_531\": \"<string>\",\n\t\t\t\t\"key_532\": \"<string>\",\n\t\t\t\t\"key_533\": \"<string>\",\n\t\t\t\t\"key_534\": \"<string>\",\n\t\t\t\t\"key_535\": \"<string>\",\n\t\t\t\t\"key_536\": \"<string>\",\n\t\t\t\t\"key_537\": \"<string>\",\n\t\t\t\t\"key_538\": \"<string>\",\n\t\t\t\t\"key_539\": \"<string>\",\n\t\t\t\t\"key_540\": \"<string>\",\n\t\t\t\t\"key_541\": \"<string>\",\n\t\t\t\t\"key_542\": \"<string>\",\n\t\t\t\t\"key_543\": \"<string>\",\n\t\t\t\t\"key_544\": \"<string>\",\n\t\t\t\t\"key_545\": \"<string>\",\n\t\t\t\t\"key_546\": \"<string>\",\n\t\t\t\t\"key_547\": \"<string>\",\n\t\t\t\t\"key_548\": \"<string>\",\n\t\t\t\t\"key_549\": \"<string>\",\n\t\t\t\t\"key_550\": \"<string>\",\n\t\t\t\t\"key_551\": \"<string>\",\n\t\t\t\t\"key_552\": \"<string>\",\n\t\t\t\t\"key_553\": \"<string>\",\n\t\t\t\t\"key_554\": \"<string>\",\n\t\t\t\t\"key_555\": \"<string>\",\n\t\t\t\t\"key_556\": \"<string>\",\n\t\t\t\t\"key_557\": \"<string>\",\n\t\t\t\t\"key_558\": \"<string>\",\n\t\t\t\t\"key_559\": \"<string>\",\n\t\t\t\t\"key_560\": \"<string>\",\n\t\t\t\t\"key_561\": \"<string>\",\n\t\t\t\t\"key_562\": \"<string>\",\n\t\t\t\t\"key_563\": \"<string>\",\n\t\t\t\t\"key_564\": \"<string>\",\n\t\t\t\t\"key_565\": \"<string>\",\n\t\t\t\t\"key_566\": \"<string>\",\n\t\t\t\t\"key_567\": \"<string>\",\n\t\t\t\t\"key_568\": \"<string>\",\n\t\t\t\t\"key_569\": \"<string>\",\n\t\t\t\t\"key_570\": \"<string>\",\n\t\t\t\t\"key_571\": \"<string>\",\n\t\t\t\t\"key_572\": \"<string>\",\n\t\t\t\t\"key_573\": \"<string>\",\n\t\t\t\t\"key_574\": \"<string>\",\n\t\t\t\t\"key_575\": \"<string>\",\n\t\t\t\t\"key_576\": \"<string>\",\n\t\t\t\t\"key_577\": \"<string>\",\n\t\t\t\t\"key_578\": \"<string>\",\n\t\t\t\t\"key_579\": \"<string>\",\n\t\t\t\t\"key_580\": \"<string>\",\n\t\t\t\t\"key_581\": \"<string>\",\n\t\t\t\t\"key_582\": \"<string>\",\n\t\t\t\t\"key_583\": \"<string>\",\n\t\t\t\t\"key_584\": \"<string>\",\n\t\t\t\t\"key_585\": \"<string>\",\n\t\t\t\t\"key_586\": \"<string>\",\n\t\t\t\t\"key_587\": \"<string>\",\n\t\t\t\t\"key_588\": \"<string>\",\n\t\t\t\t\"key_589\": \"<string>\",\n\t\t\t\t\"key_590\": \"<string>\",\n\t\t\t\t\"key_591\": \"<string>\",\n\t\t\t\t\"key_592\": \"<string>\",\n\t\t\t\t\"key_593\": \"<string>\",\n\t\t\t\t\"key_594\": \"<string>\",\n\t\t\t\t\"key_595\": \"<string>\",\n\t\t\t\t\"key_596\": \"<string>\",\n\t\t\t\t\"key_597\": \"<string>\",\n\t\t\t\t\"key_598\": \"<string>\",\n\t\t\t\t\"key_599\": \"<string>\",\n\t\t\t\t\"key_600\": \"<string>\",\n\t\t\t\t\"key_601\": \"<string>\",\n\t\t\t\t\"key_602\": \"<string>\",\n\t\t\t\t\"key_603\": \"<string>\",\n\t\t\t\t\"key_604\": \"<string>\",\n\t\t\t\t\"key_605\": \"<string>\",\n\t\t\t\t\"key_606\": \"<string>\",\n\t\t\t\t\"key_607\": \"<string>\",\n\t\t\t\t\"key_608\": \"<string>\",\n\t\t\t\t\"key_609\": \"<string>\",\n\t\t\t\t\"key_610\": \"<string>\",\n\t\t\t\t\"key_611\": \"<string>\",\n\t\t\t\t\"key_612\": \"<string>\",\n\t\t\t\t\"key_613\": \"<string>\",\n\t\t\t\t\"key_614\": \"<string>\",\n\t\t\t\t\"key_615\": \"<string>\",\n\t\t\t\t\"key_616\": \"<string>\",\n\t\t\t\t\"key_617\": \"<string>\",\n\t\t\t\t\"key_618\": \"<string>\",\n\t\t\t\t\"key_619\": \"<string>\",\n\t\t\t\t\"key_620\": \"<string>\",\n\t\t\t\t\"key_621\": \"<string>\",\n\t\t\t\t\"key_622\": \"<string>\",\n\t\t\t\t\"key_623\": \"<string>\",\n\t\t\t\t\"key_624\": \"<string>\",\n\t\t\t\t\"key_625\": \"<string>\",\n\t\t\t\t\"key_626\": \"<string>\",\n\t\t\t\t\"key_627\": \"<string>\",\n\t\t\t\t\"key_628\": \"<string>\",\n\t\t\t\t\"key_629\": \"<string>\",\n\t\t\t\t\"key_630\": \"<string>\",\n\t\t\t\t\"key_631\": \"<string>\",\n\t\t\t\t\"key_632\": \"<string>\",\n\t\t\t\t\"key_633\": \"<string>\",\n\t\t\t\t\"key_634\": \"<string>\",\n\t\t\t\t\"key_635\": \"<string>\",\n\t\t\t\t\"key_636\": \"<string>\",\n\t\t\t\t\"key_637\": \"<string>\",\n\t\t\t\t\"key_638\": \"<string>\",\n\t\t\t\t\"key_639\": \"<string>\",\n\t\t\t\t\"key_640\": \"<string>\",\n\t\t\t\t\"key_641\": \"<string>\",\n\t\t\t\t\"key_642\": \"<string>\",\n\t\t\t\t\"key_643\": \"<string>\",\n\t\t\t\t\"key_644\": \"<string>\",\n\t\t\t\t\"key_645\": \"<string>\",\n\t\t\t\t\"key_646\": \"<string>\",\n\t\t\t\t\"key_647\": \"<string>\",\n\t\t\t\t\"key_648\": \"<string>\",\n\t\t\t\t\"key_649\": \"<string>\",\n\t\t\t\t\"key_650\": \"<string>\",\n\t\t\t\t\"key_651\": \"<string>\",\n\t\t\t\t\"key_652\": \"<string>\",\n\t\t\t\t\"key_653\": \"<string>\",\n\t\t\t\t\"key_654\": \"<string>\",\n\t\t\t\t\"key_655\": \"<string>\",\n\t\t\t\t\"key_656\": \"<string>\",\n\t\t\t\t\"key_657\": \"<string>\",\n\t\t\t\t\"key_658\": \"<string>\",\n\t\t\t\t\"key_659\": \"<string>\",\n\t\t\t\t\"key_660\": \"<string>\",\n\t\t\t\t\"key_661\": \"<string>\",\n\t\t\t\t\"key_662\": \"<string>\",\n\t\t\t\t\"key_663\": \"<string>\",\n\t\t\t\t\"key_664\": \"<string>\",\n\t\t\t\t\"key_665\": \"<string>\",\n\t\t\t\t\"key_666\": \"<string>\",\n\t\t\t\t\"key_667\": \"<string>\",\n\t\t\t\t\"key_668\": \"<string>\",\n\t\t\t\t\"key_669\": \"<string>\",\n\t\t\t\t\"key_670\": \"<string>\",\n\t\t\t\t\"key_671\": \"<string>\",\n\t\t\t\t\"key_672\": \"<string>\",\n\t\t\t\t\"key_673\": \"<string>\",\n\t\t\t\t\"key_674\": \"<string>\",\n\t\t\t\t\"key_675\": \"<string>\",\n\t\t\t\t\"key_676\": \"<string>\",\n\t\t\t\t\"key_677\": \"<string>\",\n\t\t\t\t\"key_678\": \"<string>\",\n\t\t\t\t\"key_679\": \"<string>\",\n\t\t\t\t\"key_680\": \"<string>\",\n\t\t\t\t\"key_681\": \"<string>\",\n\t\t\t\t\"key_682\": \"<string>\",\n\t\t\t\t\"key_683\": \"<string>\",\n\t\t\t\t\"key_684\": \"<string>\",\n\t\t\t\t\"key_685\": \"<string>\",\n\t\t\t\t\"key_686\": \"<string>\",\n\t\t\t\t\"key_687\": \"<string>\",\n\t\t\t\t\"key_688\": \"<string>\",\n\t\t\t\t\"key_689\": \"<string>\",\n\t\t\t\t\"key_690\": \"<string>\",\n\t\t\t\t\"key_691\": \"<string>\",\n\t\t\t\t\"key_692\": \"<string>\",\n\t\t\t\t\"key_693\": \"<string>\",\n\t\t\t\t\"key_694\": \"<string>\",\n\t\t\t\t\"key_695\": \"<string>\",\n\t\t\t\t\"key_696\": \"<string>\",\n\t\t\t\t\"key_697\": \"<string>\",\n\t\t\t\t\"key_698\": \"<string>\",\n\t\t\t\t\"key_699\": \"<string>\",\n\t\t\t\t\"key_700\": \"<string>\",\n\t\t\t\t\"key_701\": \"<string>\",\n\t\t\t\t\"key_702\": \"<string>\",\n\t\t\t\t\"key_703\": \"<string>\",\n\t\t\t\t\"key_704\": \"<string>\",\n\t\t\t\t\"key_705\": \"<string>\",\n\t\t\t\t\"key_706\": \"<string>\",\n\t\t\t\t\"key_707\": \"<string>\",\n\t\t\t\t\"key_708\": \"<string>\",\n\t\t\t\t\"key_709\": \"<string>\",\n\t\t\t\t\"key_710\": \"<string>\",\n\t\t\t\t\"key_711\": \"<string>\",\n\t\t\t\t\"key_712\": \"<string>\",\n\t\t\t\t\"key_713\": \"<string>\",\n\t\t\t\t\"key_714\": \"<string>\",\n\t\t\t\t\"key_715\": \"<string>\",\n\t\t\t\t\"key_716\": \"<string>\",\n\t\t\t\t\"key_717\": \"<string>\",\n\t\t\t\t\"key_718\": \"<string>\",\n\t\t\t\t\"key_719\": \"<string>\",\n\t\t\t\t\"key_720\": \"<string>\",\n\t\t\t\t\"key_721\": \"<string>\",\n\t\t\t\t\"key_722\": \"<string>\",\n\t\t\t\t\"key_723\": \"<string>\",\n\t\t\t\t\"key_724\": \"<string>\",\n\t\t\t\t\"key_725\": \"<string>\",\n\t\t\t\t\"key_726\": \"<string>\",\n\t\t\t\t\"key_727\": \"<string>\",\n\t\t\t\t\"key_728\": \"<string>\",\n\t\t\t\t\"key_729\": \"<string>\",\n\t\t\t\t\"key_730\": \"<string>\",\n\t\t\t\t\"key_731\": \"<string>\",\n\t\t\t\t\"key_732\": \"<string>\",\n\t\t\t\t\"key_733\": \"<string>\",\n\t\t\t\t\"key_734\": \"<string>\",\n\t\t\t\t\"key_735\": \"<string>\",\n\t\t\t\t\"key_736\": \"<string>\",\n\t\t\t\t\"key_737\": \"<string>\",\n\t\t\t\t\"key_738\": \"<string>\",\n\t\t\t\t\"key_739\": \"<string>\",\n\t\t\t\t\"key_740\": \"<string>\",\n\t\t\t\t\"key_741\": \"<string>\",\n\t\t\t\t\"key_742\": \"<string>\",\n\t\t\t\t\"key_743\": \"<string>\",\n\t\t\t\t\"key_744\": \"<string>\",\n\t\t\t\t\"key_745\": \"<string>\",\n\t\t\t\t\"key_746\": \"<string>\",\n\t\t\t\t\"key_747\": \"<string>\",\n\t\t\t\t\"key_748\": \"<string>\",\n\t\t\t\t\"key_749\": \"<string>\",\n\t\t\t\t\"key_750\": \"<string>\",\n\t\t\t\t\"key_751\": \"<string>\",\n\t\t\t\t\"key_752\": \"<string>\",\n\t\t\t\t\"key_753\": \"<string>\",\n\t\t\t\t\"key_754\": \"<string>\",\n\t\t\t\t\"key_755\": \"<string>\",\n\t\t\t\t\"key_756\": \"<string>\",\n\t\t\t\t\"key_757\": \"<string>\",\n\t\t\t\t\"key_758\": \"<string>\",\n\t\t\t\t\"key_759\": \"<string>\",\n\t\t\t\t\"key_760\": \"<string>\",\n\t\t\t\t\"key_761\": \"<string>\",\n\t\t\t\t\"key_762\": \"<string>\",\n\t\t\t\t\"key_763\": \"<string>\",\n\t\t\t\t\"key_764\": \"<string>\",\n\t\t\t\t\"key_765\": \"<string>\",\n\t\t\t\t\"key_766\": \"<string>\",\n\t\t\t\t\"key_767\": \"<string>\",\n\t\t\t\t\"key_768\": \"<string>\",\n\t\t\t\t\"key_769\": \"<string>\",\n\t\t\t\t\"key_770\": \"<string>\",\n\t\t\t\t\"key_771\": \"<string>\",\n\t\t\t\t\"key_772\": \"<string>\",\n\t\t\t\t\"key_773\": \"<string>\",\n\t\t\t\t\"key_774\": \"<string>\",\n\t\t\t\t\"key_775\": \"<string>\",\n\t\t\t\t\"key_776\": \"<string>\",\n\t\t\t\t\"key_777\": \"<string>\",\n\t\t\t\t\"key_778\": \"<string>\",\n\t\t\t\t\"key_779\": \"<string>\",\n\t\t\t\t\"key_780\": \"<string>\",\n\t\t\t\t\"key_781\": \"<string>\",\n\t\t\t\t\"key_782\": \"<string>\",\n\t\t\t\t\"key_783\": \"<string>\",\n\t\t\t\t\"key_784\": \"<string>\",\n\t\t\t\t\"key_785\": \"<string>\",\n\t\t\t\t\"key_786\": \"<string>\",\n\t\t\t\t\"key_787\": \"<string>\",\n\t\t\t\t\"key_788\": \"<string>\",\n\t\t\t\t\"key_789\": \"<string>\",\n\t\t\t\t\"key_790\": \"<string>\",\n\t\t\t\t\"key_791\": \"<string>\",\n\t\t\t\t\"key_792\": \"<string>\",\n\t\t\t\t\"key_793\": \"<string>\",\n\t\t\t\t\"key_794\": \"<string>\",\n\t\t\t\t\"key_795\": \"<string>\",\n\t\t\t\t\"key_796\": \"<string>\",\n\t\t\t\t\"key_797\": \"<string>\",\n\t\t\t\t\"key_798\": \"<string>\",\n\t\t\t\t\"key_799\": \"<string>\",\n\t\t\t\t\"key_800\": \"<string>\",\n\t\t\t\t\"key_801\": \"<string>\",\n\t\t\t\t\"key_802\": \"<string>\",\n\t\t\t\t\"key_803\": \"<string>\",\n\t\t\t\t\"key_804\": \"<string>\",\n\t\t\t\t\"key_805\": \"<string>\",\n\t\t\t\t\"key_806\": \"<string>\",\n\t\t\t\t\"key_807\": \"<string>\",\n\t\t\t\t\"key_808\": \"<string>\",\n\t\t\t\t\"key_809\": \"<string>\",\n\t\t\t\t\"key_810\": \"<string>\",\n\t\t\t\t\"key_811\": \"<string>\",\n\t\t\t\t\"key_812\": \"<string>\",\n\t\t\t\t\"key_813\": \"<string>\",\n\t\t\t\t\"key_814\": \"<string>\",\n\t\t\t\t\"key_815\": \"<string>\",\n\t\t\t\t\"key_816\": \"<string>\",\n\t\t\t\t\"key_817\": \"<string>\",\n\t\t\t\t\"key_818\": \"<string>\",\n\t\t\t\t\"key_819\": \"<string>\",\n\t\t\t\t\"key_820\": \"<string>\",\n\t\t\t\t\"key_821\": \"<string>\",\n\t\t\t\t\"key_822\": \"<string>\",\n\t\t\t\t\"key_823\": \"<string>\",\n\t\t\t\t\"key_824\": \"<string>\",\n\t\t\t\t\"key_825\": \"<string>\",\n\t\t\t\t\"key_826\": \"<string>\",\n\t\t\t\t\"key_827\": \"<string>\",\n\t\t\t\t\"key_828\": \"<string>\",\n\t\t\t\t\"key_829\": \"<string>\",\n\t\t\t\t\"key_830\": \"<string>\",\n\t\t\t\t\"key_831\": \"<string>\",\n\t\t\t\t\"key_832\": \"<string>\",\n\t\t\t\t\"key_833\": \"<string>\",\n\t\t\t\t\"key_834\": \"<string>\",\n\t\t\t\t\"key_835\": \"<string>\",\n\t\t\t\t\"key_836\": \"<string>\",\n\t\t\t\t\"key_837\": \"<string>\",\n\t\t\t\t\"key_838\": \"<string>\",\n\t\t\t\t\"key_839\": \"<string>\",\n\t\t\t\t\"key_840\": \"<string>\",\n\t\t\t\t\"key_841\": \"<string>\",\n\t\t\t\t\"key_842\": \"<string>\",\n\t\t\t\t\"key_843\": \"<string>\",\n\t\t\t\t\"key_844\": \"<string>\",\n\t\t\t\t\"key_845\": \"<string>\",\n\t\t\t\t\"key_846\": \"<string>\",\n\t\t\t\t\"key_847\": \"<string>\",\n\t\t\t\t\"key_848\": \"<string>\",\n\t\t\t\t\"key_849\": \"<string>\",\n\t\t\t\t\"key_850\": \"<string>\",\n\t\t\t\t\"key_851\": \"<string>\",\n\t\t\t\t\"key_852\": \"<string>\",\n\t\t\t\t\"key_853\": \"<string>\",\n\t\t\t\t\"key_854\": \"<string>\",\n\t\t\t\t\"key_855\": \"<string>\",\n\t\t\t\t\"key_856\": \"<string>\",\n\t\t\t\t\"key_857\": \"<string>\",\n\t\t\t\t\"key_858\": \"<string>\",\n\t\t\t\t\"key_859\": \"<string>\",\n\t\t\t\t\"key_860\": \"<string>\",\n\t\t\t\t\"key_861\": \"<string>\",\n\t\t\t\t\"key_862\": \"<string>\",\n\t\t\t\t\"key_863\": \"<string>\",\n\t\t\t\t\"key_864\": \"<string>\",\n\t\t\t\t\"key_865\": \"<string>\",\n\t\t\t\t\"key_866\": \"<string>\",\n\t\t\t\t\"key_867\": \"<string>\",\n\t\t\t\t\"key_868\": \"<string>\",\n\t\t\t\t\"key_869\": \"<string>\",\n\t\t\t\t\"key_870\": \"<string>\",\n\t\t\t\t\"key_871\": \"<string>\",\n\t\t\t\t\"key_872\": \"<string>\",\n\t\t\t\t\"key_873\": \"<string>\",\n\t\t\t\t\"key_874\": \"<string>\",\n\t\t\t\t\"key_875\": \"<string>\",\n\t\t\t\t\"key_876\": \"<string>\",\n\t\t\t\t\"key_877\": \"<string>\",\n\t\t\t\t\"key_878\": \"<string>\",\n\t\t\t\t\"key_879\": \"<string>\",\n\t\t\t\t\"key_880\": \"<string>\"\n\t\t\t}\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}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2ac433b3-f4e8-43b2-80e1-e6ab9674d26a",
                  "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": "cb42ebc0-f17f-4a90-a6ed-4b0a2be64b3f",
              "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": "966c3edb-3698-4f2c-b165-c52ee9c23ce1",
                  "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}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4e4254ec-533b-4e75-a9ac-00d98889e702",
                  "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": "dcb79310-08b0-4928-a362-57724e60b026",
                  "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": "d3d45017-ccc4-4171-b1f8-026eb7030518",
              "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}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "bf7ec572-2f11-418f-b51a-7996efa76537",
                  "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}\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}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "93aca8c0-6315-4eda-adf9-44f8e232c72a",
                  "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}\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": "11ecc5d7-0bb7-412a-8adc-700d860f87a6",
                  "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}\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": "d363fda7-2d71-4fd3-9a3e-381b185dd30e",
              "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": "8e3a9626-a50a-43ca-987f-f84e5f8207a3",
                  "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": "8a993cda-e0e1-4a42-bc34-a5ee3e010a22",
                  "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": "fef2eed2-deaa-4304-b71f-28ca779920b9",
                  "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": "e621a5ac-6396-40da-8118-5c3abd53df55",
              "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": "9cef2bb1-fb49-4cf1-9259-241c30ec1d17",
                  "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": "76f9944c-8f19-4ea5-9abf-d7eaf2670b46",
                  "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": "fa5bd1bc-2e61-4bfc-b444-641eaf880f1f",
              "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": "eaa5fbe6-22dc-42d1-a9e5-a8d3d5dc538e",
                  "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": "df32ecfa-ec4f-427b-8b3f-ae407473fd03",
              "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": "d5560985-a78e-4ebc-acdb-6db527fd6683",
                  "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\": \"POST\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a759c903-ac54-4dc6-a459-26f08c3f14a9",
                  "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": "87336d45-e527-4046-b02f-b09041c12b46",
              "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": "b368b632-662a-43d9-a6d4-1fdddb85dbef",
                  "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": "feec81f7-f3bd-4e10-b233-82ab03b4e466",
                  "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": "14e06d71-5606-4867-9e57-9e0f2a6a85ae",
              "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": "23b8b88c-483b-47df-a792-d7cd5fe40551",
                  "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\": \"POST\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6ca64477-4cc9-4403-b02c-3098281270eb",
                  "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": "fae9b280-ebac-4f64-9cfc-3f74e650298c",
                  "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": "4dcc4cff-1534-4fdb-8bdd-d4da0b7ce8ad",
              "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": "2efdee62-c132-443b-a6d0-bb4d73449dbc",
                  "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\": \"POST\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "07f842a5-b920-4d3d-a36b-e3c98c7e5b6d",
                  "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": "b0fb008f-8add-490b-9aff-f40df6a538b7",
                  "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": "9ca52516-8a66-4900-97ed-fcf88edc2c1a",
              "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": "9360b797-0a26-4244-a0b7-d75df1165465",
                  "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": "e7d38235-c766-4bbb-a1b2-ddbc0193ae3b",
                  "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": "331f334a-0f8d-4d58-9ae0-dbd1c0ffecab",
                  "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": "36f8876f-7a0b-423d-88e0-610584ca4cc1",
              "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": "54877017-e9ea-41b0-9d87-30be529dcda9",
                  "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": "97861f11-d8b1-45be-91b3-840a361ca9a6",
              "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": "bfd83d19-7eaa-4b14-b77e-62455dfabbcd",
                  "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": "ad3bc8a1-b4b2-4846-94b1-c1003f3e0032",
              "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": "5009c99b-df8e-40ea-be9c-76517ff76921",
                  "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": "55a8a35e-14a4-4ef7-8318-50db8633b0de",
                  "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": "70368377-33db-4fb1-8976-58c48d4c536e",
                  "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": "96e4a53d-d755-4ef4-91e8-e2230ead3b10",
              "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": "a76973f9-7925-4ee4-8904-5e08c13a927d",
                  "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": "22fb9fb3-65f7-485b-83cd-d64242c1ed5a",
                  "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": "38a351b0-33b2-4e5c-aa86-86b03c052532",
                  "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": "fbd29f6a-3245-47d6-83d5-c53a2f128176",
                  "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": "94baf9af-2536-4e9b-8dcb-cb9d8612241e",
                  "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": "97cdf497-1e2f-4a67-bb67-c2aa9fe61c82",
              "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": "074a7185-f023-4838-97af-cf767e32191b",
                  "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": "ff83b449-79eb-4caa-8ee8-0c97bc10f2d4",
                  "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": "89023947-8e0b-42b2-a2ef-734909541673",
                  "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": "2a1b22d1-d985-42c1-bd76-31ccb64d412b",
                  "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": "03b0e031-fe4a-4948-9a36-8674ff29a3a4",
                  "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": "2708bfbd-9b8d-4ec9-9d9e-71fba382a92d",
              "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": "e8c2e515-dec3-4327-bd6b-7ef0293a63ee",
                  "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": "1f2e3a66-d139-42fd-93ad-96b5f23a1e0f",
              "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": "a1de530c-00d2-4828-ba9a-aa86191d0555",
                  "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\t\"key_1\": {\n\t\t\t\"format\": \"<string>\",\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"scope\": \"<string>\",\n\t\t\t\"credential_definition\": {\n\t\t\t\t\"type\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"@context\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"credential_signing_alg_values_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cryptographic_binding_methods_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"proof_types_supported\": {\n\t\t\t\t\"jwt\": {\n\t\t\t\t\t\"proof_signing_alg_values_supported\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"key_attestations_required\": {\n\t\t\t\t\t\t\"key_storage\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"user_authentication\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"credential_metadata\": {\n\t\t\t\t\"claims\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"path\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\",\n\t\t\t\t\t\t\"display\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"path\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\",\n\t\t\t\t\t\t\"display\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t},\n\t\t\"key_2\": {\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": "638c7c4e-be18-4578-acdf-591f70239bf9",
              "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": "fc712b16-bf24-4a3e-84ac-a38bb36466ec",
                  "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": "a37e6b1e-b986-44ff-a050-0816f86a4b2c",
              "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": "bb3358b7-f672-44d0-aa79-8f03c1febd45",
                  "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": "cb87c195-5714-48d9-a583-7b3a29ee1d3d",
                  "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": "6047cfca-8523-48f8-83fa-534a09e80ada",
              "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": "83d247ea-2ba7-496e-b042-e809748c285d",
                  "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": "a3b464b7-caab-4221-95c2-457d30f34ecd",
                  "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": "69a9538b-aa79-4899-96e5-a6c15e96a8bf",
              "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": "42d1b139-bbcb-499b-ba0f-b250f04a7df4",
                  "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": "4cf3a8ff-10ff-4465-b646-ab082204f5ef",
                  "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": "9ef416e3-2d81-4ab4-80f2-225b3ee1d8b6",
              "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": "62820398-df75-4b87-bf4d-84adc1c5b56e",
                  "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": "af386fa2-5e45-4746-a37f-300e61d72e67",
                  "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": "a9bd7e4e-c0d3-4732-9996-17e9abc0ba1d",
                  "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": "4ea46a09-e851-4e15-9927-10927646b4f4",
              "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": "7c9bc486-f4f3-4d2e-9299-2179ffe62393",
                  "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": "a6c97970-2d6c-4418-a286-b49f663da624",
                  "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": "468c3e3c-4d90-4d84-a930-e75b021876df",
                  "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": "12387b6c-1d70-497a-a549-19a058aecb2c",
              "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": "7acd5f01-0c17-469a-988d-30867b823193",
                  "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": "af380dc7-3af6-4247-a735-c69352c297ed",
                  "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": "85668f37-e812-4400-b373-06654a518ff4",
                  "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": "c46b091a-2b28-41ee-a473-e5e87eb9e60a",
              "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": "bb48a9b0-2122-4b6d-b6da-03018fcce779",
                  "name": "User credentials retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        ":userId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"profile\": \"mobile\",\n\t\t\t\"sessionId\": \"<string>\",\n\t\t\t\"credentialConfigurationId\": \"<string>\",\n\t\t\t\"devicePublicKey\": {\n\t\t\t\t\"kty\": \"<string>\",\n\t\t\t\t\"crv\": \"<string>\",\n\t\t\t\t\"x\": \"<string>\"\n\t\t\t},\n\t\t\t\"namespaces\": {},\n\t\t\t\"msoHash\": \"<string>\",\n\t\t\t\"issuedDate\": \"<dateTime>\",\n\t\t\t\"validFrom\": \"<dateTime>\",\n\t\t\t\"validUntil\": \"<dateTime>\",\n\t\t\t\"offerId\": \"<string>\",\n\t\t\t\"status\": \"valid\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"profile\": \"mobile\",\n\t\t\t\"sessionId\": \"<string>\",\n\t\t\t\"credentialConfigurationId\": \"<string>\",\n\t\t\t\"devicePublicKey\": {\n\t\t\t\t\"kty\": \"<string>\",\n\t\t\t\t\"crv\": \"<string>\",\n\t\t\t\t\"x\": \"<string>\"\n\t\t\t},\n\t\t\t\"namespaces\": {},\n\t\t\t\"msoHash\": \"<string>\",\n\t\t\t\"issuedDate\": \"<dateTime>\",\n\t\t\t\"validFrom\": \"<dateTime>\",\n\t\t\t\"validUntil\": \"<dateTime>\",\n\t\t\t\"offerId\": \"<string>\",\n\t\t\t\"status\": \"suspended\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "992fa270-d3a6-4465-abf5-f3749fa74782",
                  "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": "521fcaec-15f9-4d4e-80b8-b389a9742cca",
              "name": "Create a CWT credential configuration",
              "request": {
                "name": "Create a CWT credential configuration",
                "description": {
                  "content": "Creates a new CWT credential configuration, a specific set of rules and parameters that are used to create and validate a particular type of verifiable credential. These rules and parameters define how the credential is structured and what data it contains when issued.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_CREATE_START\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\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": "46c4f3bb-cd4a-4507-a304-4b93b56a37c3",
                  "name": "CWT credential configuration created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\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": "69cc542d-95b1-4651-9024-4a656396bf7d",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\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": "ffddf08e-a3b3-4b59-b50b-f62672b06de1",
              "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": "3d925979-5a29-4033-b61f-890a3302ee82",
                  "name": "CWT credential configurations retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "The optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"revocable\": true,\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"revocable\": true,\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ed043df5-d6b5-4664-bcf1-20ead0d05761",
                  "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": "0ad55fa6-e6f2-4929-926e-4c46fedf0614",
              "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": "94d1694a-6271-4299-b792-7079ba20b6bc",
                  "name": "CWT credential configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"id\": \"<uuid>\",\n\t\"revocable\": true,\n\t\"type\": \"<string>\",\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3cdc2b44-0052-4e1b-86d3-a0d4bdf27b5d",
                  "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": "3dbce5e4-c353-44aa-9b07-10f1d6b98473",
                  "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": "6a4be964-27c5-4881-ac04-88b90ce80544",
              "name": "Update a CWT credential configuration",
              "request": {
                "name": "Update a CWT credential configuration",
                "description": {
                  "content": "Updates an existing CWT credential configuration by providing its ID.\n        \n### **Analytic events**\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_UPDATE_START\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_UPDATE_SUCCESS\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the CWT credential configuration.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\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": "0eb6602d-c468-4542-92c4-94753185a799",
                  "name": "CWT credential configuration updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\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": "02e14a31-89ab-4456-bf2c-298fca1ea281",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\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": "2a4dc5d7-7426-468f-b675-0f5f4a032ec7",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\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": "01970bd4-e440-4013-bb9b-921769f1026a",
              "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": "e0e1ac50-8f18-4ff1-a438-815b45218591",
                  "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": "f0590565-7efe-4ba7-b8ca-f5dccf4411aa",
                  "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": "e9b2855d-dc6d-47f6-b0f7-f47178dfe21b",
                  "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": "40938877-5883-466d-95d7-4c8036e5e572",
              "name": "Create a Semantic CWT credentials configuration",
              "request": {
                "name": "Create a Semantic CWT credentials configuration",
                "description": {
                  "content": "Creates a new Semantic CWT credentials configuration, a specific set of rules and parameters that are used to create and validate a particular type of verifiable credential. These rules and parameters define how the credential is structured and what data it contains when issued.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_START\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "af44ae6e-af95-47cc-8422-66fba1ec557e",
                  "name": "Credential configuration created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\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": "bc7fe233-82d4-4c3b-9cbd-d7ac93665f34",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "68e4d362-85e4-4660-84e7-7055d63420fa",
              "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": "072b1b4c-9f0d-4616-ac67-380fbe660a22",
                  "name": "Semantic CWT credentials configurations retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "The optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"revocable\": true,\n\t\t\t\"type\": \"string\",\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\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": "66309962-e4aa-4c0f-b6c4-8dee24eedbfd",
                  "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": "a817a04b-e673-4f53-9419-702470505ca8",
              "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": "8c7bb05c-b331-4e53-b54b-61e5074d3309",
                  "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},\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": "d2efe191-95ac-44ad-a861-0df6eb1726ad",
                  "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": "e0a7cc37-79ca-4a2a-81a3-b9e049ce0884",
                  "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": "0352e0f4-1e25-4881-a637-ad2d767ab988",
              "name": "Update a Semantic CWT credentials configuration",
              "request": {
                "name": "Update a Semantic CWT credentials configuration",
                "description": {
                  "content": "Updates an existing Semantic CWT credentials configuration by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_START\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the Semantic CWT credentials configuration.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "9fda8411-f82e-4693-85a4-9648cc995765",
                  "name": "Semantic CWT credentials configuration updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\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": "597727b4-5f56-4ade-b5a9-95db727dcf97",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4eeed289-6ee4-4c26-b342-04ecfc6a8a95",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d9b6a676-a94f-4310-aed6-e7add2baa24c",
              "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": "5cd33ce2-52fd-41e3-a48c-7ec2b8f618ca",
                  "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": "6a7a5c0e-e8b5-48b7-9323-ef41043eb7da",
                  "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": "e332d40f-b11e-4a84-90a9-33b321400a2d",
                  "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": "f9b9fd16-12d9-479a-a403-04e70ab8c3c2",
              "name": "Create a JSON credentials configuration",
              "request": {
                "name": "Create a JSON credentials configuration",
                "description": {
                  "content": "Creates a new JSON credentials configuration, a specific set of rules and parameters that are used to create and validate a particular type of verifiable credential. These rules and parameters define how the credential is structured and what data it contains when issued.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_START\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\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": "7e82d7d1-cd9a-40b0-897a-5c66987ed1f3",
                  "name": "JSON credentials configuration created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"Ed25519Signature2018\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"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": "de943f55-a5df-4a63-8d0d-bbc0c811c461",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\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": "2995879f-6f64-49ee-b19f-47228a4b80c2",
              "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": "1c272e29-951e-49b2-9d93-42f344bf83c2",
                  "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},\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": "9d28f766-d291-40c4-a46b-4e1f6e77a5c5",
                  "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": "db9b943b-118c-42c1-97d4-fc01b4f94518",
              "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": "1f76f962-a2da-42de-b197-01c8d4a7cda8",
                  "name": "JSON credentials configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"Ed25519Signature2018\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"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": "bf37664e-41a3-4aa2-ad22-798bb1f663f9",
                  "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": "1024bf93-8935-480f-bfb2-98395975f3e6",
                  "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": "5e883f1b-7b0d-4eac-917a-2e05bc83fe41",
              "name": "Update a JSON credentials configuration",
              "request": {
                "name": "Update a JSON credentials configuration",
                "description": {
                  "content": "Updates an existing JSON credentials configuration by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_START\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) JSON credentials configuration unique identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\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": "853174d5-d7fc-4e08-8209-be31d3ba3782",
                  "name": "JSON credentials configuration updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"Ed25519Signature2018\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"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": "5032452e-38c1-4f82-ba30-13c90c9ad2dc",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\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": "e699de55-8fb2-4a4f-a276-120c0764f087",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"BbsSignature2022\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\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": "b53434be-4b6f-4299-97ac-0bd869af39d7",
              "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": "1c679222-e0dd-4eea-a769-c3133df9a698",
                  "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": "600b0c08-cff6-48be-a9b8-98afbb849ecf",
                  "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": "7ddd1cd8-57c4-4463-8488-155a00b5e5bc",
                  "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": "8f03b492-2adb-4998-91fa-530c9ea5b781",
              "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": "8191b563-4f5d-4883-a7bc-946ce7baf679",
                  "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": "2a58244c-cda2-4e18-b7f8-1de73d98cfb6",
                  "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": "7a7aad5f-639e-42e5-88c0-d5d47db960ce",
              "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": "5688a52a-1e50-445e-975f-fc9a5a93da5f",
                  "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": "eb1e1f53-8848-4e08-8c3e-b0c5216599f1",
                  "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": "67c64a47-3de2-4f87-83cd-195adec6a610",
              "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": "c1e9f6db-66cf-4c43-b63d-0d77c8cde21f",
                  "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": "cf547c0a-4648-4ec4-9d84-22265df6bf2a",
                  "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": "1c894e31-8b2f-4b62-9243-778263b55162",
                  "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": "eb6541ca-3f4e-462e-9b65-ec5c9b30de51",
              "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": "a1bacf92-cc87-45f2-9e9d-511146d021d2",
                  "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": "c3d1c6f4-14ab-4f71-bd23-1b534e444fe7",
                  "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": "4075f3f8-5c48-4727-bd32-296901da1f3e",
                  "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": "e9bf3ee7-a908-41eb-baa6-6bc72f33693c",
              "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": "81162837-129a-4da0-9303-578b7766ec3c",
                  "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": "a11e4544-44bf-4a02-affe-5771ab88a12e",
                  "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": "1a256fb0-19c3-45d7-8184-888478324f0c",
                  "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": "df211f65-15fe-4907-8408-4206038aac76",
              "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": "246ce60b-6a9b-44e1-8622-14232afcad0c",
                  "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": "995f70fa-0b44-4694-bbc4-878115264c0a",
                  "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": "c3149259-fd87-4ee4-8f02-b08aceaa48b1",
                  "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": "48a7cfcf-a982-4bb8-89e7-f67078a39319",
              "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": "ec0ba74f-9c44-43bf-a9b5-213bf711f31c",
                  "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": "11e222bd-8493-4d3e-841d-7975ac6e09db",
              "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": "805d4a6f-dc42-4b0c-af19-379035429b99",
                  "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": "4424f0e8-72a1-4ebb-89c0-55be10e9ad93",
              "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": "d457df8c-0d44-43ee-9f95-00a5da96ec47",
                  "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": "ca7b7749-d687-43f2-b5fe-a3af04e60c5d",
                  "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": "af3ce2bb-c318-4ce1-83eb-333b4b211718",
              "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": "2c2c9378-f6bb-4dc8-b7bb-29784a3d569a",
                  "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": "e938f7a4-684d-4152-ae1e-4e9ca530e617",
                  "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": "5b527e16-9d3d-4f0d-a40e-5d2309f6eaf6",
              "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": "2b87b616-fd0b-41b3-8ae4-68cc9d16be39",
                  "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": "7ea50c31-e0bf-4c42-82da-870d0c2c5400",
                  "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": "62ccfeea-e833-485b-89d5-c8dbf17b79df",
                  "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": "7cc94546-c7d9-44df-b421-1e384124de48",
              "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": "8212a301-7d96-434f-87de-9fcb16615aaf",
                  "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": "82b01b50-5291-40c5-81e6-fa88443750f8",
              "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": "c9bb0404-da96-4273-a0dc-6dfa12ba8c1b",
                  "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": "2f463329-50cc-4a5c-84b0-80c67a77c746",
              "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": "bc63b4c0-d74d-45d5-a535-7fbf2ad4b80d",
                  "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": "3f1abbe1-daef-4032-b776-4c3026fb9f67",
                  "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": "24dd2956-0bb7-46c1-80e5-5847b3836707",
              "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": "cb87ec9b-9809-4653-96f2-2cd1e7a23782",
                  "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": "7792a973-7b15-4779-aa66-e0cd69fd5419",
                  "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": "1d60ad45-1a7b-41f8-81ab-d98dc6ef16d4",
              "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": "534a9a1a-cfa5-4e7c-bbea-ca5ccb82594e",
                  "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": "b6387f45-7eb3-4679-b926-234e46e81299",
                  "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": "14243e77-b73c-436e-bd26-ff6d254aed57",
              "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": "084471b3-404c-4b53-97b6-0df241cfb7bd",
                  "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": "0fdfeafe-c288-4e11-8c45-1aa7f52c9e66",
                  "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": "dcb19d96-7d33-4ddc-a7fd-d1eabc6daeca",
                  "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": "3e856a82-5cff-42b4-af3b-b8767411d2bc",
              "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": "f8f7ad34-b183-4cb7-9b4b-d96ba6fd5fbe",
                  "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": "b231cd11-391b-4b50-a280-e0142f54806a",
                  "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": "1af15905-ab9f-4722-8e4e-f61775430785",
                  "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": "72c5ba19-0482-4935-a80f-dbcc5169a169",
              "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": "b1320225-5183-4f47-bac9-f9ec1ab57a82",
                  "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": "7b0ea422-4f7c-4cc9-bd42-94fae3c3380d",
                  "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": "b7e459a5-e5b7-4304-8e7d-d891bd3bacb1",
              "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": "23e9a8e4-bb54-428b-a0a7-6bfbabdac07a",
                  "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": "97cef5de-d4ba-4595-92d3-ffbacee5b32f",
                  "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": "929786c0-62e2-4cda-a7ef-4dada4cd5441",
              "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": "da938213-75aa-40b5-b7bd-424e11e99cd3",
                  "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": "4d85043f-a41e-4270-a15b-7afb3de6ebb7",
                  "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": "e2d5f1d6-5954-4ff5-9632-6e403b1e01de",
              "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": "fd1188b5-ca97-4537-8f5e-be8ee86af59e",
                  "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\": 1856\n\t\t},\n\t\t{\n\t\t\t\"string\": \"string\"\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": "5ad8f9ec-97ea-4abc-ada2-67950789354a",
              "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": "6f0668c9-0091-498b-99c4-fcf3ac87301f",
                  "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": "e512c993-4286-4606-9876-cae40a3c5dae",
                  "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": "18971e6d-2886-41d3-8dd0-abe44e6e81a0",
                  "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": "7e9e94b1-05b0-4541-b381-671d1feb4da6",
              "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": "0a364a93-4000-4c56-92dc-4bb77c9e567b",
                  "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": "5e41f5b1-487a-4813-b8a5-683031db99bf",
              "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": "b0fa6363-3ac3-42ef-8887-a40af23a7177",
                  "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": "a7a269c7-955d-4e39-9ad5-57f180ccf655",
                  "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": "453fd91d-849b-4ad7-b722-6c1ee91bc8c4",
                  "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": "8e865d8d-701c-44d5-86b0-e3c9f7f8b066",
              "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": "9d2d5db8-09ad-4683-b520-509bd87b9944",
                  "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": "dcb45d71-37d0-48ad-9801-608368811330",
                  "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": "3f2e863c-6148-409f-8581-5376b22699b0",
              "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": "f653a702-508e-4987-bc29-0ba2a84c40c7",
                  "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": "e03fbd32-5934-468c-a9b6-d7ef1e1817c8",
                  "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": "a7e8c824-cc39-4aac-879c-ee4c48827a05",
              "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": "e82a79f6-09b6-4ee2-85b3-eae9c0bbb42d",
                  "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": "512b79c3-947c-4792-8d3c-95445cd2c1cd",
                  "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": "05dfd1e3-20cc-485d-a67b-57ac2b35e22a",
                  "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": "fb946250-82ff-488e-bd25-da29c56c2abd",
                  "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": "3f6f6f63-8471-428d-af48-ebf396563e7e",
              "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": "ed53e21c-8bb1-4f45-88d1-9b6913863d9c",
                  "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": "db967813-b1c9-4c3e-bc69-bddaff72ebd6",
                  "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": "14ec69ac-aa83-457c-a401-e73dc2759c16",
              "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": "cd40ade0-b4dc-4ece-98fc-4db0881fe668",
                  "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": "f9dd64fa-0127-4f18-a3cf-f561d3e8ff02",
              "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": "5fff983d-8704-43b2-9b62-b253d0498111",
                  "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": "b690b659-867f-4faf-ab2e-6a8a582bf600",
              "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": "569e1ee5-fdb8-4051-9862-3714c43136b1",
                  "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": "d3793c5b-ec54-4c5b-bd3c-44dc8a80e0ae",
              "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": "3aff5b59-d6e8-4cab-a4f3-a66e8aedf25a",
                  "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": "41d2decb-b16c-4408-990b-f7a9ce50b26e",
              "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": "2733727d-2382-4f28-9aca-63b9f25e59ff",
                  "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": "9a3fda3d-30ee-43d4-98af-1fd0b8f323fe",
                  "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": "4bb41561-117c-423c-b773-12d4f54e35f6",
                  "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": "32822fc3-a320-4bdb-a87b-cf0260824952",
                  "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": "62eaadb6-9448-4930-adad-ce3be88fac56",
              "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": "e9c95f27-032a-4bfa-9931-72763cb233ed",
                  "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": "ffe2795e-aff5-4368-8297-13ab9018ed4c",
                  "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": "dc1ad30c-afb3-49c4-af1c-2821087dae23",
              "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": "0e000892-b5d3-435c-a1b7-2bdfaf0fc02f",
                  "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": "e77b90c9-9623-42ed-863b-32f41f5e65ae",
                  "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": "a052d556-9784-481d-870b-4b30d03c0c21",
              "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": "308acace-d094-49ff-bdb9-369b3f242b67",
                  "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": "4f251074-f983-4e14-a6f5-c78b5c100883",
                  "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": "a2ce0253-f1db-49cb-8c32-d204a1eefb3d",
                  "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": "1cd93404-0331-42ba-8b8b-e618b4aca382",
              "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": "830ae1b5-ca23-4f88-8b3c-ad530cf3d0fa",
                  "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": "b83539ed-6182-4e21-9599-81f3d2f09399",
                  "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": "e805966f-d6c2-4308-b4d5-4903aa3148f9",
                  "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": "0d482946-bc39-4c3a-a676-6fe50d69916a",
              "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": "c51f18a6-2fbb-450d-8c7c-df8e5d9ceb13",
                  "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": "6358891b-66a1-4536-961d-167c0c24d5b0",
                  "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": "9746eb81-cf5b-4b93-b1b7-5fddcb7a2cbf",
                  "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": "61ae331d-ac1f-4516-a3a2-a2e4e913495f",
              "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": "97f73254-0094-4c98-84ed-4606fe645a36",
                  "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": "1b337b54-ebdc-4f81-92e5-8c2e4eab6d53",
              "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": "8cd2249d-2621-42c5-800f-7eefb4c243a8",
                  "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": "9a1e49ab-2bc6-4dcf-b6d4-893b00945afb",
                  "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": "6c480761-1275-497b-960f-5e2e3d49245f",
                  "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": "b93eda55-1bf6-4d56-8bde-47ed62a6c3e6",
              "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": "be2ab968-33b3-45fe-8f54-33422dbcc235",
                  "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": "10a137a7-1a4d-4bee-9e9f-fdeee43a8aa1",
                  "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": "d8e43600-b03e-4627-bcb6-78f367c1f4b8",
                  "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": "fcea38aa-f0ef-4ad5-8303-b9ea49d52e03",
              "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": "06626a56-d7f9-4ebe-9df9-8e1e3ba78076",
                  "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": "9ab232fd-a0f2-43b2-a567-82982ccf942b",
              "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": "6a6e2d4b-a697-4d11-a3b6-b37c231e8846",
                  "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": "a3661184-0191-4a14-be23-cbf6f76bc7c8",
                  "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": "a9e63762-5c1d-4f6d-b726-8e05c169b838",
                  "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": "03a353bd-8a60-4441-87bf-91cd152d0ad9",
              "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": "af3c691f-be53-4f4b-a6b8-93434cbf3bcf",
                  "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": "67537f37-08e0-4233-a4ec-9234f10d01ec",
                  "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": "ce086fd8-3fe6-4fc8-907c-676e5ea8966c",
                  "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": "84fcd722-20e6-418f-bd49-8c70cb160d0c",
              "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": "915d4848-2089-4ef8-89a2-e62e3307d588",
                  "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": "38bc8f39-42b8-4d52-ac3f-6097deaf85f7",
                  "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": "46e87a6c-1ee8-454d-830e-67e55e20ae42",
                  "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": "9d5d4f18-c7b8-4d8e-a193-0229732fce64",
              "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": "2ef95cc9-3067-41d1-bf77-9662c2dbab36",
                  "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": "4e0c8174-65d0-45d2-854a-595982f42dde",
                  "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": "fcbfba4e-ed33-43c7-b425-b6c9bcb3032a",
                  "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": "c8c95457-33f7-4758-9087-5fb1a30a9a07",
                  "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": "2bee4041-53dd-428f-b39e-82ae722f6db0",
              "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": "ab9b9ed9-0fab-4b5f-bbb6-73287da4b5d7",
                  "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": "e1f405d0-7b20-495a-9a37-e06730efd1c5",
                  "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": "606bd26c-deac-4e4a-9ce4-f554b43031f6",
                  "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": "eb0819d3-c6cd-45ac-bea9-66e74346dc1c",
                  "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": "ea20d47d-09f8-4461-bf45-b5b085509ec4",
              "name": "Verify a JSON credential",
              "request": {
                "name": "Verify a JSON credential",
                "description": {
                  "content": "Verify a JSON credential by providing its payload. The credential is verified against the following criteria:\n- Issuer DID can be resolved, so that the referenced DID Document is available and valid and the public key is obtainable.\n- Proof is valid and the credential has not been tampered with.\n- JSON-LD context is valid for subject claims.\n\nOptional verification checks:\n- If `assertExpiry` is set to `true` and the credential has a set expiration date, verification will fail if the expiration date has passed.\n- If `checkRevocation` is set to `true` and the provided credential contains a revocation status list, verification will fail if the credential has been set to `revoked`.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_VERIFY_START\n* CREDENTIAL_WEB_SEMANTIC_VERIFY_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_VERIFY_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"payload\": {\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\"credentialSubject\": {\n\t\t\t\"givenName\": \"<string>\",\n\t\t\t\"familyName\": \"<string>\",\n\t\t\t\"alumniOf\": \"<string>\"\n\t\t},\n\t\t\"proof\": {\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\"jws\": \"<string>\",\n\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\"verificationMethod\": \"<string>\"\n\t\t},\n\t\t\"issuer\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\"iconUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialBranding\": {\n\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialStatus\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\"\n\t},\n\t\"assertExpiry\": true,\n\t\"checkRevocation\": true,\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "4d9a5f87-4735-4838-885f-36d27d5a3878",
                  "name": "Verification completed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\"credentialSubject\": {\n\t\t\t\"givenName\": \"<string>\",\n\t\t\t\"familyName\": \"<string>\",\n\t\t\t\"alumniOf\": \"<string>\"\n\t\t},\n\t\t\"proof\": {\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\"jws\": \"<string>\",\n\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\"verificationMethod\": \"<string>\"\n\t\t},\n\t\t\"issuer\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\"iconUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialBranding\": {\n\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialStatus\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\"\n\t},\n\t\"assertExpiry\": true,\n\t\"checkRevocation\": true,\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"verified\": \"<boolean>\",\n\t\"reason\": {\n\t\t\"type\": \"<string>\",\n\t\t\"message\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2185cbd4-f303-4a38-be0e-1d9f86dfc30e",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\"credentialSubject\": {\n\t\t\t\"givenName\": \"<string>\",\n\t\t\t\"familyName\": \"<string>\",\n\t\t\t\"alumniOf\": \"<string>\"\n\t\t},\n\t\t\"proof\": {\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\"jws\": \"<string>\",\n\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\"verificationMethod\": \"<string>\"\n\t\t},\n\t\t\"issuer\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\"iconUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialBranding\": {\n\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialStatus\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\"\n\t},\n\t\"assertExpiry\": true,\n\t\"checkRevocation\": true,\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2ce852b2-6f3a-4fe0-9bd4-ede50ea1a6c9",
              "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": "7e56550a-907d-47a2-af42-875331e1b7ff",
                  "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": "717cfef2-2e77-4fc9-9e59-b6c46c4f8df3",
                  "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": "80cfab10-47aa-4e4a-be27-47ab8b8c7526",
              "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": "a1bb71db-4dc3-40a5-963a-c1837daae6dd",
                  "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": "96722a5a-de9b-497c-8bbf-07d381ba2f4d",
              "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": "2bc84619-4a55-45ca-beab-00c325577ae5",
                  "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": "cd0fd35d-1211-446a-bb78-67c9f373eefe",
                  "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": "e874c9e4-a0c0-4ca6-a338-62c68af7ba38",
                  "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": "8610497d-bb48-45d5-816c-beb3d2fcbfce",
              "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": "0ec8ddf3-6f21-4938-ad9d-f0ed64a9b794",
                  "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": "e88eaab0-bc8d-4aaf-9e25-248e20f2498b",
                  "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": "011e312c-a651-4068-83f2-0e6a9aeb62d1",
                  "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": "2625d38b-33e9-4600-a257-98bf9aacbd9c",
              "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": "22f28582-1e15-4f99-bbec-adad285213cd",
                  "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": "d42cfc79-e1df-450e-a45f-54c63059e47b",
              "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": "416c7e96-5699-4bfe-8690-b20c67871753",
                  "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": "21599942-e21d-4c52-a356-2f88a085f28b",
                  "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": "5b69717d-5be7-4835-86f8-3e8ed1f0636c",
              "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": "b9b0697b-dab8-4c7f-bc43-92589265f5ec",
                  "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": "d52d0cf2-b0ad-487d-9eda-6d52a497a3fe",
                  "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": "0cedbb15-d835-45f4-9101-df1b35d7d088",
              "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": "590d8b1f-0544-4476-b261-8361de2f4e72",
                  "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": "775e2a95-cc9a-41a8-b1b6-71e971859d00",
                  "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": "9a75a279-a318-48b9-9442-4c3a6f27caa0",
              "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": "3f23624f-967d-480f-8706-c0978708200f",
                  "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": "3db5a02e-22f4-401e-b5a1-8acb6ae64803",
                  "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": "6e3121a3-d10b-4a28-8d25-1207360591ce",
              "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": "f74f07eb-d661-4802-bb56-645f803cebc6",
                  "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": "58c835fd-dc27-470f-af04-6712f3a190e4",
                  "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": "f2ad3f79-0aee-4deb-9727-d73b2cdc2593",
                  "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": "16b77590-48a1-48bd-bd67-70637ff8cb48",
              "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": "c884365c-4b7b-4909-b9be-53a8887f1dd9",
                  "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": "69b49df2-38a1-4fcc-9379-ccb8dd03aba8",
                  "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": "6fec7980-e0c2-4c93-9551-afe013af221c",
                  "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": "b024ed58-7c7e-4d74-b008-615048991be7",
              "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": "1dc0f1d0-6b19-4f87-8fb8-181fe6eed421",
                  "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": "ce66823c-b44d-432a-9471-c9f809f61564",
              "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": "d66f2a5b-807d-4052-9975-d548dff5451b",
                  "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\": 6365\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "71155e1d-8625-4e4f-8fca-a456ecd1bfdb",
                  "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": "95b0c4dd-ccc8-4dfa-b9d9-f02e9a11610d",
                  "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": "3a0f06ba-a836-4b7f-8f2e-42363a08af12",
              "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": "757d2568-3051-44ca-b4b2-4cf8770ebe70",
                  "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\": \"string\"\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\": 8149\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": "e1c5e97c-85ca-4745-8de7-af7eb1a512ac",
              "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": "42a22397-c0a4-4dc0-b677-e1e762091a55",
                  "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\": 6365\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ac3b48a5-90ca-4c24-bc52-c32884c79e75",
                  "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": "51808af7-f7ac-40d6-ad16-fd4948c34c46",
                  "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": "ee5fe1a9-4713-4c0f-936d-98f1481ae44f",
              "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": "641c72ca-56e2-48b6-9584-d39aa9119f41",
                  "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\": 6365\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5efd6535-afd0-43b4-b779-67682880fa4a",
                  "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": "a427cab3-5efd-4c31-979c-d16fddafffde",
              "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": "e65ffa94-5438-4f3d-8564-c5be2176fc54",
                  "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": "3a3bd3c6-b126-4546-9c86-cc98588f2ef0",
                  "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": "1b776de9-ba66-459c-a62c-a3753669fab5",
              "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": "63babeed-52d7-4244-8792-012a0d41496b",
                  "name": "Verification request signer created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"caId\": \"<uuid>\",\n\t\"caType\": \"external\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"caType\": \"apple\",\n\t\"csrPem\": \"<string>\",\n\t\"caId\": \"<uuid>\",\n\t\"active\": false\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b5ed7f95-3a32-4fdb-ae23-42621adf8dbd",
                  "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": "bdff484e-1c43-41ab-8380-516e074f2618",
                  "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": "78614ffe-97ce-452e-a87e-b18f31dcd6a8",
              "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": "0c04b0c1-adc4-492e-af80-8fdb3771d4c4",
                  "name": "Verification request signers retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"caType\": \"apple\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateFingerprint\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"commonName\": \"<string>\",\n\t\t\t\t\"country\": \"<string>\",\n\t\t\t\t\"notAfter\": \"<dateTime>\",\n\t\t\t\t\"notBefore\": \"<dateTime>\",\n\t\t\t\t\"subjectAlternativeNames\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\t\t\"value\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\t\t\"value\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"caType\": \"external\",\n\t\t\t\"active\": \"<boolean>\",\n\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\"certificateFingerprint\": \"<string>\",\n\t\t\t\"certificateData\": {\n\t\t\t\t\"commonName\": \"<string>\",\n\t\t\t\t\"country\": \"<string>\",\n\t\t\t\t\"notAfter\": \"<dateTime>\",\n\t\t\t\t\"notBefore\": \"<dateTime>\",\n\t\t\t\t\"subjectAlternativeNames\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\t\t\"value\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\t\t\"value\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "232cb4ea-b1dd-46cf-b6aa-391470e49fa7",
                  "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": "0d3259eb-6857-4189-9a32-f07ce55d0f5c",
              "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": "ce5ac5e7-4a9a-4549-81f1-cafaddb2eda1",
                  "name": "Verification request signer updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers",
                        ":verifierSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"caType\": \"mattr\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"commonName\": \"<string>\",\n\t\t\"country\": \"<string>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"notBefore\": \"<dateTime>\",\n\t\t\"subjectAlternativeNames\": [\n\t\t\t{\n\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "886a2290-4d92-4e51-8892-bd5cf209f92a",
                  "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": "a2e8b56a-2a4c-4df1-88fd-f599f16d0f43",
                  "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": "bf64a871-491a-423f-90a8-df0b8ff146fd",
              "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": "56cc8bde-0e7d-4f3f-b283-9ef44bea3dcd",
                  "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": "16d940df-6c30-45b2-bc4b-92da77253660",
                  "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": "59110d9f-480e-4c1c-94b8-e64c619142c8",
                  "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": "19394023-5591-4748-adfd-74f888de76f9",
              "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": "61c10549-d0e3-4e7b-a031-161d68f27ac5",
                  "name": "Verification request signer retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "presentations",
                        "certificates",
                        "verifier-signers",
                        ":verifierSignerId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"caType\": \"mattr\",\n\t\"active\": \"<boolean>\",\n\t\"certificatePem\": \"<string>\",\n\t\"certificateFingerprint\": \"<string>\",\n\t\"certificateData\": {\n\t\t\"commonName\": \"<string>\",\n\t\t\"country\": \"<string>\",\n\t\t\"notAfter\": \"<dateTime>\",\n\t\t\"notBefore\": \"<dateTime>\",\n\t\t\"subjectAlternativeNames\": [\n\t\t\t{\n\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"<integer>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "27d24dff-b1f8-4a0a-a7d1-2f86a6f73dd5",
                  "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": "752d227d-fdc3-4b4e-93b9-839c4de27c42",
              "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": "66ac7fca-7c9e-42eb-8749-12aca94df9fa",
                  "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": "25999ee9-798f-40a6-ba39-e56682efeb48",
                  "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": "246f0728-63ec-4621-820d-324bd18b198c",
              "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": "ae69b22f-d4e6-4d03-b943-362314416ea9",
                  "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": "9ff452cb-95cf-4621-b731-2a41fb9070b1",
              "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": "a4bc3c19-22bb-4013-bd0b-48dadc401c0e",
                  "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": "9522d7ed-dbe4-4bbb-acde-38ccab74bff5",
                  "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": "7849c9bf-57a7-4f20-a412-4bfc38a1ed04",
                  "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": "e124e8ea-211d-45f8-b5f9-63e5186d64c5",
              "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": "927156b7-dac7-4985-84a1-0e61f27971fc",
                  "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": "d3b55ca7-b0f9-486b-939f-27091b3b0e8a",
                  "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": "541e1dfe-988c-4a18-ade2-540a4f607b83",
                  "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": "85f49821-4408-4a3d-9bb5-31228e58989e",
              "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": "c4f79b76-bb82-4a3c-87b2-baf38ef5b285",
                  "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": "64d53393-aa5a-4217-acd4-58010da4d8d4",
                  "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": "8d88bf30-1dc1-4352-b7fc-10231c24604e",
              "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": "acad9f20-bdcb-4eee-9697-741b71e36e92",
                  "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": "4034c4bb-e204-49c6-8cfe-93beefa3840e",
              "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": "5003c884-a0a6-4025-a608-8dc5b6c7c1fb",
                  "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": "eb3d3273-1935-4489-88c7-9ed4390274eb",
                  "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": "9112c368-a364-4361-8575-707e13c96638",
                  "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": "b52843f8-a0f9-49b5-bdbe-53b3a5ac191e",
              "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": "7f086a10-8b73-44d4-974d-3070db6c7985",
                  "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": "5956f6d8-7140-4dab-96e9-4481b5777c85",
                  "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": "d659a601-3c56-43d0-8645-b87393781674",
              "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": "2af8b6fa-45ee-42ea-a5bd-b9bd43eaef7f",
                  "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": "bf55f425-4a9d-41cd-8577-ca47502c36ff",
                  "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": "7ba6299b-f280-48b7-8a53-17865b463da1",
              "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": "92688b3c-0285-4f74-bc9f-439f08ed15b9",
                  "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": "7a26a37e-e955-45a1-a8b5-86ab4f07608b",
                  "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": "7df17f4d-353b-45e3-b1dc-57f3e5b45d3d",
              "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": "d66102df-ba72-4c81-aadb-80c37d742ee1",
                  "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": "e217d9c7-3515-48c6-b003-bcfc8718e364",
              "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": "14301efa-53c0-4d11-b8ae-7a74069a518d",
                  "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": "90d7a531-5445-4191-b3b5-567c5ff3eb79",
                  "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": "c5c72229-ec27-4ef0-81a7-232c0014f511",
                  "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": "96baf7ca-e225-4a43-8d94-cb58a60d9d61",
              "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": "51c9097a-61c1-4665-bc45-303c40b1831e",
                  "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": "9b72517d-3afd-480c-9414-dee7ae4e7521",
                  "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": "7a973ba7-2abd-4815-83b7-4468b1a51aa7",
              "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": "7649c2f5-4dff-4e60-baca-ec818e1737e9",
                  "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": "da1c480d-3423-49c8-ae46-82008a37e152",
                  "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": "826ba729-3ada-4e6c-9631-13640f1667c4",
              "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": "037a576c-36ce-4273-bdab-c4a1955d10e6",
                  "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": "3f37bb18-48a6-46b9-ad1e-e333ba2208c9",
                  "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": "312f2996-75cb-4153-aadd-0a779573dd96",
              "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": "e0c1b1a6-da33-4a14-9351-29799e230d2a",
                  "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": "51ab2742-b48b-405d-acb7-96c1da0e11dd",
                  "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": "6cc87424-8219-4bd0-9622-7592fc4a0453",
                  "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": "9202bf81-4a6f-4830-8dc3-d02ac3de777b",
              "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": "f4538df3-fd25-414e-8943-1a3585ac21ba",
                  "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": "3a460152-d4c4-41c3-b0cb-41225794ca35",
                  "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": "3ccd0d6a-bda3-4515-a2b8-8ebbf9a5cd91",
                  "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": "1d3a381a-e2e6-464e-9d0c-f730f6ccd3b9",
              "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": "767d7558-2281-4673-8d5e-c6304ab61b9b",
                  "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": "e8c5aa90-8862-4c6a-bafe-0bf564cf97b2",
                  "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": "5f5d29c8-2dce-45f9-b5a5-2d36052ef4ce",
                  "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": "85531ebc-0998-4a91-84b0-e0db832ffa32",
              "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": "42945b7d-ea53-4a17-b7b0-264cd5301875",
                  "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": "a3045cad-13aa-4cb3-9722-071ef2a860ff",
                  "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": "c5bbb43b-461d-4a31-8fa9-c39435c8c50d",
                  "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": "94e87f9d-b273-44d1-b79e-51d3e3a39bad",
              "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": "19090b72-ec85-4f60-8d97-458baccea966",
                  "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": "6accb85e-0655-45e6-9849-2d0bd1eff6bd",
                  "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": "b5c9325e-269d-4ef8-9183-b938a56047fc",
                  "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": "d87b47d6-a120-4e6f-8fd5-9585a304ed42",
              "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": "b37e4a94-bdf4-47a8-b6bf-7601c8e3f482",
                  "name": "Apple Pass template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "419d7a1e-fd71-426b-ae41-5038f5bbb557",
                  "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": "2a5ebea5-a9a5-492f-9bda-4408f05a4b1c",
              "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": "d230071b-efbf-45b2-af80-bbb84cea65b9",
                  "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\": \"apple\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"fileName\": \"<string>\",\n\t\t\t\t\"teamIdentifier\": \"<string>\",\n\t\t\t\t\"passTypeIdentifier\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4f433832-c0d9-4da5-b6f8-01d2910f1e74",
                  "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": "0f916ec2-69cd-4a6d-861f-f21f08f41648",
              "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": "8e3c6a67-85b2-4290-95b8-70853bdd8a46",
                  "name": "Apple Pass template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8e96d2d0-6b9c-44c9-a7d7-08dab0b36903",
                  "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": "aead284a-bcda-4988-89c7-2a6d63883137",
                  "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": "8ac14e8c-2b52-4c60-8cfa-6ababfb6240a",
              "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": "12086d98-4abd-4cac-841c-575ed76777e9",
                  "name": "Apple Pass template retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6968c5d7-7b4e-464e-b86c-28ac7ef02250",
                  "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": "5140684a-3fcb-41cd-ae0b-198a112cb1a4",
                  "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": "a9b5a864-6e37-474f-aba2-572aa1adfed6",
              "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": "86f1012e-08ac-4236-9bca-e41686a4756c",
                  "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": "7065ce88-7802-4577-aec6-35a4d316f3b6",
                  "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": "4e71a572-350d-452a-9270-994a9298e68a",
                  "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": "9dbd5986-b719-4058-a8f0-62faf5d6341d",
              "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": "f4af6b9e-9e43-4455-9be7-82102f762358",
                  "name": "Google Pass template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"google\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f5077086-bd57-4830-a705-6d71a54f657b",
                  "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": "7dc998eb-f8ae-4e41-a4d1-d4d77c5e87b0",
              "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": "fb668427-456c-4087-8154-76a439b35b60",
                  "name": "Google Pass templates retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"apple\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"issuerId\": \"<string>\",\n\t\t\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\t\t\"payPassId\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"apple\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"issuerId\": \"<string>\",\n\t\t\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\t\t\"payPassId\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2dfdd3c0-b31c-43c1-bdbb-044fdf7fc54f",
                  "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": "ed7d147b-43e5-49e4-b589-071ba0e0b698",
              "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": "ac619ca3-cfa6-4068-b48c-a8094ab505c6",
                  "name": "Google Pass template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"google\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "eb22b844-d624-4364-8d3c-27b784a9acca",
                  "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": "3a208462-2324-460e-84a1-ea378ad18b9e",
                  "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": "d8e238ca-2ac5-49ca-9cf2-3eab20e3d49d",
              "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": "920bafe8-3a71-4dca-8958-983fb6d700b5",
                  "name": "Google Pass templated retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"google\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6a165896-9237-4b0c-bda4-3ea212b66fc2",
                  "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": "4d2b4f9f-edcc-4c58-ab0c-a5ead7681062",
                  "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": "2b349939-fced-4597-b6e5-1fd97092fdf4",
              "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": "ee6dca54-4c73-4cc2-8970-8190e2e73a96",
                  "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": "fb39ea0f-7989-4874-87f1-423754346d75",
                  "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": "9ce06783-7462-41e5-a363-b9d53ea20754",
                  "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": "4941aa4c-0fa3-4028-9b2d-33a7d6d9cd8c",
              "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": "1db63658-172c-4499-8491-32231a5a8d2d",
                  "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": "ae6ac9c2-dd37-4c66-be5d-b3a60871801b",
                  "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": "4f7226b8-44ee-4f5e-a1a6-fe2dcaf222e3",
                  "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": "8cc11691-a2a7-4f12-a05a-d327895292dc",
              "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": "9da3e842-a7c3-4b70-beb3-a562b8b25b89",
                  "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": "f5bb728c-4bb6-4929-b113-07376602db77",
                  "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": "3d3e1554-d023-4cb4-b972-f01285691ec8",
                  "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": "496ee6f6-374d-45e0-a1d1-eb0405dad8dd",
              "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": "d7ef1fde-a6e7-446b-a2fe-00a8f4c85134",
                  "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": "0a0b81e6-f3bd-41c2-8475-47389d02723d",
                  "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": "776a281b-e01b-4562-afa9-810fe376e685",
                  "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": "5b6657c8-47cd-404d-aba1-f79e03f38ac7",
              "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": "fe88ae4e-e32f-47a0-9e5a-1ad7efb6eae0",
                  "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": "8f5ae823-e865-4f77-a993-84f8cce69702",
                  "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": "5551ccd4-9e93-4a8e-9b61-6b0a3760404d",
                  "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": "1115600e-cab1-441b-8010-942c726b0b45",
              "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": "d14524ec-3700-4717-a64a-e42faf180271",
                  "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": "486c62c6-d9b2-4217-86f2-057c9a7a8940",
                  "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": "4777bb3a-18de-4852-967b-06c68c57aac4",
                  "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": "d85d3e07-00fe-4a35-ba9f-238046f4c7e5",
              "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": "3d8d1a2c-880a-47ad-b1ad-902f78d0eb1c",
                  "name": "Apple Pass template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "078c9529-2134-4829-a61f-e598b27745d3",
                  "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": "23a92b87-3e38-4f50-8e90-cc52d3c0e72e",
              "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": "4ef58155-7f39-4fcf-adf7-af0d95aabd50",
                  "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\": \"apple\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"fileName\": \"<string>\",\n\t\t\t\t\"teamIdentifier\": \"<string>\",\n\t\t\t\t\"passTypeIdentifier\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b52b5701-393a-49ef-9efa-4fd677c20e1a",
                  "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": "dccbe922-4a4d-4fc7-b72f-5f33cf0cbd78",
              "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": "891a4468-b516-4eaa-9e8f-791b59552344",
                  "name": "Apple Pass template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "77550e42-6af5-4caf-aafe-22cb744f5683",
                  "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": "9efb7607-6ba2-4a20-bc7e-c06eda449021",
                  "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": "54bafbc3-05e9-45a4-bbaf-3ace56548f94",
              "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": "4f6e0c4f-8bf5-487b-83fb-3ccabbcf7052",
                  "name": "Apple Pass template retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d401b4b2-d2d2-4cf1-b950-359cf66955da",
                  "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": "ef4495e1-c9ce-4b31-9bbd-196b87a86ca1",
                  "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": "0238828c-2f95-4cef-8300-0bfd66077ddb",
              "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": "1d1fea09-8cff-443c-84bd-0ebe3d099389",
                  "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": "7b9538d3-2aa6-45c2-86bf-1e648eb8ea41",
                  "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": "cc06003b-649d-4709-b985-b51db8b1eddb",
                  "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": "df203e0c-579c-429a-8c55-784749442c6b",
              "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": "f2c2f727-c2d3-449c-94b6-aee6c39a57c1",
                  "name": "Google Pass template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"google\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "cf5b3bb9-b96c-465f-88aa-0fa5ef17bc24",
                  "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": "ab6cc902-1a29-4997-84c6-fc15c1522c7e",
              "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": "537eca11-0767-4abd-bdf4-6a07c32ed577",
                  "name": "Google Pass templates retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"apple\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"issuerId\": \"<string>\",\n\t\t\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\t\t\"payPassId\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"apple\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"issuerId\": \"<string>\",\n\t\t\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\t\t\"payPassId\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1f8d455a-c16c-46f5-aa72-f90f0c91901a",
                  "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": "c6bf0c13-a84c-49f4-9617-d0cad16676f5",
              "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": "1ca5d51a-14a7-486b-8b4f-969e1766d2bc",
                  "name": "Google Pass template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"google\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0cc3a2ab-1603-43a8-91e1-48fb8dd5c931",
                  "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": "db376089-187e-43bc-a5a8-50739b41314f",
                  "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": "58ec76a4-93d0-463a-a839-e67b913f0e3b",
              "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": "79f77cdb-0753-4174-b8cc-28ff45fd8da4",
                  "name": "Google Pass templated retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"google\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e18b7c27-63b9-4e84-8754-028dbdb26b70",
                  "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": "bd1cc438-7d5a-4ce7-9ec2-439344365e2c",
                  "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": "347c36bb-5fbc-43f8-bcdc-d1574a22ef53",
              "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": "4b32919b-141a-45b8-be01-07713c543cbf",
                  "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": "fe13b7c0-44d3-491e-8b03-bebf19000076",
                  "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": "3c5a28d1-908d-4315-af86-1238d6e0d37e",
                  "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": "1bd3ed1a-7039-4040-88e3-d1751da199e4",
    "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"
    }
  }
}
