{
  "item": [
    {
      "name": "General",
      "description": "",
      "item": [
        {
          "name": "Analytics",
          "description": "Specifies paths and operations for retrieving platform analytics data.",
          "item": [
            {
              "id": "f20746bf-5177-48a0-b123-2e65e529778c",
              "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": "89e6a73a-1838-4c0b-bc82-fd2e3c783173",
                  "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": "e718aab1-9074-4cbc-a210-bdf64d754386",
                  "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": "ee17471c-23e7-4369-8819-e5860dbfbd3a",
                  "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": "2adc30d6-e954-487c-916a-1c273c9fadb4",
                  "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": "b949dba7-f74b-41c9-8046-dfbd71598458",
                  "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": "e15ea72c-3375-4883-b58d-2cba3ae2282b",
              "name": "Create credential report",
              "request": {
                "name": "Create credential report",
                "description": {
                  "content": "Creates a report of credential lifecycle operations (issuance and status changes). \n\nOnly CWT and mDoc credentials are included in the report.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "events",
                    "credential-reports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"timezoneOffset\": \"<string>\",\n\t\"startDate\": \"<date>\",\n\t\"endDate\": \"<date>\",\n\t\"profiles\": [\n\t\t\"cwt\",\n\t\t\"mdoc\"\n\t],\n\t\"limit\": 1000,\n\t\"cursor\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "e2312dcf-dd4d-49c9-947d-3b9eaff72f7d",
                  "name": "Successfully generated credential report",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events",
                        "credential-reports"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"timezoneOffset\": \"<string>\",\n\t\"startDate\": \"<date>\",\n\t\"endDate\": \"<date>\",\n\t\"profiles\": [\n\t\t\"cwt\",\n\t\t\"mdoc\"\n\t],\n\t\"limit\": 1000,\n\t\"cursor\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"date\": \"<date>\",\n\t\t\t\"operation\": \"status_changed\",\n\t\t\t\"profile\": \"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\": \"issued\",\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": "9c52d3a5-94b7-47f6-ae22-0d8808466fea",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events",
                        "credential-reports"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"timezoneOffset\": \"<string>\",\n\t\"startDate\": \"<date>\",\n\t\"endDate\": \"<date>\",\n\t\"profiles\": [\n\t\t\"cwt\",\n\t\t\"mdoc\"\n\t],\n\t\"limit\": 1000,\n\t\"cursor\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e0424fd0-76cb-451c-a91f-efc3264d09ee",
                  "name": "Unauthorized. The client is not recognized by authorization server.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events",
                        "credential-reports"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "text/plain"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"timezoneOffset\": \"<string>\",\n\t\"startDate\": \"<date>\",\n\t\"endDate\": \"<date>\",\n\t\"profiles\": [\n\t\t\"cwt\",\n\t\t\"mdoc\"\n\t],\n\t\"limit\": 1000,\n\t\"cursor\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "<string>",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "bda9a46b-a264-4a9e-9d20-fec8c064a7d2",
                  "name": "Forbidden. The client is recognized by authorization server but is not allowed to access this resource.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events",
                        "credential-reports"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"timezoneOffset\": \"<string>\",\n\t\"startDate\": \"<date>\",\n\t\"endDate\": \"<date>\",\n\t\"profiles\": [\n\t\t\"cwt\",\n\t\t\"mdoc\"\n\t],\n\t\"limit\": 1000,\n\t\"cursor\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "b57d5184-1fb4-42d7-94c6-74a62c8c6484",
                  "name": "Internal Server Error. An unexpected error occurred.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "events",
                        "credential-reports"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"timezoneOffset\": \"<string>\",\n\t\"startDate\": \"<date>\",\n\t\"endDate\": \"<date>\",\n\t\"profiles\": [\n\t\t\"cwt\",\n\t\t\"mdoc\"\n\t],\n\t\"limit\": 1000,\n\t\"cursor\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Messaging",
          "description": "Specifies paths and operations for signing, encrypting, decrypting and sending messages.",
          "item": [
            {
              "id": "4ace8591-6e7a-42c4-964e-0c93728c7de9",
              "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": "3da6a172-ee54-4b9d-84dd-b1653f131210",
                  "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": "9a2a47e3-555b-4013-9615-adda6c950d3b",
                  "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": "2eba3659-9737-499e-9f4d-714bb2812b85",
              "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": "6690613b-9739-425c-b51c-52e900bad872",
                  "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": "1f099bd5-11b1-4041-ba6f-f1bad584aa9e",
                  "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": "18489199-3214-4577-aa3f-df335659b1fb",
              "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": "74abe2a0-5b54-4904-a8b9-3a6910a450b5",
                  "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": "a1ac0b38-451d-40c5-8e21-4989c78e9c14",
                  "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": "6e83a5a7-947c-41f0-87cc-217b34899cb1",
              "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": "40371688-52e2-4f95-9e84-5beaa0f73587",
                  "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": "737f77ff-02aa-407c-be9a-727e6fcff087",
                  "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": "ab13a98b-3a84-47c1-b9d5-7e1111b82713",
              "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": "909e7725-02af-4848-b3bc-11ceea29bbba",
                  "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": "acee278a-12ce-4b8c-bdcb-be2446551303",
                  "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": "737eec6b-f95b-4072-ac25-a5a75d247371",
              "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": "0728d79b-ddb9-4e27-a1e9-da303ed039d5",
                  "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": "a1296a62-ff68-4cfc-9620-9a220cdc3046",
                  "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": "0301066b-6b36-4ee1-a845-519091bcc0e8",
              "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": "00e4bd40-53f5-49c1-a208-4f938db67b8e",
                  "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": "385cbb3d-0f07-4093-8c3c-008f938180a2",
              "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": "8f022f7f-9cc3-49c1-9a27-cf311ca3353d",
                  "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": "194a17e8-4932-40bd-834f-dd8586987002",
                  "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": "a089deff-c4f2-4c51-b25e-9df6fb304725",
                  "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": "f7c6f790-c124-4a4b-9777-2efde13755d1",
              "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": "ba479d9b-1c1d-47a9-bcf5-866216684601",
                  "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": "a2923864-87c6-4fcc-91cd-e7076d2a223a",
                  "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": "d9932024-19ae-4810-b8ee-a27d1fcd5822",
                  "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": "18507f4b-f973-4855-8483-82ec485e9173",
              "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": "08570133-3361-4408-afd2-fa2d69d0eccf",
                  "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": "632885b6-2ffb-4ef3-9a63-61924c1af7f6",
                  "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": "b50d743c-f18c-4ce9-b84d-459a07d6c531",
                  "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": "7deff872-c6bd-4657-b3f6-47b7433db23a",
              "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": "fd43ef02-83fb-4ed3-87d0-e992d65773f6",
                  "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": "728fb4ed-014a-4d36-8607-acf6e3430ed3",
                  "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": "1ce1d8f3-29d5-4937-8713-54a4ee4f2ae0",
                  "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": "00171e92-f244-412a-869b-45cfc234a90c",
              "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": "8678ee12-b6b5-46e2-98d2-8723248e9721",
                  "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": "be4dacbf-4d5c-401a-877f-91736f128dee",
                  "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": "acb6508c-072c-4667-8944-12923266d60e",
                  "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": "10c0794e-2d14-49a5-999c-0acaa8d79989",
              "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": "6d3afca2-3ccc-4b70-8648-8b136c34c354",
                  "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": "087ef9ea-427d-46dd-a86e-bd5d1820cde0",
                  "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": "b1d0a1f3-0d43-4f64-af3e-c84e4281d754",
                  "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": "9e5cdd2b-30a1-4444-b612-fb30619c09ce",
              "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": "6d42f481-4c08-4d81-98f1-a53eeca04287",
                  "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": "242c00ca-17bf-43ce-ad75-78488fa5d03d",
                  "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": "a9d14ac9-d49a-42d7-9bdb-3e3e621cf9c7",
                  "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": "e583a44d-451c-4318-ab91-ac1ac7664204",
              "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": "bc1ae8ce-cc7f-49bb-93b4-8bafb34be310",
                  "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": "ed1e973f-6bf5-4ada-8ef5-4856cb340ac0",
                  "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": "4897662e-86e6-4e36-9831-db491df4584d",
                  "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": "fd199598-7a79-4a7c-a7f3-0daee79f3383",
              "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": "86c06122-8774-4e40-ae68-8ad24018929b",
                  "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": "b26ed3d2-1b25-4576-adf2-c6f34f74ae07",
                  "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": "c43579ff-0263-451f-adcb-3e75a2c8d544",
                  "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": "e5882fa1-91ea-4b53-a042-40e263744352",
              "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": "80dd2b4c-1912-4783-a67a-bc3ea642cb22",
                  "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": "0f2f75ab-7617-41eb-99a5-337a2596992e",
                  "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": "0623af33-2b2f-4d1c-b5fa-80a883fc4f67",
              "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": "3ab87fb7-5684-4246-a125-ff34d39e4599",
                  "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": "3b0f511c-163e-48ec-ae42-21cd363a905a",
                  "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": "7e8f55c7-0f5c-49fe-9989-cb8b31ed9d31",
              "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": "8744a40e-53f3-4656-a867-06c9b264c156",
                  "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": "02221c1a-4bdb-4f2b-89aa-8d0ee884caa3",
                  "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": "516ac9a4-9774-4395-b590-b483a11cefa0",
              "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": "5a49b971-2082-4f72-b016-a7c94671b45e",
                  "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": "b8ca240c-742a-43e1-b886-4ec43310b51c",
                  "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": "3a27ff59-f49e-416a-b153-362171eb523f",
              "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": "83edebc4-2380-49e4-be2b-da8a92c8a99f",
                  "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": "e4b99dd3-dbd6-45f8-b18e-9662a00cc26a",
                  "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": "f934c459-3cd9-4251-a041-b2537b3f74ad",
              "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": "21d923f7-36aa-4e50-912c-25a979304471",
                  "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": "0e18065c-f14b-475d-abf4-25f6ee9618e8",
                  "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": "5ae5485e-63d6-4f12-b46f-02899b8453fe",
                  "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": "29ac631d-8119-434c-98b9-31e5c5cd063a",
              "name": "Create Webhook",
              "request": {
                "name": "Create Webhook",
                "description": {
                  "content": "Creates a new webhook for this tenant.\n\n### **Analytic events**\n* WEBHOOK_CREATE_START\n* WEBHOOK_CREATE_SUCCESS\n* WEBHOOK_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "webhooks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"events\": [\n\t\t\"OpenIdCredentialIssuedSummary\",\n\t\t\"OpenIdCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "4e250964-3729-4190-99f1-782ae1c8fb70",
                  "name": "Webhook created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"events\": [\n\t\t\"OpenIdCredentialIssuedSummary\",\n\t\t\"OpenIdCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"events\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": false\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f7d28f2e-039c-405e-a9ea-085df2cd3fe5",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"events\": [\n\t\t\"OpenIdCredentialIssuedSummary\",\n\t\t\"OpenIdCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "527e79ad-8b6f-4be9-9903-54ef8914285d",
              "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": "50c55db3-ba79-4378-828c-17fc1b595fd1",
                  "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": "78ab1c86-cf4b-42b4-85e4-136c831d8f59",
                  "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": "b79b7619-f588-47b5-b262-920a245f3879",
              "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": "4dc5e4ca-f122-4f64-b7a1-fd26bf5354a4",
                  "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": "bb1752c3-c474-4b4d-8846-4d08ca4b5c3e",
                  "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": "18a5cdae-48d8-485e-a94f-cb3266b87059",
              "name": "Update Webhook",
              "request": {
                "name": "Update Webhook",
                "description": {
                  "content": "Updates an existing Webhook by providing its ID.\n\n### **Analytic events**\n* WEBHOOK_UPDATE_START\n* WEBHOOK_UPDATE_SUCCESS\n* WEBHOOK_UPDATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "webhooks",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Webhook ID",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"events\": [\n\t\t\"OpenIdCredentialIssuedSummary\",\n\t\t\"OpenIdCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "b245c9d8-1f7a-4a19-af1b-8733b9f7bf3e",
                  "name": "Webhook updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"events\": [\n\t\t\"OpenIdCredentialIssuedSummary\",\n\t\t\"OpenIdCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"events\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": false\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f7ad993b-1808-4d8d-a73a-ad69670a4a08",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"events\": [\n\t\t\"OpenIdCredentialIssuedSummary\",\n\t\t\"OpenIdCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fab0e347-21ce-4d9e-bed7-948c7950f7a4",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "webhooks",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"events\": [\n\t\t\"OpenIdCredentialIssuedSummary\",\n\t\t\"OpenIdCredentialIssued\"\n\t],\n\t\"url\": \"<uri>\",\n\t\"disabled\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a03ea057-7958-4bf7-813e-f31315311222",
              "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": "776b2c16-f948-4285-9556-6d59c107ff6c",
                  "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": "e2633529-523c-493d-8201-f0e96ddc6a0a",
                  "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": "346036a0-f12f-4912-9048-2c77576ad402",
                  "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": "944f823a-44be-4936-92f4-a7289c5764d8",
              "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": "398090fa-cf1b-4bae-a0fb-792aae6d1d0b",
                  "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": "b520c9f5-7a2a-4e2d-8a23-6703042f6e97",
              "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": "db296db6-7656-4897-b5b3-6699d59c0b50",
                  "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": "27ae1e53-a7ce-4a7d-b67e-79f2ffeb3a4a",
              "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": "0a877612-d1cd-433b-852e-a7772df3621d",
                  "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": "b2e9e450-e4dd-4fe3-8a24-514a532fab81",
                  "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": "a6fa7099-a69e-417c-bd13-f13f7c66d1ed",
              "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": "36a7edb2-a5cd-48b7-add2-1463856c6856",
                  "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": "3a18cf80-10ff-4654-9925-925ad7216b23",
              "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": "8a113106-d87b-49e4-864d-11f799f2b995",
                  "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": "63547b1d-c4cb-445e-a722-8b6c99a898c5",
                  "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": "13289706-8ebf-4405-9a73-7d09a9f6669f",
              "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": "2aa17d14-2191-485b-8b15-0878b1c0a63b",
                  "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": "648006f5-70dd-4c25-91db-1011db6211a6",
                  "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": "857bc0fd-a365-4d3e-b648-7d7f024b1d7a",
                  "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": "bff94706-8321-4914-a67c-03f59e4e23d4",
              "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": "dfb2456f-2c27-4982-b481-6d1b6572a9e1",
                  "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": "641ca0a4-97af-49ed-97dd-057ac867891b",
                  "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": "3936cb03-0313-4a81-b605-cfa15f82bfa6",
                  "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": "72707712-1b86-4d8e-b612-f9fb21fc604c",
              "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": "28f4482c-5b47-4535-ace8-bc1fdabb85a1",
                  "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": "e9e67310-fed5-47fe-9acb-436e5c30767f",
              "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": "556de6a4-d682-48c8-81a0-13fd9669436a",
                  "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": "32f02441-a40f-4028-b576-47bda0d26850",
                  "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": "2ab07ceb-fa44-4452-aee1-001e4fae8515",
                  "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": "7c22712d-7c65-42c1-8e14-9340679fb68d",
              "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": "d7505f7e-02ea-4924-9075-4d4b9d85e1cc",
                  "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": "d4580d1c-9b36-4171-972d-1face4f5f93e",
                  "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": "0e3f0245-9de4-49b1-a43b-1fd09caec848",
              "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": "93430732-3465-414a-82bb-5382b75ade56",
                  "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": "62f43469-08a9-47f1-9b42-1b36bcf0abca",
                  "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": "59eef0f9-5d3a-4f8b-a39d-320cfe9cc5fc",
                  "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": "1bd6d9f6-76b2-4287-88a9-52986006f623",
              "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": "2fa9678b-ba88-4470-8d85-76b4524256c9",
                  "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": "e311c4a5-386f-4ac5-a011-cd1786e499ae",
                  "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": "d8e2eb76-fc94-4fd4-8fcd-598e0ce9b3a8",
              "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": "ecf80d4a-eafe-4708-890f-cefb3ba7f474",
                  "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": "0479f75f-d90c-4171-8a05-69f80c755516",
                  "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": "36741f23-ba39-45dc-937b-b97894e3e4d6",
              "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": "a9c1f5d5-e0f6-42de-89c0-8d8be329d0a8",
                  "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": "3f70db2a-852e-40fd-8bbf-f2b18e3a88d3",
                  "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": "1c289097-a9bf-4365-bede-3785a7756028",
                  "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": "9b6ee1db-1e36-471d-9ea3-55ba3057d770",
              "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": "8f982937-1b1d-4f46-95a7-c58be4bf403e",
                  "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": "a64c21eb-2268-4ae0-a587-74c429ef3b7f",
                  "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": "4768f8c8-88c4-46f3-86bc-2736af7bef74",
              "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": "35a80a34-a460-4a23-9a4c-fcc08e854289",
                  "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": "50565327-3f5e-46b0-a4c4-bbf0b8467838",
                  "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": "6d900723-b160-43af-8063-eceddf2b25f3",
                  "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": "54800fa4-9132-42a5-ab0b-865b1b929eb6",
              "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": "8abd541f-7bbd-47ac-be03-63cfcc33b694",
                  "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": "da93ec3b-6bc2-4314-b021-3eaa5514550b",
                  "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": "6d71b3cd-9eb4-4ef7-8d76-e93ba0720e4b",
                  "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": "2f469776-5c1f-4530-8cb5-eb030f5dcf47",
                  "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": "5900e71e-72b7-48cc-937b-c1eaa9d4eb0a",
              "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": "1e557b1f-c16d-49a7-8b1f-1f802566db10",
                  "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": "f42562d4-5248-46f7-81e6-370038661873",
                  "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": "dc076ef2-7ebe-4c5c-b486-bb3aa29501db",
                  "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": "d06e8a26-7420-4a8c-b121-df37e4b57815",
                  "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": "eafaaf94-699b-4ba5-bd30-bdada25e1daa",
              "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": "956b0b0b-596d-463f-9381-189c41620020",
                  "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": "6fd48845-0130-4e71-bf58-b14685eb3c3d",
                  "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": "615b8e6f-d378-4fa9-aebc-6b17731985b4",
                  "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": "d2bb8dd8-aa0d-4b1f-b488-4412ab5e6bf0",
              "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": "9751ea30-0ce4-4af0-85f9-31abf833212e",
                  "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": "6b1fa73d-65ad-42ff-8705-b64e7329faeb",
                  "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": "c90f73a4-a58b-410e-b699-3eddd7ed91c1",
                  "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": "449e2aba-2481-4cd6-86b8-bd05c5fd2bb2",
              "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": "92b9916d-00cf-42f3-aab1-64082b49d10a",
                  "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": "3aba330d-10fa-452d-b8ce-f08e9ac0dcd6",
                  "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": "ed65d885-1d2b-4f5e-9edb-d3bef14a7846",
                  "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": "b954083c-7af0-4731-be44-87bad3ff9da5",
                  "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": "10390416-62c6-4b19-a71a-35988658dfae",
              "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": "6bf8271e-20ec-43f6-9ecd-89b89e83f6cf",
                  "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": "bf5549ea-4171-4645-939c-fe53b11323e6",
                  "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": "c4c439f8-b4bc-456e-a866-4893650fef71",
                  "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": "bdc15ce3-5d2e-46a6-9194-abe90446be1b",
              "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": "84b99396-c27f-49bb-b1e1-5791ef95e32a",
                  "name": "Participants retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"identifiers\": {\n\t\t\t\t\"web-semantic\": \"<string>\",\n\t\t\t\t\"compact-semantic\": \"<string>\",\n\t\t\t\t\"compact\": \"<string>\",\n\t\t\t\t\"mobile\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\t\t\"status\": \"Inactive\",\n\t\t\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"isIssuer\": false,\n\t\t\t\"isVerifier\": false,\n\t\t\t\"isIssuerConstrained\": true,\n\t\t\t\"isVerifierConstrained\": true,\n\t\t\t\"status\": \"Inactive\",\n\t\t\t\"country\": \"<string>\",\n\t\t\t\"stateOrProvince\": \"<string>\",\n\t\t\t\"organizationAddress\": \"<string>\",\n\t\t\t\"organizationPhoneNumber\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"identifiers\": {\n\t\t\t\t\"web-semantic\": \"<string>\",\n\t\t\t\t\"compact-semantic\": \"<string>\",\n\t\t\t\t\"compact\": \"<string>\",\n\t\t\t\t\"mobile\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\t\t\"status\": \"Active\",\n\t\t\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"isIssuer\": false,\n\t\t\t\"isVerifier\": false,\n\t\t\t\"isIssuerConstrained\": true,\n\t\t\t\"isVerifierConstrained\": true,\n\t\t\t\"status\": \"Inactive\",\n\t\t\t\"country\": \"<string>\",\n\t\t\t\"stateOrProvince\": \"<string>\",\n\t\t\t\"organizationAddress\": \"<string>\",\n\t\t\t\"organizationPhoneNumber\": \"<string>\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4a880269-dbbd-4e51-9129-026c96631bab",
                  "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": "e4694b9e-252a-45de-8370-e447d68ee45d",
                  "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": "1bb38b7b-0484-49e0-8fab-acd45240e8d6",
              "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\": \"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}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "8b5f00b2-7143-4e8f-8e4a-85a8ec9ea526",
                  "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\": \"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}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Active\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a323b19d-768c-491f-8bb9-bf9ac5576cf1",
                  "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\": \"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}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f508c2db-109d-457b-8971-fac15ef2eff1",
                  "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\": \"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}",
                      "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": "cd128d3f-e3db-4479-ab2d-2514d2c9facf",
                  "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\": \"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}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b6e5f7cd-6724-4510-92a7-b04b71c17521",
              "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": "daaab618-76f7-45db-acc9-3d758fb31b1c",
                  "name": "Participant retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Active\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "475423e2-d306-4789-9801-7aa47ed0d8a0",
                  "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": "55ab889f-8d84-4edf-97f8-dfb361c97eaf",
                  "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": "1245de94-d9c9-42ce-9714-cb04028992d5",
              "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\": \"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}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "af6888e6-5a78-4283-923f-c2e94d91693b",
                  "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\": \"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}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"identifiers\": {\n\t\t\"web-semantic\": \"<string>\",\n\t\t\"compact-semantic\": \"<string>\",\n\t\t\"compact\": \"<string>\",\n\t\t\"mobile\": [\n\t\t\t{\n\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\"status\": \"Active\",\n\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"isIssuer\": false,\n\t\"isVerifier\": false,\n\t\"isIssuerConstrained\": true,\n\t\"isVerifierConstrained\": true,\n\t\"status\": \"Inactive\",\n\t\"country\": \"<string>\",\n\t\"stateOrProvince\": \"<string>\",\n\t\"organizationAddress\": \"<string>\",\n\t\"organizationPhoneNumber\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "faff31cf-ea1c-4341-a980-27235da99a1f",
                  "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\": \"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}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9d90f493-131d-4815-9dee-aaf44f46c5b0",
                  "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\": \"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}",
                      "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": "2962fbf4-1583-4cd5-8501-64e83d7f11d8",
                  "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\": \"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}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9b83737e-63d5-48b3-a1f1-048f0fbd6637",
              "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": "8a18e6ab-96e6-4e3e-abcf-4c5ef28cce6c",
                  "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": "d682664b-a1ce-4e7e-991f-fa2dab1de99e",
                  "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": "ba188d91-e176-45ed-83c9-7735c25d73d4",
                  "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": "01f3bcfe-b83f-41dd-9064-78e29f3ff8a2",
              "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\": 9025.225053595204,\n\t\"ecosystemId\": 8961\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "d622ee1f-30a5-4e64-9da9-5bbe73656035",
                  "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\": 9025.225053595204,\n\t\"ecosystemId\": 8961\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"profile\": \"compact\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9bba8368-9381-4dac-9732-5971b8918e60",
                  "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\": 9025.225053595204,\n\t\"ecosystemId\": 8961\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a1aaf2e5-640b-4109-a97b-8b486465371d",
                  "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\": 9025.225053595204,\n\t\"ecosystemId\": 8961\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": "2e4d893a-a053-4043-b705-617e237e0523",
                  "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\": 9025.225053595204,\n\t\"ecosystemId\": 8961\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [],
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "6cf42d78-c263-46f5-bd5a-8abe001408ce",
              "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": "310cd3cf-7a65-494d-8a56-f359fc3163b9",
                  "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-semantic\",\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\",\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": "0197981d-a5dd-4f3e-a9b2-22db9388b09a",
                  "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": "f64b3031-2813-446c-b013-3a3c8c1c5921",
                  "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": "107dde7d-accc-41a5-b725-090a0a67b8a0",
              "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": "dca7c8b5-cc71-4649-a8fd-ec5fd186ff35",
                  "name": "Credential type retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "credentials",
                        ":credentialId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"profile\": \"compact\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e47c2297-a5b9-4730-80bb-896cca6b323b",
                  "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": "d57fd94c-af28-4c1f-865a-3398ed022cb8",
                  "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": "38acc875-9efd-4dec-9c0f-6a307678040a",
              "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": "ad9246ee-2eb3-4e59-8915-8e0e98bab06e",
                  "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": "89dcf566-45ce-44d3-b587-570a9ba20e79",
                  "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": "dfcd8870-6d29-4b43-8b00-f89727a2f76f",
                  "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": "617ad7a1-1e1c-48e0-a2b8-51dd29762113",
              "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": "3d006ae4-7a81-4dc0-8bbf-16ea46477bf5",
                  "name": "Issuer policy created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "issuer",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credentialId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"profile\": \"compact\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2998e3f3-c1da-45f5-a59d-a03bee5b840d",
                  "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": "4f863a1b-a9a5-4fdc-bc80-1fa606fdf34b",
                  "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": "b14a85f4-7b2b-4b2b-bd98-0bae92a7fe50",
                  "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": "2f359779-9a3e-4274-bd35-6295d72753b1",
              "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": "8433f16e-bfce-4695-8aa5-2c7621d5b4b7",
                  "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": "a620c258-653e-4926-a890-839bdffe60ce",
                  "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": "74b4dd12-2977-407b-8a68-4463b4dde471",
                  "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": "26f37b01-59a4-46df-a5c6-b3a722eb2c90",
                  "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": "e561b18e-c058-4f51-9b3e-ae379cb1225d",
              "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": "a182211c-2dfe-4576-a17f-72e8a5176847",
                  "name": "Verifier policy created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "verifier",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"credentialId\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"ecosystemId\": \"<uuid>\",\n\t\"profile\": \"compact\",\n\t\"type\": \"<string>\",\n\t\"name\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "168737ca-ec2c-41da-b392-bd63e53b70af",
                  "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": "a3b36ef6-eb9a-43ed-bec9-088f4cb29ac3",
                  "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": "90fd4c23-dce9-4272-974e-3ed9f32e8e18",
                  "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": "0dc2caf4-cf02-414a-9b5e-a1b93386d562",
              "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": "87e9a820-d1eb-4854-a76b-7a7e79d28abd",
                  "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": "29be1b42-4936-4cdf-8aae-649de9419109",
                  "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": "ab78fd24-57f4-4d8c-925b-9822783d892f",
                  "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": "721c87ee-6c09-463a-9a63-240088eeef80",
                  "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": "6c415da8-44dc-4cc4-9380-fce27686bd57",
              "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": "ebf3d03f-775e-4a9f-a1a4-884894bc0c83",
                  "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": "a3a6368c-b8f2-4d10-b290-f140c7ecb4f1",
                  "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": "b91845a0-521b-4aca-8435-8f0bf0f28927",
                  "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": "17ddf595-248c-4a28-ba65-b9b4cb6ece96",
              "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": "48a7d3d7-26cd-40af-9330-991de47421f0",
                  "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": "647da8cb-1d75-4833-ae34-7f9938407dfa",
                  "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": "cddfe439-4c60-4b19-8c5a-7cce3f17cb01",
                  "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": "94da5cc1-86c7-4978-983d-1531f84feecb",
              "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": "86b2684d-f7db-4361-a5e8-711ffbc19885",
                  "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": "39905b7d-db75-4696-88a7-a199cbab8619",
                  "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": "ac2ea6fe-def5-4534-8f0a-af5bd83e75c2",
                  "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": "9743969f-0553-43be-ab15-8cd20f43180c",
              "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": "71c95350-c4d5-4839-946c-e5cb581aa6e3",
                  "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": "4adabb76-a5a8-4d48-8350-93e8ec10326d",
                  "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": "512661d8-56a7-4d69-88db-2af9200cc67c",
                  "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": "78916f3c-0f50-4e05-9a37-6d7d085e1517",
              "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": "093cbf5b-8f2a-411f-9fe3-7a983b6e6486",
                  "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": "cde2684a-da67-468e-a979-0597476e77bb",
                  "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": "fd94832d-8451-4dff-9a5a-1b1b0cf83714",
                  "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": "7f3b700b-1d8f-4dc8-989e-1e4b3ebf4e11",
              "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": "1390ca70-e53e-48dc-8740-415a5ccf467d",
                  "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": "bd70ff0f-8341-4573-ab98-58ec4e47dd1f",
                  "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": "180ad8da-78da-48cb-9459-665908911257",
                  "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": "a08402ea-3649-4c81-a3c2-f440eec1306e",
              "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": "2183f625-fb94-47be-85e4-346b213be593",
                  "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": "ee61279d-b229-415d-82ab-9463834bed5b",
                  "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": "77cfb5c9-aecb-489a-a53e-98fca6b41bb7",
                  "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": "0a17e91f-38cd-46fe-afcb-6a40a15dd381",
              "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": "35130237-ec87-48b8-aeb0-82aabac87535",
                  "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": "629b01c2-cf52-497b-ad60-0112f0d868c6",
                  "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": "7b3fdb25-b036-4b72-ac6f-4a6b46fdcab9",
                  "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": "3dd9d908-f1db-489f-895c-f9c2b290f5b4",
              "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": "3d21f04a-338a-47be-a30b-5d565695bfc7",
                  "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": "c7e67276-7c41-4927-895f-d5fc11d95f73",
                  "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": "9fdd4cab-d5d2-441c-aa2f-61cc12cb8bb2",
                  "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": "da9fe4ec-0b33-4fa7-afae-574ca25a6cc5",
              "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": "e3830fab-9183-4c83-b056-cffb26494cb8",
                  "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": "6a950b49-3248-4506-b70a-9edd52db19ca",
                  "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": "e1eb6b96-5437-4290-9765-da6eb22eb776",
                  "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": "eb8a8a32-5d19-4d65-a98a-48aed3ef6676",
              "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": "03ee984b-eb3e-4120-a3d6-9594ea494bc8",
                  "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": "89638d5b-d3c0-4965-914e-88f2eba7e37f",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "ecosystems",
                        ":ecosystemId",
                        "participants",
                        ":participantId",
                        "evidence",
                        ":evidenceId",
                        "download"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        },
        {
          "name": "Policy",
          "description": "Specifies paths and operations for publishing and retrieving an ecosystem policy.",
          "item": [
            {
              "id": "8e84f47a-ab90-4fa0-b7c1-592ea8210542",
              "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": "461e7256-0c9f-4060-83f7-464cba57db39",
                  "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": "ce5ffa1a-e0f9-485e-bca6-407e703ac30a",
                  "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": "361c1f28-0595-4063-b173-debfece33f0e",
                  "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": "79dafd07-5fd1-452a-a5a5-aeb0385e4a16",
                  "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": "ce75c9bf-4514-4d7f-aad6-f4d74be37920",
              "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": "254e7f18-6793-4fa2-8dcc-ec6e1ef591f8",
                  "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\": \"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\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": "8d1c033e-c43f-4e9e-814a-38355128a567",
                  "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": "c66121fd-cf5d-43f0-937e-75a0cbb94684",
                  "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": "6cfa7a10-a0fc-4b44-9138-fd71286f41a6",
              "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": "d0df1546-50f8-4db0-90ee-9172663f8bc0",
                  "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\": \"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\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": "6524eaae-fd56-466b-a332-542ea44c7133",
                  "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": "167c6eea-cc40-4944-8078-03100afb2761",
                  "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": "5c953681-7c7f-49e7-aa02-8bffb8429c6f",
              "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": "20950875-9ef9-4fd1-acee-bcfa9470c3a2",
                  "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\": \"web-semantic\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"name\": \"<string>\"\n\t\t}\n\t},\n\t\"participants\": {\n\t\t\"a24e391a-c27f-4b6e-9805-1ee7e03f3c58\": {\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"ecosystemId\": \"<uuid>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"identifiers\": {\n\t\t\t\t\"web-semantic\": \"<string>\",\n\t\t\t\t\"compact-semantic\": \"<string>\",\n\t\t\t\t\"compact\": \"<string>\",\n\t\t\t\t\"mobile\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"certificatePem\": \"<string>\",\n\t\t\t\t\t\t\"docTypes\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"status\": \"Delisted\",\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": "28f512fd-784b-49d8-bdfd-003d2a1ad71e",
                  "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": "25c279b9-62d2-4c39-b515-f0620b3e7b59",
              "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": "2b32798b-3e2d-46b7-b036-be2e060d7c7a",
                  "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": "7b2c7786-a6ac-4b70-8c9e-e43eae8f2b71",
                  "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": "411509dd-9faa-4012-a18f-af1666808d7d",
                  "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": "76bb305b-629f-489f-a14c-7f0c58abd2ed",
                  "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": "4cf2926d-a546-4964-833c-21b7472cdb84",
              "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": "bac940c9-d795-4aaf-a4f8-5e93a26471c9",
                  "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": "84957bd3-2a2f-4036-8d1f-1c1614798dc3",
                  "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": "3f4f8937-a959-4844-b007-e09937677fed",
                  "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": "ca96028b-a8f9-4819-b64c-5d3e88f9a2f3",
              "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": "00a6a76c-3db6-44a6-8d62-1315b2bb257e",
                  "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": "7c235d8c-4ca1-4b45-b1b6-e3208e2c68a0",
                  "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": "23c7f45e-e5a4-4b17-b54a-65d87a69166c",
                  "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": "89ad5639-afcc-4c21-853d-24e4699e9558",
              "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": "3f98829f-e387-4a76-8232-d5510fcaeb87",
                  "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": "03fe627b-4ea0-41dc-8f6a-d672f3997a5c",
                  "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": "d92f7a88-3640-4abb-8389-520c78f608c2",
                  "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": "f6b37697-d5fe-454e-83ed-72ad7eccd1b1",
              "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": "ddf0967f-08ee-490a-ac1a-e4412ad92111",
                  "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": "3f58a611-1162-4d52-898d-441de2049bff",
                  "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": "12859340-6258-44f2-8c40-2a90f970390d",
              "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": "3120352c-a922-4055-b182-ede349ef52dd",
                  "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": "ca15518c-7243-4848-9915-02fef00ead90",
                  "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": "a11fa728-ab57-4849-ace5-7f41aacde13f",
              "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": "bf32ebde-909b-486d-b495-78a3c56493ee",
                  "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": "2a2094ad-0931-4684-9ce9-8be16e79d169",
              "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": "ed3e2eef-241c-40a3-8d06-55b7e6f5999b",
                  "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": "2c1b31d1-71bb-43ad-a1c8-c8c571a12d7f",
                  "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": "b2870ccf-459e-4f4b-ae58-89d9276ab6ad",
              "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": "9a73765e-26e9-4dfc-8eee-6554ca26eb42",
                  "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": "71dba157-9c04-48fa-bed3-cc12389c5ba9",
                  "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": "f62dfda6-d0a5-4eb8-8886-c9e1acc9976d",
              "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": "fdcd41ab-e211-4871-b2cb-b07c5137fe38",
                  "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": "ca354a2d-e36b-4b7d-87ff-1e753f0ced50",
                  "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": "b9fa81bc-3827-41fb-af04-06e6308a4d8e",
              "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": "fd0da8f3-ec1f-481b-8576-93b092b5cfeb",
                  "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": "8b7ce5f1-0caa-4ff9-99ad-ac22bb333452",
                  "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": "d9374603-c2ea-421d-98ee-40afaf9a82e3",
              "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": "e8407d5f-52e2-4db6-be5b-9b9aae3da6fd",
                  "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": "f9675185-1b64-4978-9092-5be4c2d3a599",
                  "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": "41a3e758-46a1-417e-a882-5c7b94bd8fad",
              "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": "878e2de7-5202-4f60-bf81-f6dee9c62b62",
                  "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": "8c496cb1-38ba-4e36-87fa-b58b72ca2d29",
                  "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": "24dd4658-96c8-442a-b7a8-8deed26d719c",
              "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": "289cda09-0380-437f-885e-fecb71ad13af",
                  "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": "28351372-7839-4367-8cf5-d305482f49c6",
                  "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": "aeb9bdbb-0938-4020-b754-3a4711d20a0d",
              "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": "ae97d7f8-ef86-416e-a4e4-e9c046044d46",
                  "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": "fc8b572b-c84f-40d5-af02-20c763aff589",
                  "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": "6f854b27-b821-45ff-b4fa-9250634e7dc5",
              "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": "98a84e75-d8e7-4a53-95af-786e421b07ef",
                  "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": "d4a28939-4362-4904-a769-a47161a1567c",
                  "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": "7c336f4c-73f6-4e77-ae80-f1ff009a5f5c",
              "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": "227d26a6-4ac1-478b-ad54-f51bbf81cde5",
                  "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": "8b390f2a-43da-4bff-8048-6c17cc50f488",
                  "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": "69d11948-2610-4b70-b5e9-035c1ffaf81a",
                  "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": "34508bbc-c024-4efe-a75b-4e6eb2655a1a",
                  "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": "e59570b6-7a96-4df3-b43f-b1f6ddf74d45",
              "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": "bc7ec532-2d00-4dd4-aa6e-7b3dff7c1dcd",
                  "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": "8c368e0f-9369-43f1-9010-4c1f051a31fe",
                  "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": "9d7c8ef5-56fe-4d30-a1dc-c0f18204192c",
                  "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": "55bcdf11-055d-447f-a590-3af52b339adc",
              "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": "c6595561-cb18-43a3-98aa-d10f1efc1808",
                  "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": "6d23cc50-c59f-4d84-a35f-b7d501e7ff39",
                  "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": "82bc25ff-ef40-4bc0-ad88-066240829250",
                  "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": "c33a0e0d-9449-489a-9b92-30119c489043",
              "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": "6d8ce2e2-6990-4117-b73f-018a29d0f702",
                  "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": "e9010da7-851e-4961-a0dc-718fc1eade7e",
                  "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": "b48215f8-2ee9-48ea-9269-ecdc34f7c254",
                  "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": "e67776f4-4233-4330-a307-bbbc9cec15b4",
              "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": "863dceca-d030-44d6-a92d-811124c5fe09",
                  "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": "24f6759b-24c6-41b7-b5c8-48e715db37f5",
                  "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": "c3c35f5c-8f60-4575-b6a5-6e3a15154be4",
              "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": "1ed2bada-233b-4887-b967-5ad280c151d1",
                  "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": "e8350aba-1398-4d32-8960-1983a0b2db6d",
                  "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": "713b8d26-15d3-4184-a7f2-5d20ce09f1fe",
              "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": "6759410a-2da1-4845-aea1-93cd112205a1",
                  "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": "de806bba-e0e2-4a58-b30f-7d130365c694",
                  "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": "208a6be7-6ce9-4295-b131-9ef13847235f",
              "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": "af0f8830-e3ca-47ad-8985-7432fc0cfaa2",
                  "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": "ff041535-4111-435d-a80d-74c1804dfa1d",
                  "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": "de3609a0-fe24-405c-bfd7-cfd5492b312d",
                  "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": "025834f4-bb17-435c-a980-d8322bc3e20f",
              "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": "61244a6d-54d7-4d56-a28d-5012f17e9e95",
                  "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": "0b4bf11a-17a6-433e-9f2b-ffefe6f04544",
                  "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": "94aa85e3-4f9d-4d29-91d4-02ff69e6d223",
              "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": "e633f48b-da61-41dd-99a9-d4df15ad13ca",
                  "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": "bccd37d8-3f8b-4f92-b79f-1bf5884eee4d",
                  "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": "b9ce8a8d-e8db-4b5b-93df-daf89708adc1",
              "name": "Sign a Semantic CWT credential",
              "request": {
                "name": "Sign a Semantic CWT credential",
                "description": {
                  "content": "Returns a signed Semantic CWT credential generated from a provided valid payload.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_SEMANTIC_SIGN_START\n* CREDENTIAL_COMPACT_SEMANTIC_SIGN_SUCCESS\n* CREDENTIAL_COMPACT_SEMANTIC_SIGN_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact-semantic",
                    "sign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"payload\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\",\n\t\t\t\t\"key_1\": \"<string>\"\n\t\t\t},\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"@context\": \"<string>\"\n\t\t},\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\"\n\t},\n\t\"revocable\": false,\n\t\"isRevoked\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "8ad7848c-f305-4950-abaf-fb50cfddd32f",
                  "name": "Semantic CWT credential signed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\",\n\t\t\t\t\"key_1\": \"<string>\"\n\t\t\t},\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"@context\": \"<string>\"\n\t\t},\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\"\n\t},\n\t\"revocable\": false,\n\t\"isRevoked\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"encoded\": \"<string>\",\n\t\"decoded\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"nbf\": \"<number>\",\n\t\t\"jti\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"@context\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"type\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\"\n\t\t\t}\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": "006a7303-4e38-459e-93d3-4355ee2ffccd",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\",\n\t\t\t\t\"key_1\": \"<string>\"\n\t\t\t},\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"@context\": \"<string>\"\n\t\t},\n\t\t\"nbf\": \"<number>\",\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\"\n\t},\n\t\"revocable\": false,\n\t\"isRevoked\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "46b9109c-bf8a-4756-9de0-eaea9d2aa412",
              "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": "30359df7-4af6-447a-bd44-6905dad84b2d",
                  "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": "60a0add4-7ab2-410a-bc41-659cfab5ded0",
                  "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": "cfaab493-f24c-45da-8775-9511718c03e3",
              "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": "0a1b1bfd-1e21-43d1-8aae-5ce6bd65c571",
                  "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": "610fca86-5cfb-4d32-94cd-5f8cc6d0c384",
                  "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": "82925332-dc1b-4316-b24d-95cd641fbc09",
                  "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": "586db96c-dc3b-4815-853f-6a1698d4ba2f",
              "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": "621377d2-bcfa-40dd-b0b5-25f153f25298",
                  "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": "b9052efe-69d7-4163-8151-ab5c8014d5dd",
                  "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": "e2b1a5db-8bf7-45c9-b099-bb4ebe2b0495",
              "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": "2e8f44f0-b517-400e-9ce2-fdb0fff32143",
                  "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": "3a9b6b1d-ea9f-49ce-9483-4c9633308c26",
                  "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": "959146ce-f2ba-45d1-afc3-e734f587383a",
              "name": "Sign a JSON credential",
              "request": {
                "name": "Sign a JSON credential",
                "description": {
                  "content": "Returns a signed JSON credential generated from a provided valid payload.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_SIGN_START\n* CREDENTIAL_WEB_SEMANTIC_SIGN_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_SIGN_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "sign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"payload\": {\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuer\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\"iconUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialSubject\": {},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"credentialBranding\": {\n\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t},\n\t\t\"expirationDate\": \"<string>\",\n\t\t\"issuanceDate\": \"<string>\"\n\t},\n\t\"proofType\": \"BbsSignature2022\",\n\t\"tag\": \"<string>\",\n\t\"persist\": false,\n\t\"revocable\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "07ab9bef-aec3-4bce-8124-bf688fada70c",
                  "name": "JSON Credential signed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuer\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\"iconUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialSubject\": {},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"credentialBranding\": {\n\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t},\n\t\t\"expirationDate\": \"<string>\",\n\t\t\"issuanceDate\": \"<string>\"\n\t},\n\t\"proofType\": \"BbsSignature2022\",\n\t\"tag\": \"<string>\",\n\t\"persist\": false,\n\t\"revocable\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"credential\": {\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\"credentialSubject\": {\n\t\t\t\"givenName\": \"<string>\",\n\t\t\t\"familyName\": \"<string>\",\n\t\t\t\"alumniOf\": \"<string>\"\n\t\t},\n\t\t\"proof\": {\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\"jws\": \"<string>\",\n\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\"verificationMethod\": \"<string>\"\n\t\t},\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuer\": \"<string>\",\n\t\t\"credentialStatus\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\"\n\t},\n\t\"issuanceDate\": \"<string>\",\n\t\"tag\": \"<string>\",\n\t\"credentialStatus\": {\n\t\t\"id\": \"<string>\",\n\t\t\"type\": \"<string>\",\n\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\"revocationListCredential\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9a79a793-310a-42db-b93a-5c03015b60df",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "sign"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuer\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"logoUrl\": \"<string>\",\n\t\t\t\"iconUrl\": \"<string>\"\n\t\t},\n\t\t\"credentialSubject\": {},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"credentialBranding\": {\n\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t},\n\t\t\"expirationDate\": \"<string>\",\n\t\t\"issuanceDate\": \"<string>\"\n\t},\n\t\"proofType\": \"BbsSignature2022\",\n\t\"tag\": \"<string>\",\n\t\"persist\": false,\n\t\"revocable\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ]
        }
      ]
    },
    {
      "name": "OID4VCI",
      "description": "",
      "item": [
        {
          "name": "Authentication provider",
          "description": "Specifies paths and operations for managing Authentication providers for OID4VCI workflows.",
          "item": [
            {
              "id": "c2aa2a13-a032-4c2a-92db-68e7dd70f8ff",
              "name": "Configure an Authentication Provider",
              "request": {
                "name": "Configure an Authentication Provider",
                "description": {
                  "content": "Configures an Authentication Provider on the tenant.\n\nAn authentication or identity provider (IdP) is a platform that is typically used to store and manage user accounts on behalf of an organization or a service provider. MATTR VII uses the authentication provider to authenticate end users before issuing them credentials.\n\n<Callout>\nOnly one authentication provider can be configured on a tenant.\n</Callout>\n\nThe `/.well-known/openid-configuration` endpoint of the Authentication Provider must contain values for the `authorization_endpoint`, `token_endpoint` and `scopes_supported`.\n\n### **Analytic events**\n* USER_AUTHENTICATION_PROVIDER_CREATE_START\n* USER_AUTHENTICATION_PROVIDER_CREATE_SUCCESS\n* USER_AUTHENTICATION_PROVIDER_CREATE_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "users",
                    "authentication-providers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\",\n\t\t\"key_341\": \"<string>\",\n\t\t\"key_342\": \"<string>\",\n\t\t\"key_343\": \"<string>\",\n\t\t\"key_344\": \"<string>\",\n\t\t\"key_345\": \"<string>\",\n\t\t\"key_346\": \"<string>\",\n\t\t\"key_347\": \"<string>\",\n\t\t\"key_348\": \"<string>\",\n\t\t\"key_349\": \"<string>\",\n\t\t\"key_350\": \"<string>\",\n\t\t\"key_351\": \"<string>\",\n\t\t\"key_352\": \"<string>\",\n\t\t\"key_353\": \"<string>\",\n\t\t\"key_354\": \"<string>\",\n\t\t\"key_355\": \"<string>\",\n\t\t\"key_356\": \"<string>\",\n\t\t\"key_357\": \"<string>\",\n\t\t\"key_358\": \"<string>\",\n\t\t\"key_359\": \"<string>\",\n\t\t\"key_360\": \"<string>\",\n\t\t\"key_361\": \"<string>\",\n\t\t\"key_362\": \"<string>\",\n\t\t\"key_363\": \"<string>\",\n\t\t\"key_364\": \"<string>\",\n\t\t\"key_365\": \"<string>\",\n\t\t\"key_366\": \"<string>\",\n\t\t\"key_367\": \"<string>\",\n\t\t\"key_368\": \"<string>\",\n\t\t\"key_369\": \"<string>\",\n\t\t\"key_370\": \"<string>\",\n\t\t\"key_371\": \"<string>\",\n\t\t\"key_372\": \"<string>\",\n\t\t\"key_373\": \"<string>\",\n\t\t\"key_374\": \"<string>\",\n\t\t\"key_375\": \"<string>\",\n\t\t\"key_376\": \"<string>\",\n\t\t\"key_377\": \"<string>\",\n\t\t\"key_378\": \"<string>\",\n\t\t\"key_379\": \"<string>\",\n\t\t\"key_380\": \"<string>\",\n\t\t\"key_381\": \"<string>\",\n\t\t\"key_382\": \"<string>\",\n\t\t\"key_383\": \"<string>\",\n\t\t\"key_384\": \"<string>\",\n\t\t\"key_385\": \"<string>\",\n\t\t\"key_386\": \"<string>\",\n\t\t\"key_387\": \"<string>\",\n\t\t\"key_388\": \"<string>\",\n\t\t\"key_389\": \"<string>\",\n\t\t\"key_390\": \"<string>\",\n\t\t\"key_391\": \"<string>\",\n\t\t\"key_392\": \"<string>\",\n\t\t\"key_393\": \"<string>\",\n\t\t\"key_394\": \"<string>\",\n\t\t\"key_395\": \"<string>\",\n\t\t\"key_396\": \"<string>\",\n\t\t\"key_397\": \"<string>\",\n\t\t\"key_398\": \"<string>\",\n\t\t\"key_399\": \"<string>\",\n\t\t\"key_400\": \"<string>\",\n\t\t\"key_401\": \"<string>\",\n\t\t\"key_402\": \"<string>\",\n\t\t\"key_403\": \"<string>\",\n\t\t\"key_404\": \"<string>\",\n\t\t\"key_405\": \"<string>\",\n\t\t\"key_406\": \"<string>\",\n\t\t\"key_407\": \"<string>\",\n\t\t\"key_408\": \"<string>\",\n\t\t\"key_409\": \"<string>\",\n\t\t\"key_410\": \"<string>\",\n\t\t\"key_411\": \"<string>\",\n\t\t\"key_412\": \"<string>\",\n\t\t\"key_413\": \"<string>\",\n\t\t\"key_414\": \"<string>\",\n\t\t\"key_415\": \"<string>\",\n\t\t\"key_416\": \"<string>\",\n\t\t\"key_417\": \"<string>\",\n\t\t\"key_418\": \"<string>\",\n\t\t\"key_419\": \"<string>\",\n\t\t\"key_420\": \"<string>\",\n\t\t\"key_421\": \"<string>\",\n\t\t\"key_422\": \"<string>\",\n\t\t\"key_423\": \"<string>\",\n\t\t\"key_424\": \"<string>\",\n\t\t\"key_425\": \"<string>\",\n\t\t\"key_426\": \"<string>\",\n\t\t\"key_427\": \"<string>\",\n\t\t\"key_428\": \"<string>\",\n\t\t\"key_429\": \"<string>\",\n\t\t\"key_430\": \"<string>\",\n\t\t\"key_431\": \"<string>\",\n\t\t\"key_432\": \"<string>\",\n\t\t\"key_433\": \"<string>\",\n\t\t\"key_434\": \"<string>\",\n\t\t\"key_435\": \"<string>\",\n\t\t\"key_436\": \"<string>\",\n\t\t\"key_437\": \"<string>\",\n\t\t\"key_438\": \"<string>\",\n\t\t\"key_439\": \"<string>\",\n\t\t\"key_440\": \"<string>\",\n\t\t\"key_441\": \"<string>\",\n\t\t\"key_442\": \"<string>\",\n\t\t\"key_443\": \"<string>\",\n\t\t\"key_444\": \"<string>\",\n\t\t\"key_445\": \"<string>\",\n\t\t\"key_446\": \"<string>\",\n\t\t\"key_447\": \"<string>\",\n\t\t\"key_448\": \"<string>\",\n\t\t\"key_449\": \"<string>\",\n\t\t\"key_450\": \"<string>\",\n\t\t\"key_451\": \"<string>\",\n\t\t\"key_452\": \"<string>\",\n\t\t\"key_453\": \"<string>\",\n\t\t\"key_454\": \"<string>\",\n\t\t\"key_455\": \"<string>\",\n\t\t\"key_456\": \"<string>\",\n\t\t\"key_457\": \"<string>\",\n\t\t\"key_458\": \"<string>\",\n\t\t\"key_459\": \"<string>\",\n\t\t\"key_460\": \"<string>\",\n\t\t\"key_461\": \"<string>\",\n\t\t\"key_462\": \"<string>\",\n\t\t\"key_463\": \"<string>\",\n\t\t\"key_464\": \"<string>\",\n\t\t\"key_465\": \"<string>\",\n\t\t\"key_466\": \"<string>\",\n\t\t\"key_467\": \"<string>\",\n\t\t\"key_468\": \"<string>\",\n\t\t\"key_469\": \"<string>\",\n\t\t\"key_470\": \"<string>\",\n\t\t\"key_471\": \"<string>\",\n\t\t\"key_472\": \"<string>\",\n\t\t\"key_473\": \"<string>\",\n\t\t\"key_474\": \"<string>\",\n\t\t\"key_475\": \"<string>\",\n\t\t\"key_476\": \"<string>\",\n\t\t\"key_477\": \"<string>\",\n\t\t\"key_478\": \"<string>\",\n\t\t\"key_479\": \"<string>\",\n\t\t\"key_480\": \"<string>\",\n\t\t\"key_481\": \"<string>\",\n\t\t\"key_482\": \"<string>\",\n\t\t\"key_483\": \"<string>\",\n\t\t\"key_484\": \"<string>\",\n\t\t\"key_485\": \"<string>\",\n\t\t\"key_486\": \"<string>\",\n\t\t\"key_487\": \"<string>\",\n\t\t\"key_488\": \"<string>\",\n\t\t\"key_489\": \"<string>\",\n\t\t\"key_490\": \"<string>\",\n\t\t\"key_491\": \"<string>\",\n\t\t\"key_492\": \"<string>\",\n\t\t\"key_493\": \"<string>\",\n\t\t\"key_494\": \"<string>\",\n\t\t\"key_495\": \"<string>\",\n\t\t\"key_496\": \"<string>\",\n\t\t\"key_497\": \"<string>\",\n\t\t\"key_498\": \"<string>\",\n\t\t\"key_499\": \"<string>\",\n\t\t\"key_500\": \"<string>\",\n\t\t\"key_501\": \"<string>\",\n\t\t\"key_502\": \"<string>\",\n\t\t\"key_503\": \"<string>\",\n\t\t\"key_504\": \"<string>\",\n\t\t\"key_505\": \"<string>\",\n\t\t\"key_506\": \"<string>\",\n\t\t\"key_507\": \"<string>\",\n\t\t\"key_508\": \"<string>\",\n\t\t\"key_509\": \"<string>\",\n\t\t\"key_510\": \"<string>\",\n\t\t\"key_511\": \"<string>\",\n\t\t\"key_512\": \"<string>\",\n\t\t\"key_513\": \"<string>\",\n\t\t\"key_514\": \"<string>\",\n\t\t\"key_515\": \"<string>\",\n\t\t\"key_516\": \"<string>\",\n\t\t\"key_517\": \"<string>\",\n\t\t\"key_518\": \"<string>\",\n\t\t\"key_519\": \"<string>\",\n\t\t\"key_520\": \"<string>\",\n\t\t\"key_521\": \"<string>\",\n\t\t\"key_522\": \"<string>\",\n\t\t\"key_523\": \"<string>\",\n\t\t\"key_524\": \"<string>\",\n\t\t\"key_525\": \"<string>\",\n\t\t\"key_526\": \"<string>\",\n\t\t\"key_527\": \"<string>\",\n\t\t\"key_528\": \"<string>\",\n\t\t\"key_529\": \"<string>\",\n\t\t\"key_530\": \"<string>\",\n\t\t\"key_531\": \"<string>\",\n\t\t\"key_532\": \"<string>\",\n\t\t\"key_533\": \"<string>\",\n\t\t\"key_534\": \"<string>\",\n\t\t\"key_535\": \"<string>\",\n\t\t\"key_536\": \"<string>\",\n\t\t\"key_537\": \"<string>\",\n\t\t\"key_538\": \"<string>\",\n\t\t\"key_539\": \"<string>\",\n\t\t\"key_540\": \"<string>\",\n\t\t\"key_541\": \"<string>\",\n\t\t\"key_542\": \"<string>\",\n\t\t\"key_543\": \"<string>\",\n\t\t\"key_544\": \"<string>\",\n\t\t\"key_545\": \"<string>\",\n\t\t\"key_546\": \"<string>\",\n\t\t\"key_547\": \"<string>\",\n\t\t\"key_548\": \"<string>\",\n\t\t\"key_549\": \"<string>\",\n\t\t\"key_550\": \"<string>\",\n\t\t\"key_551\": \"<string>\",\n\t\t\"key_552\": \"<string>\",\n\t\t\"key_553\": \"<string>\",\n\t\t\"key_554\": \"<string>\",\n\t\t\"key_555\": \"<string>\",\n\t\t\"key_556\": \"<string>\",\n\t\t\"key_557\": \"<string>\",\n\t\t\"key_558\": \"<string>\",\n\t\t\"key_559\": \"<string>\",\n\t\t\"key_560\": \"<string>\",\n\t\t\"key_561\": \"<string>\",\n\t\t\"key_562\": \"<string>\",\n\t\t\"key_563\": \"<string>\",\n\t\t\"key_564\": \"<string>\",\n\t\t\"key_565\": \"<string>\",\n\t\t\"key_566\": \"<string>\",\n\t\t\"key_567\": \"<string>\",\n\t\t\"key_568\": \"<string>\",\n\t\t\"key_569\": \"<string>\",\n\t\t\"key_570\": \"<string>\",\n\t\t\"key_571\": \"<string>\",\n\t\t\"key_572\": \"<string>\",\n\t\t\"key_573\": \"<string>\",\n\t\t\"key_574\": \"<string>\",\n\t\t\"key_575\": \"<string>\",\n\t\t\"key_576\": \"<string>\",\n\t\t\"key_577\": \"<string>\",\n\t\t\"key_578\": \"<string>\",\n\t\t\"key_579\": \"<string>\",\n\t\t\"key_580\": \"<string>\",\n\t\t\"key_581\": \"<string>\",\n\t\t\"key_582\": \"<string>\",\n\t\t\"key_583\": \"<string>\",\n\t\t\"key_584\": \"<string>\",\n\t\t\"key_585\": \"<string>\",\n\t\t\"key_586\": \"<string>\",\n\t\t\"key_587\": \"<string>\",\n\t\t\"key_588\": \"<string>\",\n\t\t\"key_589\": \"<string>\",\n\t\t\"key_590\": \"<string>\",\n\t\t\"key_591\": \"<string>\",\n\t\t\"key_592\": \"<string>\",\n\t\t\"key_593\": \"<string>\",\n\t\t\"key_594\": \"<string>\",\n\t\t\"key_595\": \"<string>\",\n\t\t\"key_596\": \"<string>\",\n\t\t\"key_597\": \"<string>\",\n\t\t\"key_598\": \"<string>\",\n\t\t\"key_599\": \"<string>\",\n\t\t\"key_600\": \"<string>\",\n\t\t\"key_601\": \"<string>\",\n\t\t\"key_602\": \"<string>\",\n\t\t\"key_603\": \"<string>\",\n\t\t\"key_604\": \"<string>\",\n\t\t\"key_605\": \"<string>\",\n\t\t\"key_606\": \"<string>\",\n\t\t\"key_607\": \"<string>\",\n\t\t\"key_608\": \"<string>\",\n\t\t\"key_609\": \"<string>\",\n\t\t\"key_610\": \"<string>\",\n\t\t\"key_611\": \"<string>\",\n\t\t\"key_612\": \"<string>\",\n\t\t\"key_613\": \"<string>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "328d679c-2ddf-4813-abf0-095586ac5e9c",
                  "name": "Authentication Provider configured",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\",\n\t\t\"key_341\": \"<string>\",\n\t\t\"key_342\": \"<string>\",\n\t\t\"key_343\": \"<string>\",\n\t\t\"key_344\": \"<string>\",\n\t\t\"key_345\": \"<string>\",\n\t\t\"key_346\": \"<string>\",\n\t\t\"key_347\": \"<string>\",\n\t\t\"key_348\": \"<string>\",\n\t\t\"key_349\": \"<string>\",\n\t\t\"key_350\": \"<string>\",\n\t\t\"key_351\": \"<string>\",\n\t\t\"key_352\": \"<string>\",\n\t\t\"key_353\": \"<string>\",\n\t\t\"key_354\": \"<string>\",\n\t\t\"key_355\": \"<string>\",\n\t\t\"key_356\": \"<string>\",\n\t\t\"key_357\": \"<string>\",\n\t\t\"key_358\": \"<string>\",\n\t\t\"key_359\": \"<string>\",\n\t\t\"key_360\": \"<string>\",\n\t\t\"key_361\": \"<string>\",\n\t\t\"key_362\": \"<string>\",\n\t\t\"key_363\": \"<string>\",\n\t\t\"key_364\": \"<string>\",\n\t\t\"key_365\": \"<string>\",\n\t\t\"key_366\": \"<string>\",\n\t\t\"key_367\": \"<string>\",\n\t\t\"key_368\": \"<string>\",\n\t\t\"key_369\": \"<string>\",\n\t\t\"key_370\": \"<string>\",\n\t\t\"key_371\": \"<string>\",\n\t\t\"key_372\": \"<string>\",\n\t\t\"key_373\": \"<string>\",\n\t\t\"key_374\": \"<string>\",\n\t\t\"key_375\": \"<string>\",\n\t\t\"key_376\": \"<string>\",\n\t\t\"key_377\": \"<string>\",\n\t\t\"key_378\": \"<string>\",\n\t\t\"key_379\": \"<string>\",\n\t\t\"key_380\": \"<string>\",\n\t\t\"key_381\": \"<string>\",\n\t\t\"key_382\": \"<string>\",\n\t\t\"key_383\": \"<string>\",\n\t\t\"key_384\": \"<string>\",\n\t\t\"key_385\": \"<string>\",\n\t\t\"key_386\": \"<string>\",\n\t\t\"key_387\": \"<string>\",\n\t\t\"key_388\": \"<string>\",\n\t\t\"key_389\": \"<string>\",\n\t\t\"key_390\": \"<string>\",\n\t\t\"key_391\": \"<string>\",\n\t\t\"key_392\": \"<string>\",\n\t\t\"key_393\": \"<string>\",\n\t\t\"key_394\": \"<string>\",\n\t\t\"key_395\": \"<string>\",\n\t\t\"key_396\": \"<string>\",\n\t\t\"key_397\": \"<string>\",\n\t\t\"key_398\": \"<string>\",\n\t\t\"key_399\": \"<string>\",\n\t\t\"key_400\": \"<string>\",\n\t\t\"key_401\": \"<string>\",\n\t\t\"key_402\": \"<string>\",\n\t\t\"key_403\": \"<string>\",\n\t\t\"key_404\": \"<string>\",\n\t\t\"key_405\": \"<string>\",\n\t\t\"key_406\": \"<string>\",\n\t\t\"key_407\": \"<string>\",\n\t\t\"key_408\": \"<string>\",\n\t\t\"key_409\": \"<string>\",\n\t\t\"key_410\": \"<string>\",\n\t\t\"key_411\": \"<string>\",\n\t\t\"key_412\": \"<string>\",\n\t\t\"key_413\": \"<string>\",\n\t\t\"key_414\": \"<string>\",\n\t\t\"key_415\": \"<string>\",\n\t\t\"key_416\": \"<string>\",\n\t\t\"key_417\": \"<string>\",\n\t\t\"key_418\": \"<string>\",\n\t\t\"key_419\": \"<string>\",\n\t\t\"key_420\": \"<string>\",\n\t\t\"key_421\": \"<string>\",\n\t\t\"key_422\": \"<string>\",\n\t\t\"key_423\": \"<string>\",\n\t\t\"key_424\": \"<string>\",\n\t\t\"key_425\": \"<string>\",\n\t\t\"key_426\": \"<string>\",\n\t\t\"key_427\": \"<string>\",\n\t\t\"key_428\": \"<string>\",\n\t\t\"key_429\": \"<string>\",\n\t\t\"key_430\": \"<string>\",\n\t\t\"key_431\": \"<string>\",\n\t\t\"key_432\": \"<string>\",\n\t\t\"key_433\": \"<string>\",\n\t\t\"key_434\": \"<string>\",\n\t\t\"key_435\": \"<string>\",\n\t\t\"key_436\": \"<string>\",\n\t\t\"key_437\": \"<string>\",\n\t\t\"key_438\": \"<string>\",\n\t\t\"key_439\": \"<string>\",\n\t\t\"key_440\": \"<string>\",\n\t\t\"key_441\": \"<string>\",\n\t\t\"key_442\": \"<string>\",\n\t\t\"key_443\": \"<string>\",\n\t\t\"key_444\": \"<string>\",\n\t\t\"key_445\": \"<string>\",\n\t\t\"key_446\": \"<string>\",\n\t\t\"key_447\": \"<string>\",\n\t\t\"key_448\": \"<string>\",\n\t\t\"key_449\": \"<string>\",\n\t\t\"key_450\": \"<string>\",\n\t\t\"key_451\": \"<string>\",\n\t\t\"key_452\": \"<string>\",\n\t\t\"key_453\": \"<string>\",\n\t\t\"key_454\": \"<string>\",\n\t\t\"key_455\": \"<string>\",\n\t\t\"key_456\": \"<string>\",\n\t\t\"key_457\": \"<string>\",\n\t\t\"key_458\": \"<string>\",\n\t\t\"key_459\": \"<string>\",\n\t\t\"key_460\": \"<string>\",\n\t\t\"key_461\": \"<string>\",\n\t\t\"key_462\": \"<string>\",\n\t\t\"key_463\": \"<string>\",\n\t\t\"key_464\": \"<string>\",\n\t\t\"key_465\": \"<string>\",\n\t\t\"key_466\": \"<string>\",\n\t\t\"key_467\": \"<string>\",\n\t\t\"key_468\": \"<string>\",\n\t\t\"key_469\": \"<string>\",\n\t\t\"key_470\": \"<string>\",\n\t\t\"key_471\": \"<string>\",\n\t\t\"key_472\": \"<string>\",\n\t\t\"key_473\": \"<string>\",\n\t\t\"key_474\": \"<string>\",\n\t\t\"key_475\": \"<string>\",\n\t\t\"key_476\": \"<string>\",\n\t\t\"key_477\": \"<string>\",\n\t\t\"key_478\": \"<string>\",\n\t\t\"key_479\": \"<string>\",\n\t\t\"key_480\": \"<string>\",\n\t\t\"key_481\": \"<string>\",\n\t\t\"key_482\": \"<string>\",\n\t\t\"key_483\": \"<string>\",\n\t\t\"key_484\": \"<string>\",\n\t\t\"key_485\": \"<string>\",\n\t\t\"key_486\": \"<string>\",\n\t\t\"key_487\": \"<string>\",\n\t\t\"key_488\": \"<string>\",\n\t\t\"key_489\": \"<string>\",\n\t\t\"key_490\": \"<string>\",\n\t\t\"key_491\": \"<string>\",\n\t\t\"key_492\": \"<string>\",\n\t\t\"key_493\": \"<string>\",\n\t\t\"key_494\": \"<string>\",\n\t\t\"key_495\": \"<string>\",\n\t\t\"key_496\": \"<string>\",\n\t\t\"key_497\": \"<string>\",\n\t\t\"key_498\": \"<string>\",\n\t\t\"key_499\": \"<string>\",\n\t\t\"key_500\": \"<string>\",\n\t\t\"key_501\": \"<string>\",\n\t\t\"key_502\": \"<string>\",\n\t\t\"key_503\": \"<string>\",\n\t\t\"key_504\": \"<string>\",\n\t\t\"key_505\": \"<string>\",\n\t\t\"key_506\": \"<string>\",\n\t\t\"key_507\": \"<string>\",\n\t\t\"key_508\": \"<string>\",\n\t\t\"key_509\": \"<string>\",\n\t\t\"key_510\": \"<string>\",\n\t\t\"key_511\": \"<string>\",\n\t\t\"key_512\": \"<string>\",\n\t\t\"key_513\": \"<string>\",\n\t\t\"key_514\": \"<string>\",\n\t\t\"key_515\": \"<string>\",\n\t\t\"key_516\": \"<string>\",\n\t\t\"key_517\": \"<string>\",\n\t\t\"key_518\": \"<string>\",\n\t\t\"key_519\": \"<string>\",\n\t\t\"key_520\": \"<string>\",\n\t\t\"key_521\": \"<string>\",\n\t\t\"key_522\": \"<string>\",\n\t\t\"key_523\": \"<string>\",\n\t\t\"key_524\": \"<string>\",\n\t\t\"key_525\": \"<string>\",\n\t\t\"key_526\": \"<string>\",\n\t\t\"key_527\": \"<string>\",\n\t\t\"key_528\": \"<string>\",\n\t\t\"key_529\": \"<string>\",\n\t\t\"key_530\": \"<string>\",\n\t\t\"key_531\": \"<string>\",\n\t\t\"key_532\": \"<string>\",\n\t\t\"key_533\": \"<string>\",\n\t\t\"key_534\": \"<string>\",\n\t\t\"key_535\": \"<string>\",\n\t\t\"key_536\": \"<string>\",\n\t\t\"key_537\": \"<string>\",\n\t\t\"key_538\": \"<string>\",\n\t\t\"key_539\": \"<string>\",\n\t\t\"key_540\": \"<string>\",\n\t\t\"key_541\": \"<string>\",\n\t\t\"key_542\": \"<string>\",\n\t\t\"key_543\": \"<string>\",\n\t\t\"key_544\": \"<string>\",\n\t\t\"key_545\": \"<string>\",\n\t\t\"key_546\": \"<string>\",\n\t\t\"key_547\": \"<string>\",\n\t\t\"key_548\": \"<string>\",\n\t\t\"key_549\": \"<string>\",\n\t\t\"key_550\": \"<string>\",\n\t\t\"key_551\": \"<string>\",\n\t\t\"key_552\": \"<string>\",\n\t\t\"key_553\": \"<string>\",\n\t\t\"key_554\": \"<string>\",\n\t\t\"key_555\": \"<string>\",\n\t\t\"key_556\": \"<string>\",\n\t\t\"key_557\": \"<string>\",\n\t\t\"key_558\": \"<string>\",\n\t\t\"key_559\": \"<string>\",\n\t\t\"key_560\": \"<string>\",\n\t\t\"key_561\": \"<string>\",\n\t\t\"key_562\": \"<string>\",\n\t\t\"key_563\": \"<string>\",\n\t\t\"key_564\": \"<string>\",\n\t\t\"key_565\": \"<string>\",\n\t\t\"key_566\": \"<string>\",\n\t\t\"key_567\": \"<string>\",\n\t\t\"key_568\": \"<string>\",\n\t\t\"key_569\": \"<string>\",\n\t\t\"key_570\": \"<string>\",\n\t\t\"key_571\": \"<string>\",\n\t\t\"key_572\": \"<string>\",\n\t\t\"key_573\": \"<string>\",\n\t\t\"key_574\": \"<string>\",\n\t\t\"key_575\": \"<string>\",\n\t\t\"key_576\": \"<string>\",\n\t\t\"key_577\": \"<string>\",\n\t\t\"key_578\": \"<string>\",\n\t\t\"key_579\": \"<string>\",\n\t\t\"key_580\": \"<string>\",\n\t\t\"key_581\": \"<string>\",\n\t\t\"key_582\": \"<string>\",\n\t\t\"key_583\": \"<string>\",\n\t\t\"key_584\": \"<string>\",\n\t\t\"key_585\": \"<string>\",\n\t\t\"key_586\": \"<string>\",\n\t\t\"key_587\": \"<string>\",\n\t\t\"key_588\": \"<string>\",\n\t\t\"key_589\": \"<string>\",\n\t\t\"key_590\": \"<string>\",\n\t\t\"key_591\": \"<string>\",\n\t\t\"key_592\": \"<string>\",\n\t\t\"key_593\": \"<string>\",\n\t\t\"key_594\": \"<string>\",\n\t\t\"key_595\": \"<string>\",\n\t\t\"key_596\": \"<string>\",\n\t\t\"key_597\": \"<string>\",\n\t\t\"key_598\": \"<string>\",\n\t\t\"key_599\": \"<string>\",\n\t\t\"key_600\": \"<string>\",\n\t\t\"key_601\": \"<string>\",\n\t\t\"key_602\": \"<string>\",\n\t\t\"key_603\": \"<string>\",\n\t\t\"key_604\": \"<string>\",\n\t\t\"key_605\": \"<string>\",\n\t\t\"key_606\": \"<string>\",\n\t\t\"key_607\": \"<string>\",\n\t\t\"key_608\": \"<string>\",\n\t\t\"key_609\": \"<string>\",\n\t\t\"key_610\": \"<string>\",\n\t\t\"key_611\": \"<string>\",\n\t\t\"key_612\": \"<string>\",\n\t\t\"key_613\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"redirectUrl\": \"<uri>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\",\n\t\t\"key_341\": \"<string>\",\n\t\t\"key_342\": \"<string>\",\n\t\t\"key_343\": \"<string>\",\n\t\t\"key_344\": \"<string>\",\n\t\t\"key_345\": \"<string>\",\n\t\t\"key_346\": \"<string>\",\n\t\t\"key_347\": \"<string>\",\n\t\t\"key_348\": \"<string>\",\n\t\t\"key_349\": \"<string>\",\n\t\t\"key_350\": \"<string>\",\n\t\t\"key_351\": \"<string>\",\n\t\t\"key_352\": \"<string>\",\n\t\t\"key_353\": \"<string>\",\n\t\t\"key_354\": \"<string>\",\n\t\t\"key_355\": \"<string>\",\n\t\t\"key_356\": \"<string>\",\n\t\t\"key_357\": \"<string>\",\n\t\t\"key_358\": \"<string>\",\n\t\t\"key_359\": \"<string>\",\n\t\t\"key_360\": \"<string>\",\n\t\t\"key_361\": \"<string>\",\n\t\t\"key_362\": \"<string>\",\n\t\t\"key_363\": \"<string>\",\n\t\t\"key_364\": \"<string>\",\n\t\t\"key_365\": \"<string>\",\n\t\t\"key_366\": \"<string>\",\n\t\t\"key_367\": \"<string>\",\n\t\t\"key_368\": \"<string>\",\n\t\t\"key_369\": \"<string>\",\n\t\t\"key_370\": \"<string>\",\n\t\t\"key_371\": \"<string>\",\n\t\t\"key_372\": \"<string>\",\n\t\t\"key_373\": \"<string>\",\n\t\t\"key_374\": \"<string>\",\n\t\t\"key_375\": \"<string>\",\n\t\t\"key_376\": \"<string>\",\n\t\t\"key_377\": \"<string>\",\n\t\t\"key_378\": \"<string>\",\n\t\t\"key_379\": \"<string>\",\n\t\t\"key_380\": \"<string>\",\n\t\t\"key_381\": \"<string>\",\n\t\t\"key_382\": \"<string>\",\n\t\t\"key_383\": \"<string>\",\n\t\t\"key_384\": \"<string>\",\n\t\t\"key_385\": \"<string>\",\n\t\t\"key_386\": \"<string>\",\n\t\t\"key_387\": \"<string>\",\n\t\t\"key_388\": \"<string>\",\n\t\t\"key_389\": \"<string>\",\n\t\t\"key_390\": \"<string>\",\n\t\t\"key_391\": \"<string>\",\n\t\t\"key_392\": \"<string>\",\n\t\t\"key_393\": \"<string>\",\n\t\t\"key_394\": \"<string>\",\n\t\t\"key_395\": \"<string>\",\n\t\t\"key_396\": \"<string>\",\n\t\t\"key_397\": \"<string>\",\n\t\t\"key_398\": \"<string>\",\n\t\t\"key_399\": \"<string>\",\n\t\t\"key_400\": \"<string>\",\n\t\t\"key_401\": \"<string>\",\n\t\t\"key_402\": \"<string>\",\n\t\t\"key_403\": \"<string>\",\n\t\t\"key_404\": \"<string>\",\n\t\t\"key_405\": \"<string>\",\n\t\t\"key_406\": \"<string>\",\n\t\t\"key_407\": \"<string>\",\n\t\t\"key_408\": \"<string>\",\n\t\t\"key_409\": \"<string>\",\n\t\t\"key_410\": \"<string>\",\n\t\t\"key_411\": \"<string>\",\n\t\t\"key_412\": \"<string>\",\n\t\t\"key_413\": \"<string>\",\n\t\t\"key_414\": \"<string>\",\n\t\t\"key_415\": \"<string>\",\n\t\t\"key_416\": \"<string>\",\n\t\t\"key_417\": \"<string>\",\n\t\t\"key_418\": \"<string>\",\n\t\t\"key_419\": \"<string>\",\n\t\t\"key_420\": \"<string>\",\n\t\t\"key_421\": \"<string>\",\n\t\t\"key_422\": \"<string>\",\n\t\t\"key_423\": \"<string>\",\n\t\t\"key_424\": \"<string>\",\n\t\t\"key_425\": \"<string>\",\n\t\t\"key_426\": \"<string>\",\n\t\t\"key_427\": \"<string>\",\n\t\t\"key_428\": \"<string>\",\n\t\t\"key_429\": \"<string>\",\n\t\t\"key_430\": \"<string>\",\n\t\t\"key_431\": \"<string>\",\n\t\t\"key_432\": \"<string>\",\n\t\t\"key_433\": \"<string>\",\n\t\t\"key_434\": \"<string>\",\n\t\t\"key_435\": \"<string>\",\n\t\t\"key_436\": \"<string>\",\n\t\t\"key_437\": \"<string>\",\n\t\t\"key_438\": \"<string>\",\n\t\t\"key_439\": \"<string>\",\n\t\t\"key_440\": \"<string>\",\n\t\t\"key_441\": \"<string>\",\n\t\t\"key_442\": \"<string>\",\n\t\t\"key_443\": \"<string>\",\n\t\t\"key_444\": \"<string>\",\n\t\t\"key_445\": \"<string>\",\n\t\t\"key_446\": \"<string>\",\n\t\t\"key_447\": \"<string>\",\n\t\t\"key_448\": \"<string>\",\n\t\t\"key_449\": \"<string>\",\n\t\t\"key_450\": \"<string>\",\n\t\t\"key_451\": \"<string>\",\n\t\t\"key_452\": \"<string>\",\n\t\t\"key_453\": \"<string>\",\n\t\t\"key_454\": \"<string>\",\n\t\t\"key_455\": \"<string>\",\n\t\t\"key_456\": \"<string>\",\n\t\t\"key_457\": \"<string>\",\n\t\t\"key_458\": \"<string>\",\n\t\t\"key_459\": \"<string>\",\n\t\t\"key_460\": \"<string>\",\n\t\t\"key_461\": \"<string>\",\n\t\t\"key_462\": \"<string>\",\n\t\t\"key_463\": \"<string>\",\n\t\t\"key_464\": \"<string>\",\n\t\t\"key_465\": \"<string>\",\n\t\t\"key_466\": \"<string>\",\n\t\t\"key_467\": \"<string>\",\n\t\t\"key_468\": \"<string>\",\n\t\t\"key_469\": \"<string>\",\n\t\t\"key_470\": \"<string>\",\n\t\t\"key_471\": \"<string>\",\n\t\t\"key_472\": \"<string>\",\n\t\t\"key_473\": \"<string>\",\n\t\t\"key_474\": \"<string>\",\n\t\t\"key_475\": \"<string>\",\n\t\t\"key_476\": \"<string>\",\n\t\t\"key_477\": \"<string>\",\n\t\t\"key_478\": \"<string>\",\n\t\t\"key_479\": \"<string>\",\n\t\t\"key_480\": \"<string>\",\n\t\t\"key_481\": \"<string>\",\n\t\t\"key_482\": \"<string>\",\n\t\t\"key_483\": \"<string>\",\n\t\t\"key_484\": \"<string>\",\n\t\t\"key_485\": \"<string>\",\n\t\t\"key_486\": \"<string>\",\n\t\t\"key_487\": \"<string>\",\n\t\t\"key_488\": \"<string>\",\n\t\t\"key_489\": \"<string>\",\n\t\t\"key_490\": \"<string>\",\n\t\t\"key_491\": \"<string>\",\n\t\t\"key_492\": \"<string>\",\n\t\t\"key_493\": \"<string>\",\n\t\t\"key_494\": \"<string>\",\n\t\t\"key_495\": \"<string>\",\n\t\t\"key_496\": \"<string>\",\n\t\t\"key_497\": \"<string>\",\n\t\t\"key_498\": \"<string>\",\n\t\t\"key_499\": \"<string>\",\n\t\t\"key_500\": \"<string>\",\n\t\t\"key_501\": \"<string>\",\n\t\t\"key_502\": \"<string>\",\n\t\t\"key_503\": \"<string>\",\n\t\t\"key_504\": \"<string>\",\n\t\t\"key_505\": \"<string>\",\n\t\t\"key_506\": \"<string>\",\n\t\t\"key_507\": \"<string>\",\n\t\t\"key_508\": \"<string>\",\n\t\t\"key_509\": \"<string>\",\n\t\t\"key_510\": \"<string>\",\n\t\t\"key_511\": \"<string>\",\n\t\t\"key_512\": \"<string>\",\n\t\t\"key_513\": \"<string>\",\n\t\t\"key_514\": \"<string>\",\n\t\t\"key_515\": \"<string>\",\n\t\t\"key_516\": \"<string>\",\n\t\t\"key_517\": \"<string>\",\n\t\t\"key_518\": \"<string>\",\n\t\t\"key_519\": \"<string>\",\n\t\t\"key_520\": \"<string>\",\n\t\t\"key_521\": \"<string>\",\n\t\t\"key_522\": \"<string>\",\n\t\t\"key_523\": \"<string>\",\n\t\t\"key_524\": \"<string>\",\n\t\t\"key_525\": \"<string>\",\n\t\t\"key_526\": \"<string>\",\n\t\t\"key_527\": \"<string>\",\n\t\t\"key_528\": \"<string>\",\n\t\t\"key_529\": \"<string>\",\n\t\t\"key_530\": \"<string>\",\n\t\t\"key_531\": \"<string>\",\n\t\t\"key_532\": \"<string>\",\n\t\t\"key_533\": \"<string>\",\n\t\t\"key_534\": \"<string>\",\n\t\t\"key_535\": \"<string>\",\n\t\t\"key_536\": \"<string>\",\n\t\t\"key_537\": \"<string>\",\n\t\t\"key_538\": \"<string>\",\n\t\t\"key_539\": \"<string>\",\n\t\t\"key_540\": \"<string>\",\n\t\t\"key_541\": \"<string>\",\n\t\t\"key_542\": \"<string>\",\n\t\t\"key_543\": \"<string>\",\n\t\t\"key_544\": \"<string>\",\n\t\t\"key_545\": \"<string>\",\n\t\t\"key_546\": \"<string>\",\n\t\t\"key_547\": \"<string>\",\n\t\t\"key_548\": \"<string>\",\n\t\t\"key_549\": \"<string>\",\n\t\t\"key_550\": \"<string>\",\n\t\t\"key_551\": \"<string>\",\n\t\t\"key_552\": \"<string>\",\n\t\t\"key_553\": \"<string>\",\n\t\t\"key_554\": \"<string>\",\n\t\t\"key_555\": \"<string>\",\n\t\t\"key_556\": \"<string>\",\n\t\t\"key_557\": \"<string>\",\n\t\t\"key_558\": \"<string>\",\n\t\t\"key_559\": \"<string>\",\n\t\t\"key_560\": \"<string>\",\n\t\t\"key_561\": \"<string>\",\n\t\t\"key_562\": \"<string>\",\n\t\t\"key_563\": \"<string>\",\n\t\t\"key_564\": \"<string>\",\n\t\t\"key_565\": \"<string>\",\n\t\t\"key_566\": \"<string>\",\n\t\t\"key_567\": \"<string>\",\n\t\t\"key_568\": \"<string>\",\n\t\t\"key_569\": \"<string>\",\n\t\t\"key_570\": \"<string>\",\n\t\t\"key_571\": \"<string>\",\n\t\t\"key_572\": \"<string>\",\n\t\t\"key_573\": \"<string>\",\n\t\t\"key_574\": \"<string>\",\n\t\t\"key_575\": \"<string>\",\n\t\t\"key_576\": \"<string>\",\n\t\t\"key_577\": \"<string>\",\n\t\t\"key_578\": \"<string>\",\n\t\t\"key_579\": \"<string>\",\n\t\t\"key_580\": \"<string>\",\n\t\t\"key_581\": \"<string>\",\n\t\t\"key_582\": \"<string>\",\n\t\t\"key_583\": \"<string>\",\n\t\t\"key_584\": \"<string>\",\n\t\t\"key_585\": \"<string>\",\n\t\t\"key_586\": \"<string>\",\n\t\t\"key_587\": \"<string>\",\n\t\t\"key_588\": \"<string>\",\n\t\t\"key_589\": \"<string>\",\n\t\t\"key_590\": \"<string>\",\n\t\t\"key_591\": \"<string>\",\n\t\t\"key_592\": \"<string>\",\n\t\t\"key_593\": \"<string>\",\n\t\t\"key_594\": \"<string>\",\n\t\t\"key_595\": \"<string>\",\n\t\t\"key_596\": \"<string>\",\n\t\t\"key_597\": \"<string>\",\n\t\t\"key_598\": \"<string>\",\n\t\t\"key_599\": \"<string>\",\n\t\t\"key_600\": \"<string>\",\n\t\t\"key_601\": \"<string>\",\n\t\t\"key_602\": \"<string>\",\n\t\t\"key_603\": \"<string>\",\n\t\t\"key_604\": \"<string>\",\n\t\t\"key_605\": \"<string>\",\n\t\t\"key_606\": \"<string>\",\n\t\t\"key_607\": \"<string>\",\n\t\t\"key_608\": \"<string>\",\n\t\t\"key_609\": \"<string>\",\n\t\t\"key_610\": \"<string>\",\n\t\t\"key_611\": \"<string>\",\n\t\t\"key_612\": \"<string>\",\n\t\t\"key_613\": \"<string>\",\n\t\t\"key_614\": \"<string>\",\n\t\t\"key_615\": \"<string>\",\n\t\t\"key_616\": \"<string>\",\n\t\t\"key_617\": \"<string>\",\n\t\t\"key_618\": \"<string>\",\n\t\t\"key_619\": \"<string>\",\n\t\t\"key_620\": \"<string>\",\n\t\t\"key_621\": \"<string>\",\n\t\t\"key_622\": \"<string>\",\n\t\t\"key_623\": \"<string>\",\n\t\t\"key_624\": \"<string>\",\n\t\t\"key_625\": \"<string>\",\n\t\t\"key_626\": \"<string>\",\n\t\t\"key_627\": \"<string>\",\n\t\t\"key_628\": \"<string>\",\n\t\t\"key_629\": \"<string>\",\n\t\t\"key_630\": \"<string>\",\n\t\t\"key_631\": \"<string>\",\n\t\t\"key_632\": \"<string>\",\n\t\t\"key_633\": \"<string>\",\n\t\t\"key_634\": \"<string>\",\n\t\t\"key_635\": \"<string>\",\n\t\t\"key_636\": \"<string>\",\n\t\t\"key_637\": \"<string>\",\n\t\t\"key_638\": \"<string>\",\n\t\t\"key_639\": \"<string>\",\n\t\t\"key_640\": \"<string>\",\n\t\t\"key_641\": \"<string>\",\n\t\t\"key_642\": \"<string>\",\n\t\t\"key_643\": \"<string>\",\n\t\t\"key_644\": \"<string>\",\n\t\t\"key_645\": \"<string>\",\n\t\t\"key_646\": \"<string>\",\n\t\t\"key_647\": \"<string>\",\n\t\t\"key_648\": \"<string>\",\n\t\t\"key_649\": \"<string>\",\n\t\t\"key_650\": \"<string>\",\n\t\t\"key_651\": \"<string>\",\n\t\t\"key_652\": \"<string>\",\n\t\t\"key_653\": \"<string>\",\n\t\t\"key_654\": \"<string>\",\n\t\t\"key_655\": \"<string>\",\n\t\t\"key_656\": \"<string>\",\n\t\t\"key_657\": \"<string>\",\n\t\t\"key_658\": \"<string>\",\n\t\t\"key_659\": \"<string>\",\n\t\t\"key_660\": \"<string>\",\n\t\t\"key_661\": \"<string>\",\n\t\t\"key_662\": \"<string>\",\n\t\t\"key_663\": \"<string>\",\n\t\t\"key_664\": \"<string>\",\n\t\t\"key_665\": \"<string>\",\n\t\t\"key_666\": \"<string>\",\n\t\t\"key_667\": \"<string>\",\n\t\t\"key_668\": \"<string>\",\n\t\t\"key_669\": \"<string>\",\n\t\t\"key_670\": \"<string>\",\n\t\t\"key_671\": \"<string>\",\n\t\t\"key_672\": \"<string>\",\n\t\t\"key_673\": \"<string>\",\n\t\t\"key_674\": \"<string>\",\n\t\t\"key_675\": \"<string>\",\n\t\t\"key_676\": \"<string>\",\n\t\t\"key_677\": \"<string>\",\n\t\t\"key_678\": \"<string>\",\n\t\t\"key_679\": \"<string>\",\n\t\t\"key_680\": \"<string>\",\n\t\t\"key_681\": \"<string>\",\n\t\t\"key_682\": \"<string>\",\n\t\t\"key_683\": \"<string>\",\n\t\t\"key_684\": \"<string>\",\n\t\t\"key_685\": \"<string>\",\n\t\t\"key_686\": \"<string>\",\n\t\t\"key_687\": \"<string>\",\n\t\t\"key_688\": \"<string>\",\n\t\t\"key_689\": \"<string>\",\n\t\t\"key_690\": \"<string>\",\n\t\t\"key_691\": \"<string>\",\n\t\t\"key_692\": \"<string>\",\n\t\t\"key_693\": \"<string>\",\n\t\t\"key_694\": \"<string>\",\n\t\t\"key_695\": \"<string>\",\n\t\t\"key_696\": \"<string>\",\n\t\t\"key_697\": \"<string>\",\n\t\t\"key_698\": \"<string>\",\n\t\t\"key_699\": \"<string>\",\n\t\t\"key_700\": \"<string>\",\n\t\t\"key_701\": \"<string>\",\n\t\t\"key_702\": \"<string>\",\n\t\t\"key_703\": \"<string>\",\n\t\t\"key_704\": \"<string>\",\n\t\t\"key_705\": \"<string>\",\n\t\t\"key_706\": \"<string>\",\n\t\t\"key_707\": \"<string>\",\n\t\t\"key_708\": \"<string>\",\n\t\t\"key_709\": \"<string>\",\n\t\t\"key_710\": \"<string>\",\n\t\t\"key_711\": \"<string>\",\n\t\t\"key_712\": \"<string>\",\n\t\t\"key_713\": \"<string>\",\n\t\t\"key_714\": \"<string>\",\n\t\t\"key_715\": \"<string>\",\n\t\t\"key_716\": \"<string>\",\n\t\t\"key_717\": \"<string>\",\n\t\t\"key_718\": \"<string>\",\n\t\t\"key_719\": \"<string>\",\n\t\t\"key_720\": \"<string>\",\n\t\t\"key_721\": \"<string>\",\n\t\t\"key_722\": \"<string>\",\n\t\t\"key_723\": \"<string>\",\n\t\t\"key_724\": \"<string>\",\n\t\t\"key_725\": \"<string>\",\n\t\t\"key_726\": \"<string>\",\n\t\t\"key_727\": \"<string>\",\n\t\t\"key_728\": \"<string>\",\n\t\t\"key_729\": \"<string>\",\n\t\t\"key_730\": \"<string>\",\n\t\t\"key_731\": \"<string>\",\n\t\t\"key_732\": \"<string>\",\n\t\t\"key_733\": \"<string>\",\n\t\t\"key_734\": \"<string>\",\n\t\t\"key_735\": \"<string>\",\n\t\t\"key_736\": \"<string>\",\n\t\t\"key_737\": \"<string>\",\n\t\t\"key_738\": \"<string>\",\n\t\t\"key_739\": \"<string>\",\n\t\t\"key_740\": \"<string>\",\n\t\t\"key_741\": \"<string>\",\n\t\t\"key_742\": \"<string>\",\n\t\t\"key_743\": \"<string>\",\n\t\t\"key_744\": \"<string>\",\n\t\t\"key_745\": \"<string>\",\n\t\t\"key_746\": \"<string>\",\n\t\t\"key_747\": \"<string>\",\n\t\t\"key_748\": \"<string>\",\n\t\t\"key_749\": \"<string>\",\n\t\t\"key_750\": \"<string>\",\n\t\t\"key_751\": \"<string>\",\n\t\t\"key_752\": \"<string>\",\n\t\t\"key_753\": \"<string>\",\n\t\t\"key_754\": \"<string>\",\n\t\t\"key_755\": \"<string>\",\n\t\t\"key_756\": \"<string>\",\n\t\t\"key_757\": \"<string>\",\n\t\t\"key_758\": \"<string>\",\n\t\t\"key_759\": \"<string>\",\n\t\t\"key_760\": \"<string>\",\n\t\t\"key_761\": \"<string>\",\n\t\t\"key_762\": \"<string>\",\n\t\t\"key_763\": \"<string>\",\n\t\t\"key_764\": \"<string>\",\n\t\t\"key_765\": \"<string>\",\n\t\t\"key_766\": \"<string>\",\n\t\t\"key_767\": \"<string>\",\n\t\t\"key_768\": \"<string>\",\n\t\t\"key_769\": \"<string>\",\n\t\t\"key_770\": \"<string>\",\n\t\t\"key_771\": \"<string>\",\n\t\t\"key_772\": \"<string>\",\n\t\t\"key_773\": \"<string>\",\n\t\t\"key_774\": \"<string>\",\n\t\t\"key_775\": \"<string>\",\n\t\t\"key_776\": \"<string>\",\n\t\t\"key_777\": \"<string>\",\n\t\t\"key_778\": \"<string>\",\n\t\t\"key_779\": \"<string>\",\n\t\t\"key_780\": \"<string>\",\n\t\t\"key_781\": \"<string>\",\n\t\t\"key_782\": \"<string>\",\n\t\t\"key_783\": \"<string>\",\n\t\t\"key_784\": \"<string>\",\n\t\t\"key_785\": \"<string>\",\n\t\t\"key_786\": \"<string>\",\n\t\t\"key_787\": \"<string>\",\n\t\t\"key_788\": \"<string>\",\n\t\t\"key_789\": \"<string>\",\n\t\t\"key_790\": \"<string>\",\n\t\t\"key_791\": \"<string>\",\n\t\t\"key_792\": \"<string>\",\n\t\t\"key_793\": \"<string>\",\n\t\t\"key_794\": \"<string>\",\n\t\t\"key_795\": \"<string>\",\n\t\t\"key_796\": \"<string>\",\n\t\t\"key_797\": \"<string>\",\n\t\t\"key_798\": \"<string>\",\n\t\t\"key_799\": \"<string>\",\n\t\t\"key_800\": \"<string>\",\n\t\t\"key_801\": \"<string>\",\n\t\t\"key_802\": \"<string>\",\n\t\t\"key_803\": \"<string>\",\n\t\t\"key_804\": \"<string>\",\n\t\t\"key_805\": \"<string>\",\n\t\t\"key_806\": \"<string>\",\n\t\t\"key_807\": \"<string>\",\n\t\t\"key_808\": \"<string>\",\n\t\t\"key_809\": \"<string>\",\n\t\t\"key_810\": \"<string>\",\n\t\t\"key_811\": \"<string>\",\n\t\t\"key_812\": \"<string>\",\n\t\t\"key_813\": \"<string>\",\n\t\t\"key_814\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "adbfcdf5-cf44-41b4-b39f-61285cb1dfa6",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\",\n\t\t\"key_341\": \"<string>\",\n\t\t\"key_342\": \"<string>\",\n\t\t\"key_343\": \"<string>\",\n\t\t\"key_344\": \"<string>\",\n\t\t\"key_345\": \"<string>\",\n\t\t\"key_346\": \"<string>\",\n\t\t\"key_347\": \"<string>\",\n\t\t\"key_348\": \"<string>\",\n\t\t\"key_349\": \"<string>\",\n\t\t\"key_350\": \"<string>\",\n\t\t\"key_351\": \"<string>\",\n\t\t\"key_352\": \"<string>\",\n\t\t\"key_353\": \"<string>\",\n\t\t\"key_354\": \"<string>\",\n\t\t\"key_355\": \"<string>\",\n\t\t\"key_356\": \"<string>\",\n\t\t\"key_357\": \"<string>\",\n\t\t\"key_358\": \"<string>\",\n\t\t\"key_359\": \"<string>\",\n\t\t\"key_360\": \"<string>\",\n\t\t\"key_361\": \"<string>\",\n\t\t\"key_362\": \"<string>\",\n\t\t\"key_363\": \"<string>\",\n\t\t\"key_364\": \"<string>\",\n\t\t\"key_365\": \"<string>\",\n\t\t\"key_366\": \"<string>\",\n\t\t\"key_367\": \"<string>\",\n\t\t\"key_368\": \"<string>\",\n\t\t\"key_369\": \"<string>\",\n\t\t\"key_370\": \"<string>\",\n\t\t\"key_371\": \"<string>\",\n\t\t\"key_372\": \"<string>\",\n\t\t\"key_373\": \"<string>\",\n\t\t\"key_374\": \"<string>\",\n\t\t\"key_375\": \"<string>\",\n\t\t\"key_376\": \"<string>\",\n\t\t\"key_377\": \"<string>\",\n\t\t\"key_378\": \"<string>\",\n\t\t\"key_379\": \"<string>\",\n\t\t\"key_380\": \"<string>\",\n\t\t\"key_381\": \"<string>\",\n\t\t\"key_382\": \"<string>\",\n\t\t\"key_383\": \"<string>\",\n\t\t\"key_384\": \"<string>\",\n\t\t\"key_385\": \"<string>\",\n\t\t\"key_386\": \"<string>\",\n\t\t\"key_387\": \"<string>\",\n\t\t\"key_388\": \"<string>\",\n\t\t\"key_389\": \"<string>\",\n\t\t\"key_390\": \"<string>\",\n\t\t\"key_391\": \"<string>\",\n\t\t\"key_392\": \"<string>\",\n\t\t\"key_393\": \"<string>\",\n\t\t\"key_394\": \"<string>\",\n\t\t\"key_395\": \"<string>\",\n\t\t\"key_396\": \"<string>\",\n\t\t\"key_397\": \"<string>\",\n\t\t\"key_398\": \"<string>\",\n\t\t\"key_399\": \"<string>\",\n\t\t\"key_400\": \"<string>\",\n\t\t\"key_401\": \"<string>\",\n\t\t\"key_402\": \"<string>\",\n\t\t\"key_403\": \"<string>\",\n\t\t\"key_404\": \"<string>\",\n\t\t\"key_405\": \"<string>\",\n\t\t\"key_406\": \"<string>\",\n\t\t\"key_407\": \"<string>\",\n\t\t\"key_408\": \"<string>\",\n\t\t\"key_409\": \"<string>\",\n\t\t\"key_410\": \"<string>\",\n\t\t\"key_411\": \"<string>\",\n\t\t\"key_412\": \"<string>\",\n\t\t\"key_413\": \"<string>\",\n\t\t\"key_414\": \"<string>\",\n\t\t\"key_415\": \"<string>\",\n\t\t\"key_416\": \"<string>\",\n\t\t\"key_417\": \"<string>\",\n\t\t\"key_418\": \"<string>\",\n\t\t\"key_419\": \"<string>\",\n\t\t\"key_420\": \"<string>\",\n\t\t\"key_421\": \"<string>\",\n\t\t\"key_422\": \"<string>\",\n\t\t\"key_423\": \"<string>\",\n\t\t\"key_424\": \"<string>\",\n\t\t\"key_425\": \"<string>\",\n\t\t\"key_426\": \"<string>\",\n\t\t\"key_427\": \"<string>\",\n\t\t\"key_428\": \"<string>\",\n\t\t\"key_429\": \"<string>\",\n\t\t\"key_430\": \"<string>\",\n\t\t\"key_431\": \"<string>\",\n\t\t\"key_432\": \"<string>\",\n\t\t\"key_433\": \"<string>\",\n\t\t\"key_434\": \"<string>\",\n\t\t\"key_435\": \"<string>\",\n\t\t\"key_436\": \"<string>\",\n\t\t\"key_437\": \"<string>\",\n\t\t\"key_438\": \"<string>\",\n\t\t\"key_439\": \"<string>\",\n\t\t\"key_440\": \"<string>\",\n\t\t\"key_441\": \"<string>\",\n\t\t\"key_442\": \"<string>\",\n\t\t\"key_443\": \"<string>\",\n\t\t\"key_444\": \"<string>\",\n\t\t\"key_445\": \"<string>\",\n\t\t\"key_446\": \"<string>\",\n\t\t\"key_447\": \"<string>\",\n\t\t\"key_448\": \"<string>\",\n\t\t\"key_449\": \"<string>\",\n\t\t\"key_450\": \"<string>\",\n\t\t\"key_451\": \"<string>\",\n\t\t\"key_452\": \"<string>\",\n\t\t\"key_453\": \"<string>\",\n\t\t\"key_454\": \"<string>\",\n\t\t\"key_455\": \"<string>\",\n\t\t\"key_456\": \"<string>\",\n\t\t\"key_457\": \"<string>\",\n\t\t\"key_458\": \"<string>\",\n\t\t\"key_459\": \"<string>\",\n\t\t\"key_460\": \"<string>\",\n\t\t\"key_461\": \"<string>\",\n\t\t\"key_462\": \"<string>\",\n\t\t\"key_463\": \"<string>\",\n\t\t\"key_464\": \"<string>\",\n\t\t\"key_465\": \"<string>\",\n\t\t\"key_466\": \"<string>\",\n\t\t\"key_467\": \"<string>\",\n\t\t\"key_468\": \"<string>\",\n\t\t\"key_469\": \"<string>\",\n\t\t\"key_470\": \"<string>\",\n\t\t\"key_471\": \"<string>\",\n\t\t\"key_472\": \"<string>\",\n\t\t\"key_473\": \"<string>\",\n\t\t\"key_474\": \"<string>\",\n\t\t\"key_475\": \"<string>\",\n\t\t\"key_476\": \"<string>\",\n\t\t\"key_477\": \"<string>\",\n\t\t\"key_478\": \"<string>\",\n\t\t\"key_479\": \"<string>\",\n\t\t\"key_480\": \"<string>\",\n\t\t\"key_481\": \"<string>\",\n\t\t\"key_482\": \"<string>\",\n\t\t\"key_483\": \"<string>\",\n\t\t\"key_484\": \"<string>\",\n\t\t\"key_485\": \"<string>\",\n\t\t\"key_486\": \"<string>\",\n\t\t\"key_487\": \"<string>\",\n\t\t\"key_488\": \"<string>\",\n\t\t\"key_489\": \"<string>\",\n\t\t\"key_490\": \"<string>\",\n\t\t\"key_491\": \"<string>\",\n\t\t\"key_492\": \"<string>\",\n\t\t\"key_493\": \"<string>\",\n\t\t\"key_494\": \"<string>\",\n\t\t\"key_495\": \"<string>\",\n\t\t\"key_496\": \"<string>\",\n\t\t\"key_497\": \"<string>\",\n\t\t\"key_498\": \"<string>\",\n\t\t\"key_499\": \"<string>\",\n\t\t\"key_500\": \"<string>\",\n\t\t\"key_501\": \"<string>\",\n\t\t\"key_502\": \"<string>\",\n\t\t\"key_503\": \"<string>\",\n\t\t\"key_504\": \"<string>\",\n\t\t\"key_505\": \"<string>\",\n\t\t\"key_506\": \"<string>\",\n\t\t\"key_507\": \"<string>\",\n\t\t\"key_508\": \"<string>\",\n\t\t\"key_509\": \"<string>\",\n\t\t\"key_510\": \"<string>\",\n\t\t\"key_511\": \"<string>\",\n\t\t\"key_512\": \"<string>\",\n\t\t\"key_513\": \"<string>\",\n\t\t\"key_514\": \"<string>\",\n\t\t\"key_515\": \"<string>\",\n\t\t\"key_516\": \"<string>\",\n\t\t\"key_517\": \"<string>\",\n\t\t\"key_518\": \"<string>\",\n\t\t\"key_519\": \"<string>\",\n\t\t\"key_520\": \"<string>\",\n\t\t\"key_521\": \"<string>\",\n\t\t\"key_522\": \"<string>\",\n\t\t\"key_523\": \"<string>\",\n\t\t\"key_524\": \"<string>\",\n\t\t\"key_525\": \"<string>\",\n\t\t\"key_526\": \"<string>\",\n\t\t\"key_527\": \"<string>\",\n\t\t\"key_528\": \"<string>\",\n\t\t\"key_529\": \"<string>\",\n\t\t\"key_530\": \"<string>\",\n\t\t\"key_531\": \"<string>\",\n\t\t\"key_532\": \"<string>\",\n\t\t\"key_533\": \"<string>\",\n\t\t\"key_534\": \"<string>\",\n\t\t\"key_535\": \"<string>\",\n\t\t\"key_536\": \"<string>\",\n\t\t\"key_537\": \"<string>\",\n\t\t\"key_538\": \"<string>\",\n\t\t\"key_539\": \"<string>\",\n\t\t\"key_540\": \"<string>\",\n\t\t\"key_541\": \"<string>\",\n\t\t\"key_542\": \"<string>\",\n\t\t\"key_543\": \"<string>\",\n\t\t\"key_544\": \"<string>\",\n\t\t\"key_545\": \"<string>\",\n\t\t\"key_546\": \"<string>\",\n\t\t\"key_547\": \"<string>\",\n\t\t\"key_548\": \"<string>\",\n\t\t\"key_549\": \"<string>\",\n\t\t\"key_550\": \"<string>\",\n\t\t\"key_551\": \"<string>\",\n\t\t\"key_552\": \"<string>\",\n\t\t\"key_553\": \"<string>\",\n\t\t\"key_554\": \"<string>\",\n\t\t\"key_555\": \"<string>\",\n\t\t\"key_556\": \"<string>\",\n\t\t\"key_557\": \"<string>\",\n\t\t\"key_558\": \"<string>\",\n\t\t\"key_559\": \"<string>\",\n\t\t\"key_560\": \"<string>\",\n\t\t\"key_561\": \"<string>\",\n\t\t\"key_562\": \"<string>\",\n\t\t\"key_563\": \"<string>\",\n\t\t\"key_564\": \"<string>\",\n\t\t\"key_565\": \"<string>\",\n\t\t\"key_566\": \"<string>\",\n\t\t\"key_567\": \"<string>\",\n\t\t\"key_568\": \"<string>\",\n\t\t\"key_569\": \"<string>\",\n\t\t\"key_570\": \"<string>\",\n\t\t\"key_571\": \"<string>\",\n\t\t\"key_572\": \"<string>\",\n\t\t\"key_573\": \"<string>\",\n\t\t\"key_574\": \"<string>\",\n\t\t\"key_575\": \"<string>\",\n\t\t\"key_576\": \"<string>\",\n\t\t\"key_577\": \"<string>\",\n\t\t\"key_578\": \"<string>\",\n\t\t\"key_579\": \"<string>\",\n\t\t\"key_580\": \"<string>\",\n\t\t\"key_581\": \"<string>\",\n\t\t\"key_582\": \"<string>\",\n\t\t\"key_583\": \"<string>\",\n\t\t\"key_584\": \"<string>\",\n\t\t\"key_585\": \"<string>\",\n\t\t\"key_586\": \"<string>\",\n\t\t\"key_587\": \"<string>\",\n\t\t\"key_588\": \"<string>\",\n\t\t\"key_589\": \"<string>\",\n\t\t\"key_590\": \"<string>\",\n\t\t\"key_591\": \"<string>\",\n\t\t\"key_592\": \"<string>\",\n\t\t\"key_593\": \"<string>\",\n\t\t\"key_594\": \"<string>\",\n\t\t\"key_595\": \"<string>\",\n\t\t\"key_596\": \"<string>\",\n\t\t\"key_597\": \"<string>\",\n\t\t\"key_598\": \"<string>\",\n\t\t\"key_599\": \"<string>\",\n\t\t\"key_600\": \"<string>\",\n\t\t\"key_601\": \"<string>\",\n\t\t\"key_602\": \"<string>\",\n\t\t\"key_603\": \"<string>\",\n\t\t\"key_604\": \"<string>\",\n\t\t\"key_605\": \"<string>\",\n\t\t\"key_606\": \"<string>\",\n\t\t\"key_607\": \"<string>\",\n\t\t\"key_608\": \"<string>\",\n\t\t\"key_609\": \"<string>\",\n\t\t\"key_610\": \"<string>\",\n\t\t\"key_611\": \"<string>\",\n\t\t\"key_612\": \"<string>\",\n\t\t\"key_613\": \"<string>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"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": "45e365e5-53ac-4bcf-8ab7-ddde5661d7b0",
              "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": "86214389-1c38-4bf9-bcd8-b9502ef27070",
                  "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}\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}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c9ea54ff-9e77-462c-a9a8-e475012de275",
                  "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": "ec70afb9-858e-4f7d-af28-56724b99dc94",
              "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": "32acb1b8-1ac6-434b-a2e8-ed4c805e753b",
                  "name": "Authentication Provider retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        "authentication-providers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"redirectUrl\": \"<uri>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\",\n\t\t\"key_341\": \"<string>\",\n\t\t\"key_342\": \"<string>\",\n\t\t\"key_343\": \"<string>\",\n\t\t\"key_344\": \"<string>\",\n\t\t\"key_345\": \"<string>\",\n\t\t\"key_346\": \"<string>\",\n\t\t\"key_347\": \"<string>\",\n\t\t\"key_348\": \"<string>\",\n\t\t\"key_349\": \"<string>\",\n\t\t\"key_350\": \"<string>\",\n\t\t\"key_351\": \"<string>\",\n\t\t\"key_352\": \"<string>\",\n\t\t\"key_353\": \"<string>\",\n\t\t\"key_354\": \"<string>\",\n\t\t\"key_355\": \"<string>\",\n\t\t\"key_356\": \"<string>\",\n\t\t\"key_357\": \"<string>\",\n\t\t\"key_358\": \"<string>\",\n\t\t\"key_359\": \"<string>\",\n\t\t\"key_360\": \"<string>\",\n\t\t\"key_361\": \"<string>\",\n\t\t\"key_362\": \"<string>\",\n\t\t\"key_363\": \"<string>\",\n\t\t\"key_364\": \"<string>\",\n\t\t\"key_365\": \"<string>\",\n\t\t\"key_366\": \"<string>\",\n\t\t\"key_367\": \"<string>\",\n\t\t\"key_368\": \"<string>\",\n\t\t\"key_369\": \"<string>\",\n\t\t\"key_370\": \"<string>\",\n\t\t\"key_371\": \"<string>\",\n\t\t\"key_372\": \"<string>\",\n\t\t\"key_373\": \"<string>\",\n\t\t\"key_374\": \"<string>\",\n\t\t\"key_375\": \"<string>\",\n\t\t\"key_376\": \"<string>\",\n\t\t\"key_377\": \"<string>\",\n\t\t\"key_378\": \"<string>\",\n\t\t\"key_379\": \"<string>\",\n\t\t\"key_380\": \"<string>\",\n\t\t\"key_381\": \"<string>\",\n\t\t\"key_382\": \"<string>\",\n\t\t\"key_383\": \"<string>\",\n\t\t\"key_384\": \"<string>\",\n\t\t\"key_385\": \"<string>\",\n\t\t\"key_386\": \"<string>\",\n\t\t\"key_387\": \"<string>\",\n\t\t\"key_388\": \"<string>\",\n\t\t\"key_389\": \"<string>\",\n\t\t\"key_390\": \"<string>\",\n\t\t\"key_391\": \"<string>\",\n\t\t\"key_392\": \"<string>\",\n\t\t\"key_393\": \"<string>\",\n\t\t\"key_394\": \"<string>\",\n\t\t\"key_395\": \"<string>\",\n\t\t\"key_396\": \"<string>\",\n\t\t\"key_397\": \"<string>\",\n\t\t\"key_398\": \"<string>\",\n\t\t\"key_399\": \"<string>\",\n\t\t\"key_400\": \"<string>\",\n\t\t\"key_401\": \"<string>\",\n\t\t\"key_402\": \"<string>\",\n\t\t\"key_403\": \"<string>\",\n\t\t\"key_404\": \"<string>\",\n\t\t\"key_405\": \"<string>\",\n\t\t\"key_406\": \"<string>\",\n\t\t\"key_407\": \"<string>\",\n\t\t\"key_408\": \"<string>\",\n\t\t\"key_409\": \"<string>\",\n\t\t\"key_410\": \"<string>\",\n\t\t\"key_411\": \"<string>\",\n\t\t\"key_412\": \"<string>\",\n\t\t\"key_413\": \"<string>\",\n\t\t\"key_414\": \"<string>\",\n\t\t\"key_415\": \"<string>\",\n\t\t\"key_416\": \"<string>\",\n\t\t\"key_417\": \"<string>\",\n\t\t\"key_418\": \"<string>\",\n\t\t\"key_419\": \"<string>\",\n\t\t\"key_420\": \"<string>\",\n\t\t\"key_421\": \"<string>\",\n\t\t\"key_422\": \"<string>\",\n\t\t\"key_423\": \"<string>\",\n\t\t\"key_424\": \"<string>\",\n\t\t\"key_425\": \"<string>\",\n\t\t\"key_426\": \"<string>\",\n\t\t\"key_427\": \"<string>\",\n\t\t\"key_428\": \"<string>\",\n\t\t\"key_429\": \"<string>\",\n\t\t\"key_430\": \"<string>\",\n\t\t\"key_431\": \"<string>\",\n\t\t\"key_432\": \"<string>\",\n\t\t\"key_433\": \"<string>\",\n\t\t\"key_434\": \"<string>\",\n\t\t\"key_435\": \"<string>\",\n\t\t\"key_436\": \"<string>\",\n\t\t\"key_437\": \"<string>\",\n\t\t\"key_438\": \"<string>\",\n\t\t\"key_439\": \"<string>\",\n\t\t\"key_440\": \"<string>\",\n\t\t\"key_441\": \"<string>\",\n\t\t\"key_442\": \"<string>\",\n\t\t\"key_443\": \"<string>\",\n\t\t\"key_444\": \"<string>\",\n\t\t\"key_445\": \"<string>\",\n\t\t\"key_446\": \"<string>\",\n\t\t\"key_447\": \"<string>\",\n\t\t\"key_448\": \"<string>\",\n\t\t\"key_449\": \"<string>\",\n\t\t\"key_450\": \"<string>\",\n\t\t\"key_451\": \"<string>\",\n\t\t\"key_452\": \"<string>\",\n\t\t\"key_453\": \"<string>\",\n\t\t\"key_454\": \"<string>\",\n\t\t\"key_455\": \"<string>\",\n\t\t\"key_456\": \"<string>\",\n\t\t\"key_457\": \"<string>\",\n\t\t\"key_458\": \"<string>\",\n\t\t\"key_459\": \"<string>\",\n\t\t\"key_460\": \"<string>\",\n\t\t\"key_461\": \"<string>\",\n\t\t\"key_462\": \"<string>\",\n\t\t\"key_463\": \"<string>\",\n\t\t\"key_464\": \"<string>\",\n\t\t\"key_465\": \"<string>\",\n\t\t\"key_466\": \"<string>\",\n\t\t\"key_467\": \"<string>\",\n\t\t\"key_468\": \"<string>\",\n\t\t\"key_469\": \"<string>\",\n\t\t\"key_470\": \"<string>\",\n\t\t\"key_471\": \"<string>\",\n\t\t\"key_472\": \"<string>\",\n\t\t\"key_473\": \"<string>\",\n\t\t\"key_474\": \"<string>\",\n\t\t\"key_475\": \"<string>\",\n\t\t\"key_476\": \"<string>\",\n\t\t\"key_477\": \"<string>\",\n\t\t\"key_478\": \"<string>\",\n\t\t\"key_479\": \"<string>\",\n\t\t\"key_480\": \"<string>\",\n\t\t\"key_481\": \"<string>\",\n\t\t\"key_482\": \"<string>\",\n\t\t\"key_483\": \"<string>\",\n\t\t\"key_484\": \"<string>\",\n\t\t\"key_485\": \"<string>\",\n\t\t\"key_486\": \"<string>\",\n\t\t\"key_487\": \"<string>\",\n\t\t\"key_488\": \"<string>\",\n\t\t\"key_489\": \"<string>\",\n\t\t\"key_490\": \"<string>\",\n\t\t\"key_491\": \"<string>\",\n\t\t\"key_492\": \"<string>\",\n\t\t\"key_493\": \"<string>\",\n\t\t\"key_494\": \"<string>\",\n\t\t\"key_495\": \"<string>\",\n\t\t\"key_496\": \"<string>\",\n\t\t\"key_497\": \"<string>\",\n\t\t\"key_498\": \"<string>\",\n\t\t\"key_499\": \"<string>\",\n\t\t\"key_500\": \"<string>\",\n\t\t\"key_501\": \"<string>\",\n\t\t\"key_502\": \"<string>\",\n\t\t\"key_503\": \"<string>\",\n\t\t\"key_504\": \"<string>\",\n\t\t\"key_505\": \"<string>\",\n\t\t\"key_506\": \"<string>\",\n\t\t\"key_507\": \"<string>\",\n\t\t\"key_508\": \"<string>\",\n\t\t\"key_509\": \"<string>\",\n\t\t\"key_510\": \"<string>\",\n\t\t\"key_511\": \"<string>\",\n\t\t\"key_512\": \"<string>\",\n\t\t\"key_513\": \"<string>\",\n\t\t\"key_514\": \"<string>\",\n\t\t\"key_515\": \"<string>\",\n\t\t\"key_516\": \"<string>\",\n\t\t\"key_517\": \"<string>\",\n\t\t\"key_518\": \"<string>\",\n\t\t\"key_519\": \"<string>\",\n\t\t\"key_520\": \"<string>\",\n\t\t\"key_521\": \"<string>\",\n\t\t\"key_522\": \"<string>\",\n\t\t\"key_523\": \"<string>\",\n\t\t\"key_524\": \"<string>\",\n\t\t\"key_525\": \"<string>\",\n\t\t\"key_526\": \"<string>\",\n\t\t\"key_527\": \"<string>\",\n\t\t\"key_528\": \"<string>\",\n\t\t\"key_529\": \"<string>\",\n\t\t\"key_530\": \"<string>\",\n\t\t\"key_531\": \"<string>\",\n\t\t\"key_532\": \"<string>\",\n\t\t\"key_533\": \"<string>\",\n\t\t\"key_534\": \"<string>\",\n\t\t\"key_535\": \"<string>\",\n\t\t\"key_536\": \"<string>\",\n\t\t\"key_537\": \"<string>\",\n\t\t\"key_538\": \"<string>\",\n\t\t\"key_539\": \"<string>\",\n\t\t\"key_540\": \"<string>\",\n\t\t\"key_541\": \"<string>\",\n\t\t\"key_542\": \"<string>\",\n\t\t\"key_543\": \"<string>\",\n\t\t\"key_544\": \"<string>\",\n\t\t\"key_545\": \"<string>\",\n\t\t\"key_546\": \"<string>\",\n\t\t\"key_547\": \"<string>\",\n\t\t\"key_548\": \"<string>\",\n\t\t\"key_549\": \"<string>\",\n\t\t\"key_550\": \"<string>\",\n\t\t\"key_551\": \"<string>\",\n\t\t\"key_552\": \"<string>\",\n\t\t\"key_553\": \"<string>\",\n\t\t\"key_554\": \"<string>\",\n\t\t\"key_555\": \"<string>\",\n\t\t\"key_556\": \"<string>\",\n\t\t\"key_557\": \"<string>\",\n\t\t\"key_558\": \"<string>\",\n\t\t\"key_559\": \"<string>\",\n\t\t\"key_560\": \"<string>\",\n\t\t\"key_561\": \"<string>\",\n\t\t\"key_562\": \"<string>\",\n\t\t\"key_563\": \"<string>\",\n\t\t\"key_564\": \"<string>\",\n\t\t\"key_565\": \"<string>\",\n\t\t\"key_566\": \"<string>\",\n\t\t\"key_567\": \"<string>\",\n\t\t\"key_568\": \"<string>\",\n\t\t\"key_569\": \"<string>\",\n\t\t\"key_570\": \"<string>\",\n\t\t\"key_571\": \"<string>\",\n\t\t\"key_572\": \"<string>\",\n\t\t\"key_573\": \"<string>\",\n\t\t\"key_574\": \"<string>\",\n\t\t\"key_575\": \"<string>\",\n\t\t\"key_576\": \"<string>\",\n\t\t\"key_577\": \"<string>\",\n\t\t\"key_578\": \"<string>\",\n\t\t\"key_579\": \"<string>\",\n\t\t\"key_580\": \"<string>\",\n\t\t\"key_581\": \"<string>\",\n\t\t\"key_582\": \"<string>\",\n\t\t\"key_583\": \"<string>\",\n\t\t\"key_584\": \"<string>\",\n\t\t\"key_585\": \"<string>\",\n\t\t\"key_586\": \"<string>\",\n\t\t\"key_587\": \"<string>\",\n\t\t\"key_588\": \"<string>\",\n\t\t\"key_589\": \"<string>\",\n\t\t\"key_590\": \"<string>\",\n\t\t\"key_591\": \"<string>\",\n\t\t\"key_592\": \"<string>\",\n\t\t\"key_593\": \"<string>\",\n\t\t\"key_594\": \"<string>\",\n\t\t\"key_595\": \"<string>\",\n\t\t\"key_596\": \"<string>\",\n\t\t\"key_597\": \"<string>\",\n\t\t\"key_598\": \"<string>\",\n\t\t\"key_599\": \"<string>\",\n\t\t\"key_600\": \"<string>\",\n\t\t\"key_601\": \"<string>\",\n\t\t\"key_602\": \"<string>\",\n\t\t\"key_603\": \"<string>\",\n\t\t\"key_604\": \"<string>\",\n\t\t\"key_605\": \"<string>\",\n\t\t\"key_606\": \"<string>\",\n\t\t\"key_607\": \"<string>\",\n\t\t\"key_608\": \"<string>\",\n\t\t\"key_609\": \"<string>\",\n\t\t\"key_610\": \"<string>\",\n\t\t\"key_611\": \"<string>\",\n\t\t\"key_612\": \"<string>\",\n\t\t\"key_613\": \"<string>\",\n\t\t\"key_614\": \"<string>\",\n\t\t\"key_615\": \"<string>\",\n\t\t\"key_616\": \"<string>\",\n\t\t\"key_617\": \"<string>\",\n\t\t\"key_618\": \"<string>\",\n\t\t\"key_619\": \"<string>\",\n\t\t\"key_620\": \"<string>\",\n\t\t\"key_621\": \"<string>\",\n\t\t\"key_622\": \"<string>\",\n\t\t\"key_623\": \"<string>\",\n\t\t\"key_624\": \"<string>\",\n\t\t\"key_625\": \"<string>\",\n\t\t\"key_626\": \"<string>\",\n\t\t\"key_627\": \"<string>\",\n\t\t\"key_628\": \"<string>\",\n\t\t\"key_629\": \"<string>\",\n\t\t\"key_630\": \"<string>\",\n\t\t\"key_631\": \"<string>\",\n\t\t\"key_632\": \"<string>\",\n\t\t\"key_633\": \"<string>\",\n\t\t\"key_634\": \"<string>\",\n\t\t\"key_635\": \"<string>\",\n\t\t\"key_636\": \"<string>\",\n\t\t\"key_637\": \"<string>\",\n\t\t\"key_638\": \"<string>\",\n\t\t\"key_639\": \"<string>\",\n\t\t\"key_640\": \"<string>\",\n\t\t\"key_641\": \"<string>\",\n\t\t\"key_642\": \"<string>\",\n\t\t\"key_643\": \"<string>\",\n\t\t\"key_644\": \"<string>\",\n\t\t\"key_645\": \"<string>\",\n\t\t\"key_646\": \"<string>\",\n\t\t\"key_647\": \"<string>\",\n\t\t\"key_648\": \"<string>\",\n\t\t\"key_649\": \"<string>\",\n\t\t\"key_650\": \"<string>\",\n\t\t\"key_651\": \"<string>\",\n\t\t\"key_652\": \"<string>\",\n\t\t\"key_653\": \"<string>\",\n\t\t\"key_654\": \"<string>\",\n\t\t\"key_655\": \"<string>\",\n\t\t\"key_656\": \"<string>\",\n\t\t\"key_657\": \"<string>\",\n\t\t\"key_658\": \"<string>\",\n\t\t\"key_659\": \"<string>\",\n\t\t\"key_660\": \"<string>\",\n\t\t\"key_661\": \"<string>\",\n\t\t\"key_662\": \"<string>\",\n\t\t\"key_663\": \"<string>\",\n\t\t\"key_664\": \"<string>\",\n\t\t\"key_665\": \"<string>\",\n\t\t\"key_666\": \"<string>\",\n\t\t\"key_667\": \"<string>\",\n\t\t\"key_668\": \"<string>\",\n\t\t\"key_669\": \"<string>\",\n\t\t\"key_670\": \"<string>\",\n\t\t\"key_671\": \"<string>\",\n\t\t\"key_672\": \"<string>\",\n\t\t\"key_673\": \"<string>\",\n\t\t\"key_674\": \"<string>\",\n\t\t\"key_675\": \"<string>\",\n\t\t\"key_676\": \"<string>\",\n\t\t\"key_677\": \"<string>\",\n\t\t\"key_678\": \"<string>\",\n\t\t\"key_679\": \"<string>\",\n\t\t\"key_680\": \"<string>\",\n\t\t\"key_681\": \"<string>\",\n\t\t\"key_682\": \"<string>\",\n\t\t\"key_683\": \"<string>\",\n\t\t\"key_684\": \"<string>\",\n\t\t\"key_685\": \"<string>\",\n\t\t\"key_686\": \"<string>\",\n\t\t\"key_687\": \"<string>\",\n\t\t\"key_688\": \"<string>\",\n\t\t\"key_689\": \"<string>\",\n\t\t\"key_690\": \"<string>\",\n\t\t\"key_691\": \"<string>\",\n\t\t\"key_692\": \"<string>\",\n\t\t\"key_693\": \"<string>\",\n\t\t\"key_694\": \"<string>\",\n\t\t\"key_695\": \"<string>\",\n\t\t\"key_696\": \"<string>\",\n\t\t\"key_697\": \"<string>\",\n\t\t\"key_698\": \"<string>\",\n\t\t\"key_699\": \"<string>\",\n\t\t\"key_700\": \"<string>\",\n\t\t\"key_701\": \"<string>\",\n\t\t\"key_702\": \"<string>\",\n\t\t\"key_703\": \"<string>\",\n\t\t\"key_704\": \"<string>\",\n\t\t\"key_705\": \"<string>\",\n\t\t\"key_706\": \"<string>\",\n\t\t\"key_707\": \"<string>\",\n\t\t\"key_708\": \"<string>\",\n\t\t\"key_709\": \"<string>\",\n\t\t\"key_710\": \"<string>\",\n\t\t\"key_711\": \"<string>\",\n\t\t\"key_712\": \"<string>\",\n\t\t\"key_713\": \"<string>\",\n\t\t\"key_714\": \"<string>\",\n\t\t\"key_715\": \"<string>\",\n\t\t\"key_716\": \"<string>\",\n\t\t\"key_717\": \"<string>\",\n\t\t\"key_718\": \"<string>\",\n\t\t\"key_719\": \"<string>\",\n\t\t\"key_720\": \"<string>\",\n\t\t\"key_721\": \"<string>\",\n\t\t\"key_722\": \"<string>\",\n\t\t\"key_723\": \"<string>\",\n\t\t\"key_724\": \"<string>\",\n\t\t\"key_725\": \"<string>\",\n\t\t\"key_726\": \"<string>\",\n\t\t\"key_727\": \"<string>\",\n\t\t\"key_728\": \"<string>\",\n\t\t\"key_729\": \"<string>\",\n\t\t\"key_730\": \"<string>\",\n\t\t\"key_731\": \"<string>\",\n\t\t\"key_732\": \"<string>\",\n\t\t\"key_733\": \"<string>\",\n\t\t\"key_734\": \"<string>\",\n\t\t\"key_735\": \"<string>\",\n\t\t\"key_736\": \"<string>\",\n\t\t\"key_737\": \"<string>\",\n\t\t\"key_738\": \"<string>\",\n\t\t\"key_739\": \"<string>\",\n\t\t\"key_740\": \"<string>\",\n\t\t\"key_741\": \"<string>\",\n\t\t\"key_742\": \"<string>\",\n\t\t\"key_743\": \"<string>\",\n\t\t\"key_744\": \"<string>\",\n\t\t\"key_745\": \"<string>\",\n\t\t\"key_746\": \"<string>\",\n\t\t\"key_747\": \"<string>\",\n\t\t\"key_748\": \"<string>\",\n\t\t\"key_749\": \"<string>\",\n\t\t\"key_750\": \"<string>\",\n\t\t\"key_751\": \"<string>\",\n\t\t\"key_752\": \"<string>\",\n\t\t\"key_753\": \"<string>\",\n\t\t\"key_754\": \"<string>\",\n\t\t\"key_755\": \"<string>\",\n\t\t\"key_756\": \"<string>\",\n\t\t\"key_757\": \"<string>\",\n\t\t\"key_758\": \"<string>\",\n\t\t\"key_759\": \"<string>\",\n\t\t\"key_760\": \"<string>\",\n\t\t\"key_761\": \"<string>\",\n\t\t\"key_762\": \"<string>\",\n\t\t\"key_763\": \"<string>\",\n\t\t\"key_764\": \"<string>\",\n\t\t\"key_765\": \"<string>\",\n\t\t\"key_766\": \"<string>\",\n\t\t\"key_767\": \"<string>\",\n\t\t\"key_768\": \"<string>\",\n\t\t\"key_769\": \"<string>\",\n\t\t\"key_770\": \"<string>\",\n\t\t\"key_771\": \"<string>\",\n\t\t\"key_772\": \"<string>\",\n\t\t\"key_773\": \"<string>\",\n\t\t\"key_774\": \"<string>\",\n\t\t\"key_775\": \"<string>\",\n\t\t\"key_776\": \"<string>\",\n\t\t\"key_777\": \"<string>\",\n\t\t\"key_778\": \"<string>\",\n\t\t\"key_779\": \"<string>\",\n\t\t\"key_780\": \"<string>\",\n\t\t\"key_781\": \"<string>\",\n\t\t\"key_782\": \"<string>\",\n\t\t\"key_783\": \"<string>\",\n\t\t\"key_784\": \"<string>\",\n\t\t\"key_785\": \"<string>\",\n\t\t\"key_786\": \"<string>\",\n\t\t\"key_787\": \"<string>\",\n\t\t\"key_788\": \"<string>\",\n\t\t\"key_789\": \"<string>\",\n\t\t\"key_790\": \"<string>\",\n\t\t\"key_791\": \"<string>\",\n\t\t\"key_792\": \"<string>\",\n\t\t\"key_793\": \"<string>\",\n\t\t\"key_794\": \"<string>\",\n\t\t\"key_795\": \"<string>\",\n\t\t\"key_796\": \"<string>\",\n\t\t\"key_797\": \"<string>\",\n\t\t\"key_798\": \"<string>\",\n\t\t\"key_799\": \"<string>\",\n\t\t\"key_800\": \"<string>\",\n\t\t\"key_801\": \"<string>\",\n\t\t\"key_802\": \"<string>\",\n\t\t\"key_803\": \"<string>\",\n\t\t\"key_804\": \"<string>\",\n\t\t\"key_805\": \"<string>\",\n\t\t\"key_806\": \"<string>\",\n\t\t\"key_807\": \"<string>\",\n\t\t\"key_808\": \"<string>\",\n\t\t\"key_809\": \"<string>\",\n\t\t\"key_810\": \"<string>\",\n\t\t\"key_811\": \"<string>\",\n\t\t\"key_812\": \"<string>\",\n\t\t\"key_813\": \"<string>\",\n\t\t\"key_814\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b129b10c-ba2c-4d18-b98d-d16c695712c0",
                  "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": "2ebec910-cd3c-4186-8dcc-55efa55805ac",
                  "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": "1ca67d1c-b2c7-4895-9248-359273e4014a",
              "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}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "df76d0d8-b3c9-403e-be19-0d1454396d02",
                  "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}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"clientId\": \"<string>\",\n\t\"clientSecret\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"redirectUrl\": \"<uri>\",\n\t\"url\": \"<uri>\",\n\t\"scope\": [\n\t\t\"openid\",\n\t\t\"profile\",\n\t\t\"email\"\n\t],\n\t\"tokenEndpointAuthMethod\": \"client_secret_basic\",\n\t\"staticRequestParameters\": {\n\t\t\"key_0\": \"<string>\",\n\t\t\"key_1\": \"<string>\",\n\t\t\"key_2\": \"<string>\",\n\t\t\"key_3\": \"<string>\",\n\t\t\"key_4\": \"<string>\",\n\t\t\"key_5\": \"<string>\",\n\t\t\"key_6\": \"<string>\",\n\t\t\"key_7\": \"<string>\",\n\t\t\"key_8\": \"<string>\",\n\t\t\"key_9\": \"<string>\",\n\t\t\"key_10\": \"<string>\",\n\t\t\"key_11\": \"<string>\",\n\t\t\"key_12\": \"<string>\",\n\t\t\"key_13\": \"<string>\",\n\t\t\"key_14\": \"<string>\",\n\t\t\"key_15\": \"<string>\",\n\t\t\"key_16\": \"<string>\",\n\t\t\"key_17\": \"<string>\",\n\t\t\"key_18\": \"<string>\",\n\t\t\"key_19\": \"<string>\",\n\t\t\"key_20\": \"<string>\",\n\t\t\"key_21\": \"<string>\",\n\t\t\"key_22\": \"<string>\",\n\t\t\"key_23\": \"<string>\",\n\t\t\"key_24\": \"<string>\",\n\t\t\"key_25\": \"<string>\",\n\t\t\"key_26\": \"<string>\",\n\t\t\"key_27\": \"<string>\",\n\t\t\"key_28\": \"<string>\",\n\t\t\"key_29\": \"<string>\",\n\t\t\"key_30\": \"<string>\",\n\t\t\"key_31\": \"<string>\",\n\t\t\"key_32\": \"<string>\",\n\t\t\"key_33\": \"<string>\",\n\t\t\"key_34\": \"<string>\",\n\t\t\"key_35\": \"<string>\",\n\t\t\"key_36\": \"<string>\",\n\t\t\"key_37\": \"<string>\",\n\t\t\"key_38\": \"<string>\",\n\t\t\"key_39\": \"<string>\",\n\t\t\"key_40\": \"<string>\",\n\t\t\"key_41\": \"<string>\",\n\t\t\"key_42\": \"<string>\",\n\t\t\"key_43\": \"<string>\",\n\t\t\"key_44\": \"<string>\",\n\t\t\"key_45\": \"<string>\",\n\t\t\"key_46\": \"<string>\",\n\t\t\"key_47\": \"<string>\",\n\t\t\"key_48\": \"<string>\",\n\t\t\"key_49\": \"<string>\",\n\t\t\"key_50\": \"<string>\",\n\t\t\"key_51\": \"<string>\",\n\t\t\"key_52\": \"<string>\",\n\t\t\"key_53\": \"<string>\",\n\t\t\"key_54\": \"<string>\",\n\t\t\"key_55\": \"<string>\",\n\t\t\"key_56\": \"<string>\",\n\t\t\"key_57\": \"<string>\",\n\t\t\"key_58\": \"<string>\",\n\t\t\"key_59\": \"<string>\",\n\t\t\"key_60\": \"<string>\",\n\t\t\"key_61\": \"<string>\",\n\t\t\"key_62\": \"<string>\",\n\t\t\"key_63\": \"<string>\",\n\t\t\"key_64\": \"<string>\",\n\t\t\"key_65\": \"<string>\",\n\t\t\"key_66\": \"<string>\",\n\t\t\"key_67\": \"<string>\",\n\t\t\"key_68\": \"<string>\",\n\t\t\"key_69\": \"<string>\",\n\t\t\"key_70\": \"<string>\",\n\t\t\"key_71\": \"<string>\",\n\t\t\"key_72\": \"<string>\",\n\t\t\"key_73\": \"<string>\",\n\t\t\"key_74\": \"<string>\",\n\t\t\"key_75\": \"<string>\",\n\t\t\"key_76\": \"<string>\",\n\t\t\"key_77\": \"<string>\",\n\t\t\"key_78\": \"<string>\",\n\t\t\"key_79\": \"<string>\",\n\t\t\"key_80\": \"<string>\",\n\t\t\"key_81\": \"<string>\",\n\t\t\"key_82\": \"<string>\",\n\t\t\"key_83\": \"<string>\",\n\t\t\"key_84\": \"<string>\",\n\t\t\"key_85\": \"<string>\",\n\t\t\"key_86\": \"<string>\",\n\t\t\"key_87\": \"<string>\",\n\t\t\"key_88\": \"<string>\",\n\t\t\"key_89\": \"<string>\",\n\t\t\"key_90\": \"<string>\",\n\t\t\"key_91\": \"<string>\",\n\t\t\"key_92\": \"<string>\",\n\t\t\"key_93\": \"<string>\",\n\t\t\"key_94\": \"<string>\",\n\t\t\"key_95\": \"<string>\",\n\t\t\"key_96\": \"<string>\",\n\t\t\"key_97\": \"<string>\",\n\t\t\"key_98\": \"<string>\",\n\t\t\"key_99\": \"<string>\",\n\t\t\"key_100\": \"<string>\",\n\t\t\"key_101\": \"<string>\",\n\t\t\"key_102\": \"<string>\",\n\t\t\"key_103\": \"<string>\",\n\t\t\"key_104\": \"<string>\",\n\t\t\"key_105\": \"<string>\",\n\t\t\"key_106\": \"<string>\",\n\t\t\"key_107\": \"<string>\",\n\t\t\"key_108\": \"<string>\",\n\t\t\"key_109\": \"<string>\",\n\t\t\"key_110\": \"<string>\",\n\t\t\"key_111\": \"<string>\",\n\t\t\"key_112\": \"<string>\",\n\t\t\"key_113\": \"<string>\",\n\t\t\"key_114\": \"<string>\",\n\t\t\"key_115\": \"<string>\",\n\t\t\"key_116\": \"<string>\",\n\t\t\"key_117\": \"<string>\",\n\t\t\"key_118\": \"<string>\",\n\t\t\"key_119\": \"<string>\",\n\t\t\"key_120\": \"<string>\",\n\t\t\"key_121\": \"<string>\",\n\t\t\"key_122\": \"<string>\",\n\t\t\"key_123\": \"<string>\",\n\t\t\"key_124\": \"<string>\",\n\t\t\"key_125\": \"<string>\",\n\t\t\"key_126\": \"<string>\",\n\t\t\"key_127\": \"<string>\",\n\t\t\"key_128\": \"<string>\",\n\t\t\"key_129\": \"<string>\",\n\t\t\"key_130\": \"<string>\",\n\t\t\"key_131\": \"<string>\",\n\t\t\"key_132\": \"<string>\",\n\t\t\"key_133\": \"<string>\",\n\t\t\"key_134\": \"<string>\",\n\t\t\"key_135\": \"<string>\",\n\t\t\"key_136\": \"<string>\",\n\t\t\"key_137\": \"<string>\",\n\t\t\"key_138\": \"<string>\",\n\t\t\"key_139\": \"<string>\",\n\t\t\"key_140\": \"<string>\",\n\t\t\"key_141\": \"<string>\",\n\t\t\"key_142\": \"<string>\",\n\t\t\"key_143\": \"<string>\",\n\t\t\"key_144\": \"<string>\",\n\t\t\"key_145\": \"<string>\",\n\t\t\"key_146\": \"<string>\",\n\t\t\"key_147\": \"<string>\",\n\t\t\"key_148\": \"<string>\",\n\t\t\"key_149\": \"<string>\",\n\t\t\"key_150\": \"<string>\",\n\t\t\"key_151\": \"<string>\",\n\t\t\"key_152\": \"<string>\",\n\t\t\"key_153\": \"<string>\",\n\t\t\"key_154\": \"<string>\",\n\t\t\"key_155\": \"<string>\",\n\t\t\"key_156\": \"<string>\",\n\t\t\"key_157\": \"<string>\",\n\t\t\"key_158\": \"<string>\",\n\t\t\"key_159\": \"<string>\",\n\t\t\"key_160\": \"<string>\",\n\t\t\"key_161\": \"<string>\",\n\t\t\"key_162\": \"<string>\",\n\t\t\"key_163\": \"<string>\",\n\t\t\"key_164\": \"<string>\",\n\t\t\"key_165\": \"<string>\",\n\t\t\"key_166\": \"<string>\",\n\t\t\"key_167\": \"<string>\",\n\t\t\"key_168\": \"<string>\",\n\t\t\"key_169\": \"<string>\",\n\t\t\"key_170\": \"<string>\",\n\t\t\"key_171\": \"<string>\",\n\t\t\"key_172\": \"<string>\",\n\t\t\"key_173\": \"<string>\",\n\t\t\"key_174\": \"<string>\",\n\t\t\"key_175\": \"<string>\",\n\t\t\"key_176\": \"<string>\",\n\t\t\"key_177\": \"<string>\",\n\t\t\"key_178\": \"<string>\",\n\t\t\"key_179\": \"<string>\",\n\t\t\"key_180\": \"<string>\",\n\t\t\"key_181\": \"<string>\",\n\t\t\"key_182\": \"<string>\",\n\t\t\"key_183\": \"<string>\",\n\t\t\"key_184\": \"<string>\",\n\t\t\"key_185\": \"<string>\",\n\t\t\"key_186\": \"<string>\",\n\t\t\"key_187\": \"<string>\",\n\t\t\"key_188\": \"<string>\",\n\t\t\"key_189\": \"<string>\",\n\t\t\"key_190\": \"<string>\",\n\t\t\"key_191\": \"<string>\",\n\t\t\"key_192\": \"<string>\",\n\t\t\"key_193\": \"<string>\",\n\t\t\"key_194\": \"<string>\",\n\t\t\"key_195\": \"<string>\",\n\t\t\"key_196\": \"<string>\",\n\t\t\"key_197\": \"<string>\",\n\t\t\"key_198\": \"<string>\",\n\t\t\"key_199\": \"<string>\",\n\t\t\"key_200\": \"<string>\",\n\t\t\"key_201\": \"<string>\",\n\t\t\"key_202\": \"<string>\",\n\t\t\"key_203\": \"<string>\",\n\t\t\"key_204\": \"<string>\",\n\t\t\"key_205\": \"<string>\",\n\t\t\"key_206\": \"<string>\",\n\t\t\"key_207\": \"<string>\",\n\t\t\"key_208\": \"<string>\",\n\t\t\"key_209\": \"<string>\",\n\t\t\"key_210\": \"<string>\",\n\t\t\"key_211\": \"<string>\",\n\t\t\"key_212\": \"<string>\",\n\t\t\"key_213\": \"<string>\",\n\t\t\"key_214\": \"<string>\",\n\t\t\"key_215\": \"<string>\",\n\t\t\"key_216\": \"<string>\",\n\t\t\"key_217\": \"<string>\",\n\t\t\"key_218\": \"<string>\",\n\t\t\"key_219\": \"<string>\",\n\t\t\"key_220\": \"<string>\",\n\t\t\"key_221\": \"<string>\",\n\t\t\"key_222\": \"<string>\",\n\t\t\"key_223\": \"<string>\",\n\t\t\"key_224\": \"<string>\",\n\t\t\"key_225\": \"<string>\",\n\t\t\"key_226\": \"<string>\",\n\t\t\"key_227\": \"<string>\",\n\t\t\"key_228\": \"<string>\",\n\t\t\"key_229\": \"<string>\",\n\t\t\"key_230\": \"<string>\",\n\t\t\"key_231\": \"<string>\",\n\t\t\"key_232\": \"<string>\",\n\t\t\"key_233\": \"<string>\",\n\t\t\"key_234\": \"<string>\",\n\t\t\"key_235\": \"<string>\",\n\t\t\"key_236\": \"<string>\",\n\t\t\"key_237\": \"<string>\",\n\t\t\"key_238\": \"<string>\",\n\t\t\"key_239\": \"<string>\",\n\t\t\"key_240\": \"<string>\",\n\t\t\"key_241\": \"<string>\",\n\t\t\"key_242\": \"<string>\",\n\t\t\"key_243\": \"<string>\",\n\t\t\"key_244\": \"<string>\",\n\t\t\"key_245\": \"<string>\",\n\t\t\"key_246\": \"<string>\",\n\t\t\"key_247\": \"<string>\",\n\t\t\"key_248\": \"<string>\",\n\t\t\"key_249\": \"<string>\",\n\t\t\"key_250\": \"<string>\",\n\t\t\"key_251\": \"<string>\",\n\t\t\"key_252\": \"<string>\",\n\t\t\"key_253\": \"<string>\",\n\t\t\"key_254\": \"<string>\",\n\t\t\"key_255\": \"<string>\",\n\t\t\"key_256\": \"<string>\",\n\t\t\"key_257\": \"<string>\",\n\t\t\"key_258\": \"<string>\",\n\t\t\"key_259\": \"<string>\",\n\t\t\"key_260\": \"<string>\",\n\t\t\"key_261\": \"<string>\",\n\t\t\"key_262\": \"<string>\",\n\t\t\"key_263\": \"<string>\",\n\t\t\"key_264\": \"<string>\",\n\t\t\"key_265\": \"<string>\",\n\t\t\"key_266\": \"<string>\",\n\t\t\"key_267\": \"<string>\",\n\t\t\"key_268\": \"<string>\",\n\t\t\"key_269\": \"<string>\",\n\t\t\"key_270\": \"<string>\",\n\t\t\"key_271\": \"<string>\",\n\t\t\"key_272\": \"<string>\",\n\t\t\"key_273\": \"<string>\",\n\t\t\"key_274\": \"<string>\",\n\t\t\"key_275\": \"<string>\",\n\t\t\"key_276\": \"<string>\",\n\t\t\"key_277\": \"<string>\",\n\t\t\"key_278\": \"<string>\",\n\t\t\"key_279\": \"<string>\",\n\t\t\"key_280\": \"<string>\",\n\t\t\"key_281\": \"<string>\",\n\t\t\"key_282\": \"<string>\",\n\t\t\"key_283\": \"<string>\",\n\t\t\"key_284\": \"<string>\",\n\t\t\"key_285\": \"<string>\",\n\t\t\"key_286\": \"<string>\",\n\t\t\"key_287\": \"<string>\",\n\t\t\"key_288\": \"<string>\",\n\t\t\"key_289\": \"<string>\",\n\t\t\"key_290\": \"<string>\",\n\t\t\"key_291\": \"<string>\",\n\t\t\"key_292\": \"<string>\",\n\t\t\"key_293\": \"<string>\",\n\t\t\"key_294\": \"<string>\",\n\t\t\"key_295\": \"<string>\",\n\t\t\"key_296\": \"<string>\",\n\t\t\"key_297\": \"<string>\",\n\t\t\"key_298\": \"<string>\",\n\t\t\"key_299\": \"<string>\",\n\t\t\"key_300\": \"<string>\",\n\t\t\"key_301\": \"<string>\",\n\t\t\"key_302\": \"<string>\",\n\t\t\"key_303\": \"<string>\",\n\t\t\"key_304\": \"<string>\",\n\t\t\"key_305\": \"<string>\",\n\t\t\"key_306\": \"<string>\",\n\t\t\"key_307\": \"<string>\",\n\t\t\"key_308\": \"<string>\",\n\t\t\"key_309\": \"<string>\",\n\t\t\"key_310\": \"<string>\",\n\t\t\"key_311\": \"<string>\",\n\t\t\"key_312\": \"<string>\",\n\t\t\"key_313\": \"<string>\",\n\t\t\"key_314\": \"<string>\",\n\t\t\"key_315\": \"<string>\",\n\t\t\"key_316\": \"<string>\",\n\t\t\"key_317\": \"<string>\",\n\t\t\"key_318\": \"<string>\",\n\t\t\"key_319\": \"<string>\",\n\t\t\"key_320\": \"<string>\",\n\t\t\"key_321\": \"<string>\",\n\t\t\"key_322\": \"<string>\",\n\t\t\"key_323\": \"<string>\",\n\t\t\"key_324\": \"<string>\",\n\t\t\"key_325\": \"<string>\",\n\t\t\"key_326\": \"<string>\",\n\t\t\"key_327\": \"<string>\",\n\t\t\"key_328\": \"<string>\",\n\t\t\"key_329\": \"<string>\",\n\t\t\"key_330\": \"<string>\",\n\t\t\"key_331\": \"<string>\",\n\t\t\"key_332\": \"<string>\",\n\t\t\"key_333\": \"<string>\",\n\t\t\"key_334\": \"<string>\",\n\t\t\"key_335\": \"<string>\",\n\t\t\"key_336\": \"<string>\",\n\t\t\"key_337\": \"<string>\",\n\t\t\"key_338\": \"<string>\",\n\t\t\"key_339\": \"<string>\",\n\t\t\"key_340\": \"<string>\",\n\t\t\"key_341\": \"<string>\",\n\t\t\"key_342\": \"<string>\",\n\t\t\"key_343\": \"<string>\",\n\t\t\"key_344\": \"<string>\",\n\t\t\"key_345\": \"<string>\",\n\t\t\"key_346\": \"<string>\",\n\t\t\"key_347\": \"<string>\",\n\t\t\"key_348\": \"<string>\",\n\t\t\"key_349\": \"<string>\",\n\t\t\"key_350\": \"<string>\",\n\t\t\"key_351\": \"<string>\",\n\t\t\"key_352\": \"<string>\",\n\t\t\"key_353\": \"<string>\",\n\t\t\"key_354\": \"<string>\",\n\t\t\"key_355\": \"<string>\",\n\t\t\"key_356\": \"<string>\",\n\t\t\"key_357\": \"<string>\",\n\t\t\"key_358\": \"<string>\",\n\t\t\"key_359\": \"<string>\",\n\t\t\"key_360\": \"<string>\",\n\t\t\"key_361\": \"<string>\",\n\t\t\"key_362\": \"<string>\",\n\t\t\"key_363\": \"<string>\",\n\t\t\"key_364\": \"<string>\",\n\t\t\"key_365\": \"<string>\",\n\t\t\"key_366\": \"<string>\",\n\t\t\"key_367\": \"<string>\",\n\t\t\"key_368\": \"<string>\",\n\t\t\"key_369\": \"<string>\",\n\t\t\"key_370\": \"<string>\",\n\t\t\"key_371\": \"<string>\",\n\t\t\"key_372\": \"<string>\",\n\t\t\"key_373\": \"<string>\",\n\t\t\"key_374\": \"<string>\",\n\t\t\"key_375\": \"<string>\",\n\t\t\"key_376\": \"<string>\",\n\t\t\"key_377\": \"<string>\",\n\t\t\"key_378\": \"<string>\",\n\t\t\"key_379\": \"<string>\",\n\t\t\"key_380\": \"<string>\",\n\t\t\"key_381\": \"<string>\",\n\t\t\"key_382\": \"<string>\",\n\t\t\"key_383\": \"<string>\",\n\t\t\"key_384\": \"<string>\",\n\t\t\"key_385\": \"<string>\",\n\t\t\"key_386\": \"<string>\",\n\t\t\"key_387\": \"<string>\",\n\t\t\"key_388\": \"<string>\",\n\t\t\"key_389\": \"<string>\",\n\t\t\"key_390\": \"<string>\",\n\t\t\"key_391\": \"<string>\",\n\t\t\"key_392\": \"<string>\",\n\t\t\"key_393\": \"<string>\",\n\t\t\"key_394\": \"<string>\",\n\t\t\"key_395\": \"<string>\",\n\t\t\"key_396\": \"<string>\",\n\t\t\"key_397\": \"<string>\",\n\t\t\"key_398\": \"<string>\",\n\t\t\"key_399\": \"<string>\",\n\t\t\"key_400\": \"<string>\",\n\t\t\"key_401\": \"<string>\",\n\t\t\"key_402\": \"<string>\",\n\t\t\"key_403\": \"<string>\",\n\t\t\"key_404\": \"<string>\",\n\t\t\"key_405\": \"<string>\",\n\t\t\"key_406\": \"<string>\",\n\t\t\"key_407\": \"<string>\",\n\t\t\"key_408\": \"<string>\",\n\t\t\"key_409\": \"<string>\",\n\t\t\"key_410\": \"<string>\",\n\t\t\"key_411\": \"<string>\",\n\t\t\"key_412\": \"<string>\",\n\t\t\"key_413\": \"<string>\",\n\t\t\"key_414\": \"<string>\",\n\t\t\"key_415\": \"<string>\",\n\t\t\"key_416\": \"<string>\",\n\t\t\"key_417\": \"<string>\",\n\t\t\"key_418\": \"<string>\",\n\t\t\"key_419\": \"<string>\",\n\t\t\"key_420\": \"<string>\",\n\t\t\"key_421\": \"<string>\",\n\t\t\"key_422\": \"<string>\",\n\t\t\"key_423\": \"<string>\",\n\t\t\"key_424\": \"<string>\",\n\t\t\"key_425\": \"<string>\",\n\t\t\"key_426\": \"<string>\",\n\t\t\"key_427\": \"<string>\",\n\t\t\"key_428\": \"<string>\",\n\t\t\"key_429\": \"<string>\",\n\t\t\"key_430\": \"<string>\",\n\t\t\"key_431\": \"<string>\",\n\t\t\"key_432\": \"<string>\",\n\t\t\"key_433\": \"<string>\",\n\t\t\"key_434\": \"<string>\",\n\t\t\"key_435\": \"<string>\",\n\t\t\"key_436\": \"<string>\",\n\t\t\"key_437\": \"<string>\",\n\t\t\"key_438\": \"<string>\",\n\t\t\"key_439\": \"<string>\",\n\t\t\"key_440\": \"<string>\",\n\t\t\"key_441\": \"<string>\",\n\t\t\"key_442\": \"<string>\",\n\t\t\"key_443\": \"<string>\",\n\t\t\"key_444\": \"<string>\",\n\t\t\"key_445\": \"<string>\",\n\t\t\"key_446\": \"<string>\",\n\t\t\"key_447\": \"<string>\",\n\t\t\"key_448\": \"<string>\",\n\t\t\"key_449\": \"<string>\",\n\t\t\"key_450\": \"<string>\",\n\t\t\"key_451\": \"<string>\",\n\t\t\"key_452\": \"<string>\",\n\t\t\"key_453\": \"<string>\",\n\t\t\"key_454\": \"<string>\",\n\t\t\"key_455\": \"<string>\",\n\t\t\"key_456\": \"<string>\",\n\t\t\"key_457\": \"<string>\",\n\t\t\"key_458\": \"<string>\",\n\t\t\"key_459\": \"<string>\",\n\t\t\"key_460\": \"<string>\",\n\t\t\"key_461\": \"<string>\",\n\t\t\"key_462\": \"<string>\",\n\t\t\"key_463\": \"<string>\",\n\t\t\"key_464\": \"<string>\",\n\t\t\"key_465\": \"<string>\",\n\t\t\"key_466\": \"<string>\",\n\t\t\"key_467\": \"<string>\",\n\t\t\"key_468\": \"<string>\",\n\t\t\"key_469\": \"<string>\",\n\t\t\"key_470\": \"<string>\",\n\t\t\"key_471\": \"<string>\",\n\t\t\"key_472\": \"<string>\",\n\t\t\"key_473\": \"<string>\",\n\t\t\"key_474\": \"<string>\",\n\t\t\"key_475\": \"<string>\",\n\t\t\"key_476\": \"<string>\",\n\t\t\"key_477\": \"<string>\",\n\t\t\"key_478\": \"<string>\",\n\t\t\"key_479\": \"<string>\",\n\t\t\"key_480\": \"<string>\",\n\t\t\"key_481\": \"<string>\",\n\t\t\"key_482\": \"<string>\",\n\t\t\"key_483\": \"<string>\",\n\t\t\"key_484\": \"<string>\",\n\t\t\"key_485\": \"<string>\",\n\t\t\"key_486\": \"<string>\",\n\t\t\"key_487\": \"<string>\",\n\t\t\"key_488\": \"<string>\",\n\t\t\"key_489\": \"<string>\",\n\t\t\"key_490\": \"<string>\",\n\t\t\"key_491\": \"<string>\",\n\t\t\"key_492\": \"<string>\",\n\t\t\"key_493\": \"<string>\",\n\t\t\"key_494\": \"<string>\",\n\t\t\"key_495\": \"<string>\",\n\t\t\"key_496\": \"<string>\",\n\t\t\"key_497\": \"<string>\",\n\t\t\"key_498\": \"<string>\",\n\t\t\"key_499\": \"<string>\",\n\t\t\"key_500\": \"<string>\",\n\t\t\"key_501\": \"<string>\",\n\t\t\"key_502\": \"<string>\",\n\t\t\"key_503\": \"<string>\",\n\t\t\"key_504\": \"<string>\",\n\t\t\"key_505\": \"<string>\",\n\t\t\"key_506\": \"<string>\",\n\t\t\"key_507\": \"<string>\",\n\t\t\"key_508\": \"<string>\",\n\t\t\"key_509\": \"<string>\",\n\t\t\"key_510\": \"<string>\",\n\t\t\"key_511\": \"<string>\",\n\t\t\"key_512\": \"<string>\",\n\t\t\"key_513\": \"<string>\",\n\t\t\"key_514\": \"<string>\",\n\t\t\"key_515\": \"<string>\",\n\t\t\"key_516\": \"<string>\",\n\t\t\"key_517\": \"<string>\",\n\t\t\"key_518\": \"<string>\",\n\t\t\"key_519\": \"<string>\",\n\t\t\"key_520\": \"<string>\",\n\t\t\"key_521\": \"<string>\",\n\t\t\"key_522\": \"<string>\",\n\t\t\"key_523\": \"<string>\",\n\t\t\"key_524\": \"<string>\",\n\t\t\"key_525\": \"<string>\",\n\t\t\"key_526\": \"<string>\",\n\t\t\"key_527\": \"<string>\",\n\t\t\"key_528\": \"<string>\",\n\t\t\"key_529\": \"<string>\",\n\t\t\"key_530\": \"<string>\",\n\t\t\"key_531\": \"<string>\",\n\t\t\"key_532\": \"<string>\",\n\t\t\"key_533\": \"<string>\",\n\t\t\"key_534\": \"<string>\",\n\t\t\"key_535\": \"<string>\",\n\t\t\"key_536\": \"<string>\",\n\t\t\"key_537\": \"<string>\",\n\t\t\"key_538\": \"<string>\",\n\t\t\"key_539\": \"<string>\",\n\t\t\"key_540\": \"<string>\",\n\t\t\"key_541\": \"<string>\",\n\t\t\"key_542\": \"<string>\",\n\t\t\"key_543\": \"<string>\",\n\t\t\"key_544\": \"<string>\",\n\t\t\"key_545\": \"<string>\",\n\t\t\"key_546\": \"<string>\",\n\t\t\"key_547\": \"<string>\",\n\t\t\"key_548\": \"<string>\",\n\t\t\"key_549\": \"<string>\",\n\t\t\"key_550\": \"<string>\",\n\t\t\"key_551\": \"<string>\",\n\t\t\"key_552\": \"<string>\",\n\t\t\"key_553\": \"<string>\",\n\t\t\"key_554\": \"<string>\",\n\t\t\"key_555\": \"<string>\",\n\t\t\"key_556\": \"<string>\",\n\t\t\"key_557\": \"<string>\",\n\t\t\"key_558\": \"<string>\",\n\t\t\"key_559\": \"<string>\",\n\t\t\"key_560\": \"<string>\",\n\t\t\"key_561\": \"<string>\",\n\t\t\"key_562\": \"<string>\",\n\t\t\"key_563\": \"<string>\",\n\t\t\"key_564\": \"<string>\",\n\t\t\"key_565\": \"<string>\",\n\t\t\"key_566\": \"<string>\",\n\t\t\"key_567\": \"<string>\",\n\t\t\"key_568\": \"<string>\",\n\t\t\"key_569\": \"<string>\",\n\t\t\"key_570\": \"<string>\",\n\t\t\"key_571\": \"<string>\",\n\t\t\"key_572\": \"<string>\",\n\t\t\"key_573\": \"<string>\",\n\t\t\"key_574\": \"<string>\",\n\t\t\"key_575\": \"<string>\",\n\t\t\"key_576\": \"<string>\",\n\t\t\"key_577\": \"<string>\",\n\t\t\"key_578\": \"<string>\",\n\t\t\"key_579\": \"<string>\",\n\t\t\"key_580\": \"<string>\",\n\t\t\"key_581\": \"<string>\",\n\t\t\"key_582\": \"<string>\",\n\t\t\"key_583\": \"<string>\",\n\t\t\"key_584\": \"<string>\",\n\t\t\"key_585\": \"<string>\",\n\t\t\"key_586\": \"<string>\",\n\t\t\"key_587\": \"<string>\",\n\t\t\"key_588\": \"<string>\",\n\t\t\"key_589\": \"<string>\",\n\t\t\"key_590\": \"<string>\",\n\t\t\"key_591\": \"<string>\",\n\t\t\"key_592\": \"<string>\",\n\t\t\"key_593\": \"<string>\",\n\t\t\"key_594\": \"<string>\",\n\t\t\"key_595\": \"<string>\",\n\t\t\"key_596\": \"<string>\",\n\t\t\"key_597\": \"<string>\",\n\t\t\"key_598\": \"<string>\",\n\t\t\"key_599\": \"<string>\",\n\t\t\"key_600\": \"<string>\",\n\t\t\"key_601\": \"<string>\",\n\t\t\"key_602\": \"<string>\",\n\t\t\"key_603\": \"<string>\",\n\t\t\"key_604\": \"<string>\",\n\t\t\"key_605\": \"<string>\",\n\t\t\"key_606\": \"<string>\",\n\t\t\"key_607\": \"<string>\",\n\t\t\"key_608\": \"<string>\",\n\t\t\"key_609\": \"<string>\",\n\t\t\"key_610\": \"<string>\",\n\t\t\"key_611\": \"<string>\",\n\t\t\"key_612\": \"<string>\",\n\t\t\"key_613\": \"<string>\",\n\t\t\"key_614\": \"<string>\",\n\t\t\"key_615\": \"<string>\",\n\t\t\"key_616\": \"<string>\",\n\t\t\"key_617\": \"<string>\",\n\t\t\"key_618\": \"<string>\",\n\t\t\"key_619\": \"<string>\",\n\t\t\"key_620\": \"<string>\",\n\t\t\"key_621\": \"<string>\",\n\t\t\"key_622\": \"<string>\",\n\t\t\"key_623\": \"<string>\",\n\t\t\"key_624\": \"<string>\",\n\t\t\"key_625\": \"<string>\",\n\t\t\"key_626\": \"<string>\",\n\t\t\"key_627\": \"<string>\",\n\t\t\"key_628\": \"<string>\",\n\t\t\"key_629\": \"<string>\",\n\t\t\"key_630\": \"<string>\",\n\t\t\"key_631\": \"<string>\",\n\t\t\"key_632\": \"<string>\",\n\t\t\"key_633\": \"<string>\",\n\t\t\"key_634\": \"<string>\",\n\t\t\"key_635\": \"<string>\",\n\t\t\"key_636\": \"<string>\",\n\t\t\"key_637\": \"<string>\",\n\t\t\"key_638\": \"<string>\",\n\t\t\"key_639\": \"<string>\",\n\t\t\"key_640\": \"<string>\",\n\t\t\"key_641\": \"<string>\",\n\t\t\"key_642\": \"<string>\",\n\t\t\"key_643\": \"<string>\",\n\t\t\"key_644\": \"<string>\",\n\t\t\"key_645\": \"<string>\",\n\t\t\"key_646\": \"<string>\",\n\t\t\"key_647\": \"<string>\",\n\t\t\"key_648\": \"<string>\",\n\t\t\"key_649\": \"<string>\",\n\t\t\"key_650\": \"<string>\",\n\t\t\"key_651\": \"<string>\",\n\t\t\"key_652\": \"<string>\",\n\t\t\"key_653\": \"<string>\",\n\t\t\"key_654\": \"<string>\",\n\t\t\"key_655\": \"<string>\",\n\t\t\"key_656\": \"<string>\",\n\t\t\"key_657\": \"<string>\",\n\t\t\"key_658\": \"<string>\",\n\t\t\"key_659\": \"<string>\",\n\t\t\"key_660\": \"<string>\",\n\t\t\"key_661\": \"<string>\",\n\t\t\"key_662\": \"<string>\",\n\t\t\"key_663\": \"<string>\",\n\t\t\"key_664\": \"<string>\",\n\t\t\"key_665\": \"<string>\",\n\t\t\"key_666\": \"<string>\",\n\t\t\"key_667\": \"<string>\",\n\t\t\"key_668\": \"<string>\",\n\t\t\"key_669\": \"<string>\",\n\t\t\"key_670\": \"<string>\",\n\t\t\"key_671\": \"<string>\",\n\t\t\"key_672\": \"<string>\",\n\t\t\"key_673\": \"<string>\",\n\t\t\"key_674\": \"<string>\",\n\t\t\"key_675\": \"<string>\",\n\t\t\"key_676\": \"<string>\",\n\t\t\"key_677\": \"<string>\",\n\t\t\"key_678\": \"<string>\",\n\t\t\"key_679\": \"<string>\",\n\t\t\"key_680\": \"<string>\",\n\t\t\"key_681\": \"<string>\",\n\t\t\"key_682\": \"<string>\",\n\t\t\"key_683\": \"<string>\",\n\t\t\"key_684\": \"<string>\",\n\t\t\"key_685\": \"<string>\",\n\t\t\"key_686\": \"<string>\",\n\t\t\"key_687\": \"<string>\",\n\t\t\"key_688\": \"<string>\",\n\t\t\"key_689\": \"<string>\",\n\t\t\"key_690\": \"<string>\",\n\t\t\"key_691\": \"<string>\",\n\t\t\"key_692\": \"<string>\",\n\t\t\"key_693\": \"<string>\",\n\t\t\"key_694\": \"<string>\",\n\t\t\"key_695\": \"<string>\",\n\t\t\"key_696\": \"<string>\",\n\t\t\"key_697\": \"<string>\",\n\t\t\"key_698\": \"<string>\",\n\t\t\"key_699\": \"<string>\",\n\t\t\"key_700\": \"<string>\",\n\t\t\"key_701\": \"<string>\",\n\t\t\"key_702\": \"<string>\",\n\t\t\"key_703\": \"<string>\",\n\t\t\"key_704\": \"<string>\",\n\t\t\"key_705\": \"<string>\",\n\t\t\"key_706\": \"<string>\",\n\t\t\"key_707\": \"<string>\",\n\t\t\"key_708\": \"<string>\",\n\t\t\"key_709\": \"<string>\",\n\t\t\"key_710\": \"<string>\",\n\t\t\"key_711\": \"<string>\",\n\t\t\"key_712\": \"<string>\",\n\t\t\"key_713\": \"<string>\",\n\t\t\"key_714\": \"<string>\",\n\t\t\"key_715\": \"<string>\",\n\t\t\"key_716\": \"<string>\",\n\t\t\"key_717\": \"<string>\",\n\t\t\"key_718\": \"<string>\",\n\t\t\"key_719\": \"<string>\",\n\t\t\"key_720\": \"<string>\",\n\t\t\"key_721\": \"<string>\",\n\t\t\"key_722\": \"<string>\",\n\t\t\"key_723\": \"<string>\",\n\t\t\"key_724\": \"<string>\",\n\t\t\"key_725\": \"<string>\",\n\t\t\"key_726\": \"<string>\",\n\t\t\"key_727\": \"<string>\",\n\t\t\"key_728\": \"<string>\",\n\t\t\"key_729\": \"<string>\",\n\t\t\"key_730\": \"<string>\",\n\t\t\"key_731\": \"<string>\",\n\t\t\"key_732\": \"<string>\",\n\t\t\"key_733\": \"<string>\",\n\t\t\"key_734\": \"<string>\",\n\t\t\"key_735\": \"<string>\",\n\t\t\"key_736\": \"<string>\",\n\t\t\"key_737\": \"<string>\",\n\t\t\"key_738\": \"<string>\",\n\t\t\"key_739\": \"<string>\",\n\t\t\"key_740\": \"<string>\",\n\t\t\"key_741\": \"<string>\",\n\t\t\"key_742\": \"<string>\",\n\t\t\"key_743\": \"<string>\",\n\t\t\"key_744\": \"<string>\",\n\t\t\"key_745\": \"<string>\",\n\t\t\"key_746\": \"<string>\",\n\t\t\"key_747\": \"<string>\",\n\t\t\"key_748\": \"<string>\",\n\t\t\"key_749\": \"<string>\",\n\t\t\"key_750\": \"<string>\",\n\t\t\"key_751\": \"<string>\",\n\t\t\"key_752\": \"<string>\",\n\t\t\"key_753\": \"<string>\",\n\t\t\"key_754\": \"<string>\",\n\t\t\"key_755\": \"<string>\",\n\t\t\"key_756\": \"<string>\",\n\t\t\"key_757\": \"<string>\",\n\t\t\"key_758\": \"<string>\",\n\t\t\"key_759\": \"<string>\",\n\t\t\"key_760\": \"<string>\",\n\t\t\"key_761\": \"<string>\",\n\t\t\"key_762\": \"<string>\",\n\t\t\"key_763\": \"<string>\",\n\t\t\"key_764\": \"<string>\",\n\t\t\"key_765\": \"<string>\",\n\t\t\"key_766\": \"<string>\",\n\t\t\"key_767\": \"<string>\",\n\t\t\"key_768\": \"<string>\",\n\t\t\"key_769\": \"<string>\",\n\t\t\"key_770\": \"<string>\",\n\t\t\"key_771\": \"<string>\",\n\t\t\"key_772\": \"<string>\",\n\t\t\"key_773\": \"<string>\",\n\t\t\"key_774\": \"<string>\",\n\t\t\"key_775\": \"<string>\",\n\t\t\"key_776\": \"<string>\",\n\t\t\"key_777\": \"<string>\",\n\t\t\"key_778\": \"<string>\",\n\t\t\"key_779\": \"<string>\",\n\t\t\"key_780\": \"<string>\",\n\t\t\"key_781\": \"<string>\",\n\t\t\"key_782\": \"<string>\",\n\t\t\"key_783\": \"<string>\",\n\t\t\"key_784\": \"<string>\",\n\t\t\"key_785\": \"<string>\",\n\t\t\"key_786\": \"<string>\",\n\t\t\"key_787\": \"<string>\",\n\t\t\"key_788\": \"<string>\",\n\t\t\"key_789\": \"<string>\",\n\t\t\"key_790\": \"<string>\",\n\t\t\"key_791\": \"<string>\",\n\t\t\"key_792\": \"<string>\",\n\t\t\"key_793\": \"<string>\",\n\t\t\"key_794\": \"<string>\",\n\t\t\"key_795\": \"<string>\",\n\t\t\"key_796\": \"<string>\",\n\t\t\"key_797\": \"<string>\",\n\t\t\"key_798\": \"<string>\",\n\t\t\"key_799\": \"<string>\",\n\t\t\"key_800\": \"<string>\",\n\t\t\"key_801\": \"<string>\",\n\t\t\"key_802\": \"<string>\",\n\t\t\"key_803\": \"<string>\",\n\t\t\"key_804\": \"<string>\",\n\t\t\"key_805\": \"<string>\",\n\t\t\"key_806\": \"<string>\",\n\t\t\"key_807\": \"<string>\",\n\t\t\"key_808\": \"<string>\",\n\t\t\"key_809\": \"<string>\",\n\t\t\"key_810\": \"<string>\",\n\t\t\"key_811\": \"<string>\",\n\t\t\"key_812\": \"<string>\",\n\t\t\"key_813\": \"<string>\",\n\t\t\"key_814\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4642761c-9592-44b4-afbc-03825a3ac4d9",
                  "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}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9c93aec3-324b-4d04-b7eb-cf60ca1c737e",
                  "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}\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": "392e79c5-09f0-4d73-b3a2-4c7da5595844",
              "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": "a04f15c1-970e-4b35-9024-9afb5768a1fe",
                  "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": "cf34294d-3de8-4264-adad-b802c905d65e",
                  "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": "032cf357-00b0-42cd-a2f7-67e2807f70a2",
                  "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": "694c284c-b190-4412-9678-babf7e4a20ee",
              "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": "95961512-2461-487b-af6d-68ab5abe5914",
                  "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": "8a81cee1-9090-4e6a-88c2-c46bdfc4608a",
                  "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": "c60a588f-dd3a-40f9-b938-087b457ab668",
              "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": "87aab76a-24bb-48da-b2f8-1e879cc5aba9",
                  "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": "2cec3333-4911-42e1-ac27-4f6c8b461933",
              "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": "913b1d0b-d9e4-4ad1-9f5d-e8c3a3862e5c",
                  "name": "Claims source configured",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"requestMethod\": \"GET\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7ffdfba2-23b2-43a1-993d-7f72ca6c741d",
                  "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": "435747db-85d8-4ee1-b5eb-033e3fa364c8",
              "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": "627227a9-7e49-4b1a-8a59-01a2690a34aa",
                  "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\": \"POST\"\n\t\t},\n\t\t{\n\t\t\t\"authorization\": {\n\t\t\t\t\"type\": \"api-key\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t},\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"requestParameters\": {\n\t\t\t\t\"mapFrom\": \"<string>\"\n\t\t\t},\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"requestMethod\": \"GET\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fd98dc82-8458-4a25-a55c-844b178f0566",
                  "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": "cea5f65e-a0b4-44a5-b6be-6a05ae70f11c",
              "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": "57ffad84-5e28-4f8b-9f05-c496d44142cd",
                  "name": "Claims source retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"requestMethod\": \"GET\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "34d1aa9a-b931-4e01-8d1e-bfe25799bf44",
                  "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": "df625fbb-c2e6-4473-85ac-4b2f571e6f09",
                  "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": "1eb47fcc-7a72-4205-b6d2-7f354e07a015",
              "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": "657c22ea-da7f-4b88-b09d-ce14550e7c25",
                  "name": "Claims source updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "claim-sources",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"requestMethod\": \"GET\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"authorization\": {\n\t\t\"type\": \"api-key\",\n\t\t\"value\": \"<string>\"\n\t},\n\t\"name\": \"<string>\",\n\t\"requestParameters\": {\n\t\t\"mapFrom\": \"<string>\"\n\t},\n\t\"url\": \"<string>\",\n\t\"id\": \"<uuid>\",\n\t\"requestMethod\": \"GET\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c8756bc5-0fdc-40c9-8bdb-8a32e099d486",
                  "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": "eb2b14bd-437a-40d3-bc15-9c492e9d813f",
                  "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": "a0c2cc8f-401f-4ce5-b756-675bb34dd34e",
              "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": "455e8619-14b9-4d35-ae8b-e65d1d486d62",
                  "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": "b5f6106e-9130-440d-b175-c8734ba5c0d9",
                  "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": "61925091-e10f-4af8-8449-6207db5ed065",
                  "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": "41d014b5-3d86-4544-a4cc-d4bbbdad26af",
              "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": "21e07d67-817d-4ed2-aabb-fcaa01245936",
                  "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": "de99a026-8824-4f14-92cb-d185c32f7571",
              "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": "a43d7aaa-8b54-4b60-9d30-28a2670fbb12",
                  "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": "8ce0bc9f-6687-4e70-a509-9e56bb1dd359",
              "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": "09c1d2e7-0b27-4568-a39b-db784d60ed0a",
                  "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": "ee223cc4-50d9-4cb2-b5c2-598c7f4aac01",
                  "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": "384d5fb0-bd65-43f5-aba5-be4b42a8ff65",
                  "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": "d78d9e34-7e8f-49c0-9384-c980429ce550",
              "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": "fbcb9220-f85c-43f6-ae3e-4fb20bbddfb6",
                  "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": "e2d54cc9-77c6-46f9-bfb3-461e166a54ed",
                  "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": "3c4a7332-8b10-41e4-ac01-3f5c7e61ca78",
                  "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": "6a3d4ab1-309f-4c65-9269-97f204390dc4",
                  "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": "af56122c-2ac8-4b33-ba04-5fc4f7dca7f4",
                  "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": "e848ff7c-cc94-460a-b81f-2dbc80169a1a",
              "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": "b8da1df4-a292-4cd8-8aa2-096da8c5366c",
                  "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": "37ba55fe-48d4-4c4e-89f9-e79628d287e8",
                  "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": "e5f8e2dd-ebb2-4749-bfcc-bf19121ea575",
                  "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": "751428f7-fc1a-48c5-9878-026598f2749c",
                  "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": "a631d3bb-37b9-493e-af71-691fe5c31239",
                  "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": "48f5ba24-87f9-47e0-aaad-30106d11c68a",
              "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": "ed7190b7-389f-4e63-a852-401ae98b00fe",
                  "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": "fe0064e4-0401-4a3c-9a05-9333fa7d2577",
              "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": "fc848309-91ac-491b-8a58-803584c01e9b",
                  "name": "OID4VCI credential issuer metadata retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        ".well-known",
                        "openid-credential-issuer"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"issuer\": \"<uri>\",\n\t\"authorization_endpoint\": \"<uri>\",\n\t\"jwks_uri\": \"<uri>\",\n\t\"token_endpoint\": \"<uri>\",\n\t\"scopes_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"response_types_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"response_modes_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"grant_types_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"code_challenge_methods_supported\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"credential_issuer\": \"<uri>\",\n\t\"credential_endpoint\": \"<uri>\",\n\t\"credentials_supported\": [\n\t\t{\n\t\t\t\"format\": \"<string>\",\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"scope\": \"<string>\",\n\t\t\t\"@context\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"type\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"credentialSubject\": {},\n\t\t\t\"cryptographic_binding_methods_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cryptographic_suites_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"format\": \"<string>\",\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"scope\": \"<string>\",\n\t\t\t\"@context\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"type\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"credentialSubject\": {},\n\t\t\t\"cryptographic_binding_methods_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cryptographic_suites_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"credential_configurations_supported\": {\n\t\t\"key_0\": {\n\t\t\t\"format\": \"<string>\",\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"scope\": \"<string>\",\n\t\t\t\"credential_definition\": {\n\t\t\t\t\"type\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"@context\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t\"credential_signing_alg_values_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cryptographic_binding_methods_supported\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"proof_types_supported\": {\n\t\t\t\t\"jwt\": {\n\t\t\t\t\t\"proof_signing_alg_values_supported\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"key_attestations_required\": {\n\t\t\t\t\t\t\"key_storage\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"user_authentication\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"credential_metadata\": {\n\t\t\t\t\"claims\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"path\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\",\n\t\t\t\t\t\t\"display\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"path\": [\n\t\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\",\n\t\t\t\t\t\t\"display\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\t\"locale\": \"<string>\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t}\n\t},\n\t\"mdoc_iacas_uri\": \"<uri>\",\n\t\"credential_response_encryption\": {\n\t\t\"alg_values_supported\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"enc_values_supported\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"encryption_required\": \"<boolean>\"\n\t},\n\t\"credential_request_encryption\": {\n\t\t\"jwks\": {\n\t\t\t\"keys\": [\n\t\t\t\t{\n\t\t\t\t\t\"kty\": \"<string>\",\n\t\t\t\t\t\"kid\": \"<string>\",\n\t\t\t\t\t\"use\": \"<string>\",\n\t\t\t\t\t\"crv\": \"<string>\",\n\t\t\t\t\t\"alg\": \"<string>\",\n\t\t\t\t\t\"x\": \"<string>\",\n\t\t\t\t\t\"y\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"kty\": \"<string>\",\n\t\t\t\t\t\"kid\": \"<string>\",\n\t\t\t\t\t\"use\": \"<string>\",\n\t\t\t\t\t\"crv\": \"<string>\",\n\t\t\t\t\t\"alg\": \"<string>\",\n\t\t\t\t\t\"x\": \"<string>\",\n\t\t\t\t\t\"y\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"enc_values_supported\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"encryption_required\": \"<boolean>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "568f076f-0a06-449c-a192-e58709d95d90",
              "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": "23e44960-e62e-4476-bac3-0ee60be0bc7d",
                  "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": "6380ea3a-409a-4108-bf21-c1a61504268f",
              "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": "5aaea5f8-70a1-425f-8f06-f0f3266ca8a3",
                  "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": "8c1d1e95-19a9-4d05-b705-343a61b2a391",
                  "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": "ef8758cf-db32-4daa-af85-ed21ed6a8a16",
              "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": "b6689650-8ebd-42ce-9ef8-8540f3304f65",
                  "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": "3ac1496f-204d-48c8-9341-ce5a99142133",
                  "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": "d77da4fd-a71c-47bc-98e7-574bad312089",
              "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": "dbd30f27-9106-402b-a9cb-5cfce30f151d",
                  "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": "3f53b20d-5476-4ad9-9c9c-90adca1ba81f",
                  "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": "8d210798-01ad-4fab-a8ae-2aec8a8badfa",
              "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": "b82d07a0-01f0-4853-9717-d25821672687",
                  "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": "3bc1da12-f791-41d7-997c-c569f37a1d04",
                  "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": "ddf656d2-1022-4695-954a-a42f278b7c7c",
                  "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": "7eeaf44f-1323-4822-94a6-99246516fd19",
              "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": "75e6fb8e-5886-4c82-a449-d9984a622cea",
                  "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": "d1716a57-04ab-426b-92c3-6f250e5d7e1d",
                  "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": "c064fa79-bbdf-4d22-b463-c0abe0bb8e23",
                  "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": "9e574973-e46b-4161-99c1-390d5cd1bf20",
              "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": "7289c292-d8f0-41db-a8be-ea304c310f50",
                  "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": "087bc982-3f06-4016-ac4c-b9feef65e328",
                  "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": "b131f85a-63b3-43ad-bef6-5ed9a8f2abb1",
                  "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": "b8e078ae-7424-491e-bd84-5ba0ad462123",
              "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": "e33cb5bb-e0dd-4660-9e65-a0a71f38d954",
                  "name": "User credentials retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "users",
                        ":userId",
                        "credentials"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"profile\": \"mobile\",\n\t\t\t\"sessionId\": \"<string>\",\n\t\t\t\"credentialConfigurationId\": \"<string>\",\n\t\t\t\"devicePublicKey\": {\n\t\t\t\t\"kty\": \"<string>\",\n\t\t\t\t\"crv\": \"<string>\",\n\t\t\t\t\"x\": \"<string>\"\n\t\t\t},\n\t\t\t\"namespaces\": {},\n\t\t\t\"msoHash\": \"<string>\",\n\t\t\t\"issuedDate\": \"<dateTime>\",\n\t\t\t\"validFrom\": \"<dateTime>\",\n\t\t\t\"validUntil\": \"<dateTime>\",\n\t\t\t\"offerId\": \"<string>\",\n\t\t\t\"status\": \"invalid\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"profile\": \"mobile\",\n\t\t\t\"sessionId\": \"<string>\",\n\t\t\t\"credentialConfigurationId\": \"<string>\",\n\t\t\t\"devicePublicKey\": {\n\t\t\t\t\"kty\": \"<string>\",\n\t\t\t\t\"crv\": \"<string>\",\n\t\t\t\t\"x\": \"<string>\"\n\t\t\t},\n\t\t\t\"namespaces\": {},\n\t\t\t\"msoHash\": \"<string>\",\n\t\t\t\"issuedDate\": \"<dateTime>\",\n\t\t\t\"validFrom\": \"<dateTime>\",\n\t\t\t\"validUntil\": \"<dateTime>\",\n\t\t\t\"offerId\": \"<string>\",\n\t\t\t\"status\": \"invalid\"\n\t\t}\n\t],\n\t\"nextCursor\": \"<string>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e0e9d5f5-c125-4528-8dd9-5906e87bf2a1",
                  "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": "6fbdab75-b083-4a98-9090-f67dd1215f27",
              "name": "Create a CWT credential configuration",
              "request": {
                "name": "Create a CWT credential configuration",
                "description": {
                  "content": "Creates a new CWT credential configuration, a specific set of rules and parameters that are used to create and validate a particular type of verifiable credential. These rules and parameters define how the credential is structured and what data it contains when issued.\n\n### **Analytic events**\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_CREATE_START\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_CREATE_SUCCESS\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"<string>\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "f12ed169-d69f-48df-a096-a6170f0247cf",
                  "name": "CWT credential configuration created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"<string>\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"id\": \"<uuid>\",\n\t\"revocable\": true,\n\t\"type\": \"<string>\",\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "335a60ba-3c9b-4e2b-9645-fcac8a4d43d7",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"<string>\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "75561e8a-8c95-4105-b521-a2137f5decdf",
              "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": "226c0a93-f98a-41f0-9360-2283428712b6",
                  "name": "CWT credential configurations retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "The optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_2\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"revocable\": true,\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\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": "ed1f3e0d-3d2c-4da9-9005-5da19c36c8d8",
                  "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": "0c7ef0bc-e379-4f7f-9690-f61473a1845b",
              "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": "a9743436-4104-4d16-831b-71ad259c0333",
                  "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": "bbb83403-85b6-4fce-9b90-d2417e6f5f9a",
                  "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": "f45d0f5e-1ed2-4110-9301-3ae2e9c06515",
                  "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": "b9215842-aa05-4aaa-863c-71e3b0bab3f4",
              "name": "Update a CWT credential configuration",
              "request": {
                "name": "Update a CWT credential configuration",
                "description": {
                  "content": "Updates an existing CWT credential configuration by providing its ID.\n        \n### **Analytic events**\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_UPDATE_START\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_UPDATE_SUCCESS\n* CREDENTIAL_COMPACT_CREDENTIAL_CONFIGURATION_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "compact",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier for the CWT credential configuration.",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"<string>\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "0fb1a775-2942-4dfa-aead-f47481756169",
                  "name": "CWT credential configuration updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"<string>\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"id\": \"<uuid>\",\n\t\"revocable\": true,\n\t\"type\": \"<string>\",\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f37f115f-49e7-45fc-81a2-9f7d18f4d180",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"<string>\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1ccf17d7-26e6-4b86-828f-a35436edc3c9",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"<string>\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "956893ca-edfe-4ed2-89b9-dec6de81901b",
              "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": "f9806841-560f-4be8-96ef-8105ddc22ad2",
                  "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": "1718bc3d-e75d-47b4-8236-905754bdd3d3",
                  "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": "0f8088a9-cc5a-49b5-a8ed-2ee452b277cb",
                  "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": "7fef21c6-fb61-4d0d-9f1e-517477c8eaa5",
              "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": "32ef50c7-00e6-4f55-bc29-9a4f3030b4e9",
                  "name": "Credential configuration created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_3\": {\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_4\": {\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": "39c793b3-eedf-4502-88f5-f6b06190fca6",
                  "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": "2de73e04-d5e7-4f14-8d9e-0c2d19d49b43",
              "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": "6bde6e2b-19df-42ab-a2cb-5e5cfd84c713",
                  "name": "Semantic CWT credentials configurations retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "The optional credential type to filter on",
                            "type": "text/plain"
                          },
                          "key": "type",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_2\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_3\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"id\": \"<uuid>\",\n\t\t\t\"revocable\": true,\n\t\t\t\"type\": \"string\",\n\t\t\t\"claimSourceId\": \"<uuid>\",\n\t\t\t\"expiresIn\": {\n\t\t\t\t\"years\": \"<number>\",\n\t\t\t\t\"months\": \"<number>\",\n\t\t\t\t\"weeks\": \"<number>\",\n\t\t\t\t\"days\": \"<number>\",\n\t\t\t\t\"hours\": \"<number>\",\n\t\t\t\t\"minutes\": \"<number>\",\n\t\t\t\t\"seconds\": \"<number>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\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": "ecffe175-2b75-4cb1-b803-f68531915a94",
                  "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": "4e38e1d5-7a7c-460c-b40b-fe0de50419b8",
              "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": "ce801587-f555-412d-a2bf-cd12252096ae",
                  "name": "Semantic CWT credentials configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_3\": {\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_4\": {\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": "486f8427-2825-48d4-9a5b-83ecf8c2af4d",
                  "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": "0790936c-4107-41e8-a7e5-c3f4aab8016c",
                  "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": "bd58646f-eda7-4cdb-8530-13a3a185619c",
              "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": "cddfbab8-dd4c-4e85-9942-60ae7ffbb0ed",
                  "name": "Semantic CWT credentials configuration updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"type\": \"string\",\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_1\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_2\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t},\n\t\t\"key_3\": {\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_4\": {\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": "5a9a728b-84f7-404d-b0cc-168cf4f1f238",
                  "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": "29aa7f13-2c71-48de-933e-5d16f52565b1",
                  "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": "bd8c7f22-d478-4ff9-a620-0af51d0317a3",
              "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": "213c125e-d42f-459d-ac86-384753a3a1df",
                  "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": "8551cc18-c3d5-41f1-8e41-8a7424afc66f",
                  "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": "d1a90124-1cdb-493c-ba8b-a73ce217b40b",
                  "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": "55da3c19-dd9c-4b5a-84ec-91e53b002b06",
              "name": "Create a JSON credentials configuration",
              "request": {
                "name": "Create a JSON credentials configuration",
                "description": {
                  "content": "Creates a new JSON credentials configuration, a specific set of rules and parameters that are used to create and validate a particular type of verifiable credential. These rules and parameters define how the credential is structured and what data it contains when issued.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_START\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_CREATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "configurations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"Ed25519Signature2018\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "1cdd16ce-ff65-4cc8-8bef-4bb74a1c420b",
                  "name": "JSON credentials configuration created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"Ed25519Signature2018\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"Ed25519Signature2018\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "12c8cf34-db8a-4f65-a965-ecd0c4c841a3",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"Ed25519Signature2018\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b52ab024-84c9-499e-af22-e4fd6078a6f4",
              "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": "f28f4cc5-448a-48e3-9d9d-cc158179c087",
                  "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\": \"BbsSignature2022\",\n\t\t\t\"credentialBranding\": {\n\t\t\t\t\"backgroundColor\": \"<string>\",\n\t\t\t\t\"watermarkImageUrl\": \"<string>\"\n\t\t\t},\n\t\t\t\"claimMappings\": {\n\t\t\t\t\"key_0\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"key_1\": {\n\t\t\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\t\t\"required\": \"<boolean>\",\n\t\t\t\t\t\"defaultValue\": \"<string>\"\n\t\t\t\t}\n\t\t\t},\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": "dfa121bb-626f-4136-82b9-48246df64f67",
                  "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": "3a0e3c1f-aa4b-473e-bc49-8a678f26977d",
              "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": "ffd0f736-9c11-4178-ba1f-20318c07ed61",
                  "name": "JSON credentials configuration retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"Ed25519Signature2018\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "47608fca-a9ef-4008-b7e9-3f324783d89c",
                  "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": "97d23013-da3e-4454-ae08-75a5b45c72cf",
                  "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": "a95571ea-29fe-4e08-bd0e-47796ae66147",
              "name": "Update a JSON credentials configuration",
              "request": {
                "name": "Update a JSON credentials configuration",
                "description": {
                  "content": "Updates an existing JSON credentials configuration by providing its ID.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_START\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_CREDENTIAL_CONFIGURATION_UPDATE_FAIL\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "configurations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "disabled": false,
                      "description": {
                        "content": "(Required) JSON credentials configuration unique identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"Ed25519Signature2018\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "6334154a-5620-4eaf-9bd4-fc51c1811556",
                  "name": "JSON credentials configuration updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"Ed25519Signature2018\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<uuid>\",\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"Ed25519Signature2018\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0221644f-bdb2-4440-9d46-6e0c37fee778",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"Ed25519Signature2018\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "dfc5a14f-39e6-49c3-9478-c08f9418d235",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "configurations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"name\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"issuer\": {\n\t\t\"name\": \"<string>\",\n\t\t\"logoUrl\": \"<string>\",\n\t\t\"iconUrl\": \"<string>\"\n\t},\n\t\"description\": \"<string>\",\n\t\"additionalTypes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"contexts\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"proofType\": \"Ed25519Signature2018\",\n\t\"credentialBranding\": {\n\t\t\"backgroundColor\": \"<string>\",\n\t\t\"watermarkImageUrl\": \"<string>\"\n\t},\n\t\"claimMappings\": {\n\t\t\"key_0\": {\n\t\t\t\"mapFrom\": \"<string>\",\n\t\t\t\"required\": \"<boolean>\",\n\t\t\t\"defaultValue\": \"<string>\"\n\t\t}\n\t},\n\t\"persist\": false,\n\t\"revocable\": true,\n\t\"claimSourceId\": \"<uuid>\",\n\t\"expiresIn\": {\n\t\t\"years\": \"<number>\",\n\t\t\"months\": \"<number>\",\n\t\t\"weeks\": \"<number>\",\n\t\t\"days\": \"<number>\",\n\t\t\"hours\": \"<number>\",\n\t\t\"minutes\": \"<number>\",\n\t\t\"seconds\": \"<number>\"\n\t}\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "66031089-cf7c-4d35-b331-db9c33128e09",
              "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": "49cd137e-d7a3-4a8a-a3db-ce76302a6a3d",
                  "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": "7e1a2fbe-14dc-4fd5-b6c5-2ad14a9923f4",
                  "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": "b8948feb-13bd-435f-b043-e04e7766472c",
                  "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": "d20753a6-9f54-48a9-a9d7-06e73ca70bc1",
              "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": "ed8b117d-3b71-49b1-b6c7-75c0632a6984",
                  "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": "fb2273ef-201f-4460-b738-40a6ce3a1811",
                  "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": "69ca9c72-39b2-430c-a0b7-787375bafa0d",
              "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": "64b1ef68-04fa-4178-9ed0-c69353c9b731",
                  "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": "d4f4debc-8d4f-4a25-842e-da7eff008ed2",
                  "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": "ea884ed4-1a47-4558-9352-686eb6295388",
              "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": "807b6d69-bba1-4ac0-a9f6-10c9b21a234c",
                  "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": "d0cd5c5b-0946-4f7c-9ec2-324b2358b889",
                  "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": "fe6e1dbd-abca-4974-9df6-6faa78169e20",
                  "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": "6f2cea6b-bd8c-4a4d-be07-3930ccc08418",
              "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": "0acb5e59-b002-4579-970f-fd1ae8fa434b",
                  "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": "3a83a4cb-72b1-4195-88d0-ad1e0f8076b4",
                  "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": "690dff07-f9dc-4b90-840c-7a176420557d",
                  "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": "8cc5d926-d41e-4b3d-bf1e-edf52bfb91c9",
              "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": "ac299909-a0a8-40b3-b5ce-aba9ea072ea3",
                  "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": "13bbd1a4-1ed7-4826-a4cf-21d9a3ef7857",
                  "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": "3484158a-5616-4fd7-ba1c-94131e336800",
                  "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": "f96feb6c-15cd-490d-ad46-bad5a8724564",
              "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": "5798c40a-269d-4d49-ab0f-36a79b580336",
                  "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": "a5403201-6f06-4d85-839f-f9bf4c6f9b51",
                  "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": "5c156b80-b0a0-4920-b7bd-21274033fab1",
                  "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": "c90e6433-1b20-46d5-8c5f-229807b8c708",
              "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": "347dd1fe-8af0-4f50-a8ce-5b7f53739a91",
                  "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": "4a367b8a-ab36-41c3-87da-e88b18475204",
              "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": "5c1f24e4-81e3-4e95-a213-c05ebc4f7db3",
                  "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": "67e9b9b5-9393-442b-a25d-4e9d9dfaa84b",
              "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": "51cbd117-4721-43dc-9e93-668b63dca424",
                  "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": "430dd1da-59e6-40b6-a592-8f123b4328fd",
                  "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": "6f63fecd-aab2-481f-9dc5-f68596697b8c",
              "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": "d493c492-e8bf-474e-91bc-a6726fc445b5",
                  "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": "a1a6bc8d-11ee-4908-ac09-c2ea6aa39e28",
                  "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": "2e692a30-70e9-4540-ae98-9f318ac47334",
              "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": "3b32983e-9a3d-4612-b8dc-197b367ce954",
                  "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": "4596c054-cfa7-4a02-872e-3233916f8a06",
                  "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": "3d08f5e5-3671-4d33-af5d-7cf77cece555",
                  "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": "fa80f8da-a911-434a-9379-837d98032471",
              "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": "6475465c-fdd9-45fc-ad7d-87237c9a8936",
                  "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": "be5db60a-9e44-4198-905f-c501640895ec",
              "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": "8f65f1bc-5348-41af-b78b-f12c5c1cbcba",
                  "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": "ae485e46-218b-4060-8b6c-16cfa9334013",
              "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": "61595263-4533-4d97-8cc7-63646022b024",
                  "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": "6024c293-a0c2-4418-9f46-8ccba10250c9",
                  "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": "aca3279b-d962-42eb-9f86-fe83290a84f1",
              "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": "47c4bd0d-a8f0-4048-bb10-17f2da56191d",
                  "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": "3cf89c06-3074-4959-a390-ea6cc00a5b9c",
                  "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": "cc81c9bf-8746-4865-8afa-5a6d8a09d13c",
              "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": "f1dba37c-b673-4574-8bf5-e70bc3f64162",
                  "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": "5d22e320-c853-4f90-923f-b6ffe13860a0",
                  "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": "4dc83951-629d-46f5-ab6e-81938efb0f3d",
              "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": "8ca18d66-a16b-42a2-8ee7-b758a9080ac7",
                  "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": "29579be7-150e-4a9c-93f3-ad8ac5765e4b",
                  "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": "41471151-5caf-4cce-b4a9-fa77508e69db",
                  "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": "009ddcc2-6359-44c4-9c2d-89cf722c5567",
              "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": "985dcdc4-6b63-4224-9658-5903f5516821",
                  "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": "a0c28801-002b-4d8d-89f3-6e948b878e59",
                  "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": "b22b1cf6-f243-4db3-8f3f-75d075264b56",
                  "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": "e81d7042-99e7-442f-8def-dd66ca9c1ee3",
              "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": "4f1298a2-1d5f-4018-be04-e4f0f9be7544",
                  "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": "be58235d-c7c2-48ad-9836-7bca2fda12be",
                  "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": "2ff6e866-0984-40ae-8ab2-02a399e8700c",
              "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": "1db93b48-e110-4500-8896-dca79174bc5d",
                  "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": "9ae13d02-18af-4d14-a0c6-78269f0610e1",
                  "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": "b62d13c4-b6b7-45ce-b226-f1c9ec8019dd",
              "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": "bd06b16d-cb02-4e29-9c10-1e71d2d40635",
                  "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": "f0b07e5a-6899-45f8-a3fe-81444f4e477e",
                  "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": "cdf0f4c2-dd42-407f-966b-2765a7050779",
              "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": "570833f7-c9ad-44c0-8fbb-d6334f1836e0",
                  "name": "Revocation message payload created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        ":id",
                        "revocation-status",
                        "notification"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"from\": \"<string>\",\n\t\"to\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"type\": \"<string>\",\n\t\"to\": [\n\t\t{\n\t\t\t\"string\": \"string\"\n\t\t},\n\t\t{\n\t\t\t\"string\": true\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": "5b68b694-ca9e-476c-820f-34498b9e8f06",
              "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": "3f09db05-148d-4455-8653-bfbfbda48288",
                  "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": "a7748c38-e2ce-479d-901d-26baaebfa3b1",
                  "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": "b5405487-ebb0-48cf-aed8-54e1029362e7",
                  "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": "70d341b7-ed0b-4a8d-9af0-564f661b8d3c",
              "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": "e81af5b1-4b8f-4340-ae3e-01ab82a8304c",
                  "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": "ee6fc1a1-0a2e-4dae-8f21-56dbbee40d61",
              "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": "a95f5e06-58bf-4895-bc7d-bc77950bedb2",
                  "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": "df1e499f-2b04-4bc8-ba07-f7edf54d7ff1",
                  "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": "43f367ac-4a10-4d4a-b4a8-79125eb2c520",
                  "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": "24fd10f1-2c99-4db3-b6d2-fb3b76d3d2cf",
              "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": "315ff121-f3a3-4564-94a8-2fbee94b12a4",
                  "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": "22ab451d-f7bb-4fc9-826d-1b878536dee0",
                  "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": "706160d5-75b2-4e4f-a748-3e2d97a70a17",
              "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": "aae96181-1405-47f1-8d7d-0f0d7acf68fd",
                  "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": "795856a3-5596-489d-b72d-b22664c86cbd",
                  "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": "e6c9e448-0aa1-48f2-84b8-94b5b59a4aa8",
              "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": "3ea5f3a2-1db7-4875-bd2a-eaa4ba22fba4",
                  "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": "dbcf99e0-da31-4dc8-a886-9b3fe03e71d8",
                  "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": "622e829b-e446-4d72-bcdc-8ad9db3ffee5",
                  "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": "067aa915-e370-455f-860a-a19ef84489ed",
                  "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": "605afbe9-0a6b-487d-8b00-6f513199636a",
              "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": "c460730d-90fc-436b-a21e-5099e0ea5b62",
                  "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": "fc90aebc-9c81-4c6a-a3af-b472a5a01dc9",
                  "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": "9af98547-055f-4730-b53c-c9d23bf1165b",
              "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": "d2d18f88-e5a9-429c-91e8-a5cfd183f5e4",
                  "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": "87c5bdd7-9615-40f7-a064-c44e2298efa4",
              "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": "f23dad62-0ba4-4df7-b9b7-6c34c4557e3a",
                  "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": "283ff2cb-12f3-4449-ba62-a5f963afd921",
              "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": "ebe4abe8-f319-4d85-a13b-cebb93689c18",
                  "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": "28ba90d0-7404-4655-ad74-24b170e59876",
              "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": "f5d1d01a-f79a-47c3-b4c9-94992a59e989",
                  "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": "00b5ae12-e43e-4780-bdd1-29df10892cf7",
              "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": "58b978e8-1100-4d2b-8dc3-783409a0d28a",
                  "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": "f533b92f-6399-4d07-8beb-e1f53c90d9b0",
                  "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": "d4fe6d62-95b0-4b9b-b7ef-c24a043714a5",
                  "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": "c2ac66ab-feec-44ca-98be-5ef4b80f3432",
                  "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": "9581ceff-8006-4c42-b62b-627e0f07b688",
              "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": "c5cd1560-bfa1-4340-b871-11038fb2916b",
                  "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": "9560e855-fe5a-4cd9-9b93-927badc5979f",
                  "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": "d243d2f1-5ed6-4fb2-9529-fb49ef88fa32",
              "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": "8cb7e8bd-5a5c-4318-82d3-c02864d923e4",
                  "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": "2f279e5e-50d5-4119-953c-2a709f563b3e",
                  "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": "772d1327-f69c-498e-a0af-1141dc480ced",
              "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": "f57e5815-f277-4fa0-8b64-337b8fbfc766",
                  "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": "8243ec16-5fde-4c98-a071-419cf304d40e",
                  "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": "539b35c4-5a33-4127-a89b-14536934ffc7",
                  "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": "85cd607f-0bae-480a-bb62-f2779da30d65",
              "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": "1f02b373-f4f2-4c08-8d0d-92ba558582ed",
                  "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": "65798e30-2020-46bd-b942-4ce2501e4af9",
                  "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": "4cde8917-7604-4646-9df4-0a7730aa479e",
                  "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": "ef26408d-15a3-4465-bb1b-6cb07fdec253",
              "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": "fae2dffc-cd3f-49cc-8e11-cd3286d39658",
                  "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": "1d010661-f360-4d19-b506-d2d3bf20ff3b",
                  "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": "5cde86f4-17c2-484d-8f2c-8a4625d58baa",
                  "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": "266e116d-c2b0-48a3-ad17-e98acc166d2d",
              "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": "bfa93f72-b1f2-44fc-a9b4-57c1a0298a74",
                  "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": "88c8b968-87d1-465d-9892-e512aa8244b7",
              "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": "331f0728-19b5-4064-9f25-5fd2ebc08cb0",
                  "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": "ea041a5b-8007-470c-b41f-32ec9489cd9d",
                  "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": "71a6d323-c94e-457f-a816-7879cf119685",
                  "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": "a23d65e6-ec70-4de8-8f2e-cd9f23277301",
              "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": "a818e5b4-d21a-443b-8cf0-0a56a469732f",
                  "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": "05437062-11b6-4c05-9b6a-aec093beb47c",
                  "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": "0f6005f8-d5af-4acf-9a18-0350a1e297f2",
                  "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": "07ea8701-b7b4-4292-8d92-94ec3b634091",
              "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": "3d189136-6695-48d1-b464-49d1c69c5eb6",
                  "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": "b2e0b8a0-5f58-4a5e-9ffd-bf1474062e0c",
              "name": "Update mDoc status",
              "request": {
                "name": "Update mDoc status",
                "description": {
                  "content": "Sets the status of an existing mDoc by providing its `credentialId` and the new status.\n\nAvailable status values depend on the Status List configuration format:\n\n**Draft 14 of the IETF Token Status List specification (1-bit encoding)**:\n* **valid** - Credential is valid\n* **invalid** - Credential is invalid (cannot be reversed)\n\n**Deprecated Legacy format (2-bit encoding)**:\n* **valid** - Credential is valid\n* **invalid** - Credential is invalid (cannot be reversed)\n* **suspended** - Credential is temporarily suspended\n\nThe **suspended** status is deprecated and only available in legacy format.\n\n### **Analytic events**\n* MOBILE_CREDENTIAL_STATUS_SET_START\n* MOBILE_CREDENTIAL_STATUS_SET_SUCCESS\n* MOBILE_CREDENTIAL_STATUS_SET_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "mobile",
                    ":credentialId",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "type": "any",
                      "value": "<uuid>",
                      "key": "credentialId",
                      "disabled": false,
                      "description": {
                        "content": "(Required) mDoc identifier",
                        "type": "text/plain"
                      }
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"status\": \"suspended\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "828467bf-802a-4978-b7fa-2ee8d79c0185",
                  "name": "Credential status updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        ":credentialId",
                        "status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"status\": \"suspended\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"status\": \"suspended\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c35c6b3a-cf5e-47ed-9ffd-24f9047854af",
                  "name": "Bad Request",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        ":credentialId",
                        "status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"status\": \"suspended\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "dd6d3824-2e26-42c7-8c9e-a602a082aa45",
                  "name": "Not Found. The specified resource was not found.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        ":credentialId",
                        "status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"status\": \"suspended\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4e94fbc2-547b-4fe8-90c2-1d182cf49601",
              "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": "de7012d9-9358-4f2f-ac5c-67c88026ebac",
                  "name": "Credential status retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "mobile",
                        ":credentialId",
                        "status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"status\": \"suspended\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "452fb98e-f13d-4bac-aaa2-f9ee45efe7c1",
                  "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": "5bc7e2d3-d973-417b-864b-a1ec05e9b762",
                  "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": "2dced67e-36b9-4d64-9b92-51998e52ffad",
              "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": "dca76628-bf58-4307-9e13-1dbadf46bfda",
                  "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": "fcd37a17-3206-4d3b-8c72-7581b6044b91",
                  "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": "13f97838-2fec-4b4e-b416-071ce411e3f0",
                  "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": "7a95d4fe-72c2-42dd-8785-98c83b1256e3",
              "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": "674ee718-304d-481f-bebc-e43298c06ed3",
                  "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": "feb3a573-bd1f-4058-aeb2-2b5d45a53241",
                  "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": "19a737ba-064c-476b-a63e-d256aa9a246c",
                  "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": "a7568d33-28ae-418a-9d9a-507ebea34f24",
                  "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": "47e7e999-47dc-4c98-ae68-85f26abc9613",
              "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": "923c8ba9-ae5a-46ba-a529-ef10b06910a5",
                  "name": "Verification completed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": \"<string>\",\n\t\"trustedIssuers\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": true,\n\t\"checkRevocation\": true\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"verified\": \"<boolean>\",\n\t\"decoded\": {\n\t\t\"iss\": \"<string>\",\n\t\t\"nbf\": \"<number>\",\n\t\t\"jti\": \"<string>\",\n\t\t\"vc\": {\n\t\t\t\"@context\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"type\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"credentialSubject\": {\n\t\t\t\t\"key_0\": \"<string>\",\n\t\t\t\t\"key_1\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t\"exp\": \"<number>\",\n\t\t\"iat\": \"<number>\",\n\t\t\"aud\": \"<string>\",\n\t\t\"sub\": \"<string>\",\n\t\t\"status\": {\n\t\t\t\"url\": \"<string>\",\n\t\t\t\"index\": \"<number>\"\n\t\t}\n\t},\n\t\"error\": {\n\t\t\"type\": \"<string>\",\n\t\t\"message\": \"<string>\",\n\t\t\"details\": {}\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "83d16a92-44e9-4978-bebd-4058a7eaf8c6",
                  "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": "6d2ef300-53df-4950-91de-77cade9bd38d",
                  "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": "429d4dc0-4b7f-470d-87b1-772fd7871836",
                  "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": "6b539336-72e4-4a30-bee6-5fc92617a2ea",
              "name": "Verify a JSON credential",
              "request": {
                "name": "Verify a JSON credential",
                "description": {
                  "content": "Verify a JSON credential by providing its payload. The credential is verified against the following criteria:\n- Issuer DID can be resolved, so that the referenced DID Document is available and valid and the public key is obtainable.\n- Proof is valid and the credential has not been tampered with.\n- JSON-LD context is valid for subject claims.\n\nOptional verification checks:\n- If `assertExpiry` is set to `true` and the credential has a set expiration date, verification will fail if the expiration date has passed.\n- If `checkRevocation` is set to `true` and the provided credential contains a revocation status list, verification will fail if the credential has been set to `revoked`.\n\n### **Analytic events**\n* CREDENTIAL_WEB_SEMANTIC_VERIFY_START\n* CREDENTIAL_WEB_SEMANTIC_VERIFY_SUCCESS\n* CREDENTIAL_WEB_SEMANTIC_VERIFY_FAIL",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v2",
                    "credentials",
                    "web-semantic",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n\t\"payload\": {\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\"credentialSubject\": {\n\t\t\t\"givenName\": \"<string>\",\n\t\t\t\"familyName\": \"<string>\",\n\t\t\t\"alumniOf\": \"<string>\"\n\t\t},\n\t\t\"proof\": {\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\"jws\": \"<string>\",\n\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\"verificationMethod\": \"<string>\"\n\t\t},\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuer\": \"<string>\",\n\t\t\"credentialStatus\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\"\n\t},\n\t\"assertExpiry\": true,\n\t\"checkRevocation\": true,\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": false\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": [
                {
                  "id": "7bd9d94b-9d9a-4a0e-884e-090aea1965e4",
                  "name": "Verification completed",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\"credentialSubject\": {\n\t\t\t\"givenName\": \"<string>\",\n\t\t\t\"familyName\": \"<string>\",\n\t\t\t\"alumniOf\": \"<string>\"\n\t\t},\n\t\t\"proof\": {\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\"jws\": \"<string>\",\n\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\"verificationMethod\": \"<string>\"\n\t\t},\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuer\": \"<string>\",\n\t\t\"credentialStatus\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\"\n\t},\n\t\"assertExpiry\": true,\n\t\"checkRevocation\": true,\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"verified\": \"<boolean>\",\n\t\"reason\": {\n\t\t\"type\": \"<string>\",\n\t\t\"message\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9854af40-3f29-4211-b394-abb2c77b03f3",
                  "name": "Bad Request. The request was malformed or missing required parameters.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "web-semantic",
                        "verify"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n\t\"payload\": {\n\t\t\"type\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuanceDate\": \"<dateTime>\",\n\t\t\"credentialSubject\": {\n\t\t\t\"givenName\": \"<string>\",\n\t\t\t\"familyName\": \"<string>\",\n\t\t\t\"alumniOf\": \"<string>\"\n\t\t},\n\t\t\"proof\": {\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"created\": \"<dateTime>\",\n\t\t\t\"jws\": \"<string>\",\n\t\t\t\"proofPurpose\": \"<string>\",\n\t\t\t\"verificationMethod\": \"<string>\"\n\t\t},\n\t\t\"@context\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"issuer\": \"<string>\",\n\t\t\"credentialStatus\": {\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"type\": \"<string>\",\n\t\t\t\"revocationListIndex\": \"<integer>\",\n\t\t\t\"revocationListCredential\": \"<string>\"\n\t\t},\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\"\n\t},\n\t\"assertExpiry\": true,\n\t\"checkRevocation\": true,\n\t\"assertValidFrom\": true,\n\t\"assertValidUntil\": false\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"code\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"details\": [\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"msg\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"param\": \"<string>\",\n\t\t\t\"location\": \"<string>\"\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2526b592-88b9-418a-b1ea-0c1fedf6c711",
              "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": "9204e829-a727-489d-bb42-d9737fc0bf0a",
                  "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": "1b3c1061-ef0e-4dad-9f9e-a8c5522d501d",
                  "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": "0b57bbbc-14ea-42f0-8b2b-7fc302b16e38",
              "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": "fa938015-5af4-456f-ac25-c1c27f7258dc",
                  "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": "43a7d304-15d8-4fe1-95f0-6567d2db7b73",
              "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": "0840dc3a-3203-49e3-9df6-07364a1f7197",
                  "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": "f588f377-0cb2-459c-a163-1e9220078c6f",
                  "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": "7eaf839e-cf41-429d-8553-56b94a0ff079",
                  "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": "25ee06e7-db42-47c2-add4-0fdc778805b2",
              "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": "849ec878-d060-4317-b311-e86d49f0fff2",
                  "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": "5a2a441c-0dcf-4b59-81fe-3c2b994d297d",
                  "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": "0738cbfb-dea5-41b0-bf34-20a4882bcf7c",
                  "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": "0cfb4a61-d93e-4161-b96f-af7e2d366bee",
              "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": "4afa7a7d-7cc8-49ce-b977-859ceb45d3b0",
                  "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": "3f773bb1-2b0b-4ddf-9571-7a96cf7ed482",
              "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": "9bd13f1d-d2b2-49d9-af6f-0d1a14563a6b",
                  "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": "75d2aebf-ae87-4f23-9e20-2a13e711f987",
                  "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": "947bc4c0-256c-44eb-ad19-fbafce7ec3b7",
              "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": "b242e261-9f47-4fcb-86bf-2f8d034193cf",
                  "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": "c74bab29-3c6d-4216-b6dc-f7f5864a77c9",
                  "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": "49e25143-d269-43d2-b235-878a789da71e",
              "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": "2f796657-71b8-4b5b-bfae-e13fa50e537f",
                  "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": "a9ca1f85-a70f-487b-8343-1162505602cc",
                  "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": "29a63c40-16b3-4d7d-9750-9fcb8e32d655",
              "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": "2eeff8dc-360d-4c78-9df9-c2d035c99a35",
                  "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": "73ba5931-2ba6-4292-a73d-eae38cfe34cb",
                  "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": "957fb212-ea3a-4015-ada1-ca5fb83b204d",
              "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": "19b5c42d-7b60-4df7-8bdb-7a17245bac86",
                  "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": "93e88c99-f135-4b8c-8cc3-e79d2e77eae7",
                  "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": "a5b057aa-effc-48a5-b2ce-a44bf0e4ed99",
                  "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": "1eacece1-4096-4dff-a99c-cf7c3e44617f",
              "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": "dbdef8d0-1e18-4867-8e19-294f9e27a722",
                  "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": "70d8b217-f9d0-47c9-bcc1-762602e5b955",
                  "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": "9d6eb8b5-1ccd-46ad-8e21-d0ff7267603b",
                  "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": "ff71379b-ccec-484b-a377-2a6cc7db0dab",
              "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": "bd57869e-f09f-423d-8b63-db5105703791",
                  "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": "486bb8b4-d9f4-4f03-b4e4-bb35f93379fa",
              "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": "5a8eb3c6-f42b-4a4f-9192-fb8869ccb5ab",
                  "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\": false\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3dc100e9-5cdf-4b0f-a2b8-a6c288222356",
                  "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": "b5f17f98-805b-409d-84b5-9e47116323b3",
                  "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": "46bd9426-9221-407e-b86a-d87866cee9b4",
              "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": "c5fafa55-82a9-4661-b835-bd4be65c7a9f",
                  "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\": 5350.938346682888\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\": false\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": "29f3676f-7511-4e51-a5ea-caf8d6d60523",
              "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": "1a15e6a5-3923-491d-b47a-b5cba9af7bb7",
                  "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\": false\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "00e462b6-e7d7-4a4f-9ecd-71f2908f2311",
                  "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": "fc95caec-28c7-4aa2-a780-7e1f9987dcc6",
                  "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": "d80fa0cd-5b7f-4f8c-91a9-fd53f1bec876",
              "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": "2cfcdd62-85b2-47e8-ac39-6e24a421ec0e",
                  "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\": false\n\t},\n\t\"active\": true,\n\t\"isManaged\": \"<boolean>\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a8a3fc8f-d2e4-40bb-b4c4-eb4c3f104a69",
                  "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": "ec08475c-dbb4-4874-bc1f-30e37a8a789e",
              "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": "d6400f4d-47a6-47ca-a69b-27943d0294e9",
                  "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": "9b82f8a7-91e6-46e3-abd9-46d6cd414df0",
                  "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": "278bc29a-35c3-4cad-b280-a0fecbb6e2ad",
              "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": "474ceb3a-aecf-405d-b169-858503a45fe5",
                  "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": "cc16f0ab-00a4-4086-9f6b-335fd2bcec78",
                  "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": "3c0921cd-77dd-4a84-9945-2c432b99e502",
                  "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": "c718ddb5-f2a6-42fe-9581-3be107351da6",
              "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": "143bc4a8-051c-4940-ae2d-d6cdd67d1a24",
                  "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": "98998148-3e6c-453e-9c76-1ae50db6e7c0",
                  "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": "23f020c6-ce57-4b50-a437-fd65a0b5892b",
              "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": "02abf2b3-16e4-419e-8c4d-aea439a33586",
                  "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": "7b340c86-32b9-4fe6-830f-4b9ab393fb29",
                  "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": "6b1e9666-027e-444e-90a0-62147b52aecd",
                  "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": "99dd5ac1-f242-4755-a9b5-9b3202e25e07",
              "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": "608118be-ffaf-40b0-9602-0818fce6c742",
                  "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": "19ff4e7a-121e-4c68-a4f1-739161f88a46",
                  "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": "b50d87bd-c823-42f2-861f-e82153e36aeb",
                  "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": "fb4d004d-68af-41b7-bf07-d1d50672aed6",
              "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": "f6208bea-4096-4c36-af05-4a95d736be51",
                  "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": "2ab5982f-6f6e-4503-b0a7-555b1d2994b1",
                  "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": "6e9cbf0d-1659-499c-82a1-8d8b2d3f8639",
              "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": "e42b61b9-f993-488d-83c1-f9e47a9e3100",
                  "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": "eef5d75f-360b-4c35-8fa1-a29350c67a57",
                  "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": "a181994a-d4e0-4b62-b0e6-08a22c83b87a",
              "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": "e88e9b17-ec7d-4909-9c0e-5234a8152c3f",
                  "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": "baa7bf92-f906-4ad7-bbac-880929b981b9",
              "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": "b44643aa-086a-4354-87fa-fad0835d0506",
                  "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": "570c8f2a-9795-4a42-833f-fbd895230a5a",
                  "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": "8c1ba871-d813-4547-a099-fbf420cfa4d5",
                  "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": "47749b5b-9357-4e68-bdb5-809ce7f3fda5",
              "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": "6b0c850d-d324-43df-88da-38c9f3b3f848",
                  "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": "9f94aed0-1cfe-475f-8bb2-f9b0c3abcb27",
                  "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": "f61ce810-7a6d-40a8-94e6-d881d2c3ae7a",
                  "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": "74f20464-17af-4a3f-8380-384d7abc8d1a",
              "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": "f09af511-6b92-4e72-af68-a50034ad3f41",
                  "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": "5bb8fbe2-d5ad-41df-854d-365bf167e78e",
                  "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": "ef14e4cf-55cb-4c68-8547-8ce3b7115355",
              "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": "e79fef24-68b7-41d1-9ec9-e360c8684c2f",
                  "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": "69965413-5312-4ba2-89d4-0decb61519c7",
              "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": "ea60ce1d-8660-43c3-84d4-6b979e3a30a0",
                  "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": "ccc9ba7a-311a-4718-9a5f-593b2aad1550",
                  "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": "83da8818-4812-4e1e-bfaa-b3151e82e423",
                  "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": "d669cc88-33cf-4e8b-9fc6-6a2f69203536",
              "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": "edbdca00-7539-4466-9d14-71ccaa874409",
                  "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": "c27e0814-70d9-46aa-85fb-bf8f0df166e6",
                  "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": "13f48f68-03dd-45aa-b958-551dc173bfe8",
              "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": "5521208a-f3ce-48c5-ac85-2aad604257c0",
                  "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": "ef6cfcd0-ed67-40af-929a-6c2f66b1c9a2",
                  "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": "f4e9a5b7-2790-493d-af06-5447c68d0136",
              "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": "fd95353d-f14e-4b93-acc5-0cee3fe31379",
                  "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": "5e0924ad-1526-47e8-a206-022e5b8f989a",
                  "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": "4cfc3386-b0a7-4eb5-8d43-459b80140eb4",
              "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": "ee8d9bda-0a35-4c69-b02a-9b6a14fab031",
                  "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": "03f99327-a112-454f-a195-a272f56e996e",
              "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": "fced8316-7388-4eec-a1f6-533de119a54a",
                  "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": "f7cf7109-48e3-42d2-b802-ae93878ed232",
                  "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": "4e195bc9-52d6-4d02-9882-971730844677",
                  "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": "42eabef8-2c24-4c0c-90b6-f595f0e4dad8",
              "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": "d851463a-a105-448f-bdb1-c9d7b78ad6fc",
                  "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": "868e77f3-0027-4728-9d89-bc21127ea361",
                  "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": "6c1ce846-f1af-4f51-a491-f2b5d5655851",
              "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": "5380fcce-ce2e-4272-80ca-dd917cbb652a",
                  "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": "54f825a4-93f9-4516-a8d3-1406cc1c5d69",
                  "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": "a553a98c-307c-40c2-af8d-9c1a949e1dc6",
              "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": "02a98bd1-bcf3-4397-bf3a-72500e51b404",
                  "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": "c6c1054c-6f96-4e68-a552-374efdcf2d11",
                  "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": "10772cb5-abf7-44f5-9404-54431f6b7681",
              "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": "a4adeca7-cc8f-487b-b637-b506823d4fcf",
                  "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": "dc353cff-9510-4634-ae46-890e31178921",
                  "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": "a8778574-6961-463e-abad-dc80281bef00",
                  "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": "eceee190-a92d-45d2-99bf-f88884be6e98",
              "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": "a1a67bc6-2352-4be1-99af-9105a40c900c",
                  "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": "974f31ba-f549-4fda-bb41-32ecee78cb85",
                  "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": "33866599-021e-480f-822b-83ad78364614",
                  "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": "06dd8801-ee06-45a7-8ac8-4e8c24f4a208",
              "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": "6353cf1b-ba80-46d7-8e37-47632ea9b61d",
                  "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": "27eaf466-bff0-4970-8c46-ff845b3296ed",
                  "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": "a6570d61-620b-4928-aecd-d9ad2193692c",
                  "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": "4de37e30-ceb9-44d1-bb95-cf6822e14a32",
              "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": "45dffd03-08ac-4ba1-ae67-9bd8a07f788b",
                  "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": "b5cb3599-3841-4248-a9df-efeac2e3fc53",
                  "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": "dd1e42e4-fd8f-4096-8931-cbb2a307741e",
                  "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": "d65e1a98-cf6c-42a0-acb9-c523fef1c97a",
              "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": "3629a162-c22f-474c-94d3-2109f6d61c9a",
                  "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": "5ca2e314-8d9a-413c-8fcf-a7e7bf82de19",
                  "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": "511fb3c0-b007-4cff-8a2c-d2055f36b417",
                  "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": "6e456a83-7bdb-41a5-b41f-9b97129b4bc5",
              "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": "42e33bfd-aedd-4a28-ae83-8266b039bd52",
                  "name": "Apple Pass template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"google\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "99c1cdeb-a3b2-4099-99f2-a9cbb0bad188",
                  "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": "9bfac387-a3cf-4e82-bfff-45df1ca1ed96",
              "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": "77a4d4cd-83a6-4e0e-9904-c588605dc8cd",
                  "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": "2a57317a-32b0-44c7-ab7c-c1c556eab5af",
                  "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": "3ba83674-6ed4-426a-899f-da764c41c9b5",
              "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": "85c4c6d1-18b2-4fbc-8b3b-aa0cc4f79d6a",
                  "name": "Apple Pass template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"google\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ef735793-5c04-4e45-8036-72186d7043c1",
                  "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": "1e82e73f-ceb1-434f-803f-c1f3e7bc69d8",
                  "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": "bf5c625e-0232-4e13-adb9-f4cf2c5283f3",
              "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": "480e635d-02d7-4d62-949f-ba4b57797ae7",
                  "name": "Apple Pass template retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"google\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f08d3c22-cb1c-4529-81f6-bf9d86747b58",
                  "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": "f61baed5-2b66-4f30-ab8e-262e779a55bc",
                  "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": "c264d0ae-ea8a-47da-8c6d-a69d9547a105",
              "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": "77c98e8f-d72f-4976-a673-c32cdee9273f",
                  "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": "dea7f717-7b22-47e1-9b4d-4a87af0cfd86",
                  "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": "dcdf83cf-fa6d-422d-9a85-0fc41ffac0dd",
                  "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": "60c41181-49d5-4072-a0d0-e2997e56d966",
              "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": "be1088da-32f7-4e40-b354-3d0fdc45aa52",
                  "name": "Google Pass template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "db3dd49d-b07d-4a19-ab64-f67a061b7fbf",
                  "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": "a32fd012-151b-4431-9fab-6dd0c77f383e",
              "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": "72883dd8-82cc-4501-b17c-c5a95c0125ac",
                  "name": "Google Pass templates retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"google\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"issuerId\": \"<string>\",\n\t\t\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\t\t\"payPassId\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"apple\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"issuerId\": \"<string>\",\n\t\t\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\t\t\"payPassId\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "05ba9f77-10c2-45a0-b4c2-b005e1adc8f9",
                  "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": "ef834aee-870a-4a53-ac51-efe070c3039c",
              "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": "1fcb346b-5cb9-4ae9-bd29-44b37851b68b",
                  "name": "Google Pass template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b05581d4-54ab-4075-b44b-007467c1ef0c",
                  "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": "d21f52f8-3e6a-47b4-9e1f-e2f0a22594cd",
                  "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": "7bd3d34d-6cef-4fb8-a39f-2f694861ab9c",
              "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": "c55c5047-02b1-4575-8d7c-c5dd6c8ae392",
                  "name": "Google Pass templated retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "167f4e90-c25f-4b9c-87e7-d592409b56cc",
                  "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": "6f27ee49-4b36-4b53-a163-4944c97a83dd",
                  "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": "a7f06d4f-9229-4535-83b6-5cd907d8ad01",
              "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": "1d5116f4-3320-4e00-b5ff-87449e06fe86",
                  "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": "f10b005a-1c74-4758-8a32-03f063810777",
                  "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": "4cb7a963-8d6b-446c-93a0-34e684c7976a",
                  "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": "9ade16a2-c86e-47fc-9f9d-7f57f33c3f03",
              "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": "fb67b693-3290-4576-bcd7-1c83a85eb0e6",
                  "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": "d5e836ec-d264-4d25-90fa-1391c51d6370",
                  "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": "a279d6d7-ee3b-47e9-9c37-d72411b93bae",
                  "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": "805e382a-d980-4d78-8e54-121e2b6a0f81",
              "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": "77d9242c-416b-4eb5-af62-243a7ab0766d",
                  "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": "8f00ca29-5099-4718-8f49-acfab7da05bb",
                  "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": "aeface15-21bc-4e56-9f5e-b6d125191fc8",
                  "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": "f2a9113a-79c8-47a3-be82-f7598b5b9030",
              "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": "03278cca-bd12-4e67-8aaf-e80905432646",
                  "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": "dfebcf9b-7db6-471b-961d-b0e9abb00e13",
                  "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": "147f1e71-b649-4c47-ad80-560518905d53",
                  "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": "4f002ff7-2ad2-4cae-ad51-c87c9ffc5f92",
              "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": "07aa25b4-f1c6-4484-8a77-2780c99c0730",
                  "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": "01f111a5-f6b6-4c10-aa71-1ae37fcc1417",
                  "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": "31b374ab-f513-4f23-a5fb-0e1ab55ba9b0",
                  "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": "685589bd-b24a-46d4-a2ac-bbf2090b3bb1",
              "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": "dd09910c-e4f9-4b8d-8e88-65b3e2f8a472",
                  "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": "0cbdbf0c-4c72-4590-9fdb-b8c3a3014da7",
                  "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": "d556b03d-084e-4fbf-8328-e1a9a4b543c4",
                  "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": "e6052847-838f-4a54-b5dc-8ef1acd75a06",
              "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": "3b135f73-7d9c-4c9e-8031-1d037a4b2df4",
                  "name": "Apple Pass template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"google\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fa133423-438a-4438-bd56-ae1fbaaaa7eb",
                  "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": "ba88f30a-badc-451b-a558-710723cfa1da",
              "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": "ba9d2f4b-4563-48bd-84de-574e919d4018",
                  "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": "0a347c64-2a39-44a2-9ff8-2dcea7b656f3",
                  "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": "71aee9f3-e878-4626-ae77-bb9f40ebdd4b",
              "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": "f45758bc-3842-41de-bf18-dc21f434ecae",
                  "name": "Apple Pass template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Apple digital pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Insert the file name that will be assigned to Apple digital passes created from this template. Must only include alphanumeric characters, ''_'', or ''-'', and end with `.pkpass`.",
                            "type": "text/plain"
                          },
                          "key": "fileName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The Team ID for the Apple Developer Program account that registered the pass type identifier.",
                            "type": "text/plain"
                          },
                          "key": "teamIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The pass type identifier that’s registered with Apple. The value must be the same as the distribution certificate used to sign the pass.",
                            "type": "text/plain"
                          },
                          "key": "passTypeIdentifier",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple G1 or G4 worldwide developer relations intermediate certificate.",
                            "type": "text/plain"
                          },
                          "key": "wwdr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Apple pass [signer certificate](https://help.apple.com/developer-account/#/devbfa00fef7).",
                            "type": "text/plain"
                          },
                          "key": "signerCert",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) The encrypted key of the Apple pass signer certificate.",
                            "type": "text/plain"
                          },
                          "key": "signerKey",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Passphrase for the encrypted key.",
                            "type": "text/plain"
                          },
                          "key": "signerKeyPassphrase",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"google\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5174ff07-fe74-44a1-99cc-78e6b99faad0",
                  "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": "21768b1f-3050-41c3-8984-6b6245164713",
                  "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": "855c035f-2db0-4deb-8690-313e1cfcd34a",
              "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": "f2d0330a-9da6-4abb-b5e0-5add5e447358",
                  "name": "Apple Pass template retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "apple",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"google\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"fileName\": \"<string>\",\n\t\t\"teamIdentifier\": \"<string>\",\n\t\t\"passTypeIdentifier\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "be116ec9-b9c1-4594-b66e-78c0deb8e793",
                  "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": "65ec2dbd-0565-46b8-aa0a-43d882c9c0eb",
                  "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": "d026a841-94ed-4f96-b26f-05df40679d8d",
              "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": "213f6bac-c177-4318-b9dc-b7d43e30cb48",
                  "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": "47b02e25-892e-461e-98fa-a034fe69d2f0",
                  "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": "abdf6c57-da85-48d3-9f18-8d2c38eb0db5",
                  "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": "c2fbe3f8-1d36-42ef-bbe6-1a4a4a06ee5a",
              "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": "7669b914-c447-448b-be6d-cd174e5822a0",
                  "name": "Google Pass template created",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "adee8e77-2877-47ac-ae22-8b106295da0d",
                  "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": "8eae4824-61de-4daa-b085-818c08461726",
              "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": "cd99d964-c446-49f6-9faa-2c9d3d8e1b08",
                  "name": "Google Pass templates retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": true,
                          "description": {
                            "content": "Range size of returned list.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "100"
                        },
                        {
                          "disabled": true,
                          "description": {
                            "content": "Starting point for the list of entries.",
                            "type": "text/plain"
                          },
                          "key": "cursor",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"nextCursor\": \"<string>\",\n\t\"data\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"google\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"issuerId\": \"<string>\",\n\t\t\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\t\t\"payPassId\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"passType\": \"apple\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"issuerId\": \"<string>\",\n\t\t\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\t\t\"payPassId\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ddef2568-db15-4d4a-98fe-325a589ed2c0",
                  "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": "831d92b1-4207-4f53-93de-15ecc9817ca9",
              "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": "1d4877a6-f56c-474a-946d-40ec98ea750d",
                  "name": "Google Pass template updated",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "multipart/form-data"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) Insert a name to identify this Google Pass template.",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Includes your template files.",
                            "type": "text/plain"
                          },
                          "key": "template",
                          "type": "file"
                        },
                        {
                          "description": {
                            "content": "(Required) Google Wallet Pass signer issuer ID.",
                            "type": "text/plain"
                          },
                          "key": "issuerId",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Email address of the Google Cloud Platform service account for accessing the Google Pay Passes API.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountClientEmail",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) Private key PEM of the Google Cloud Platform service account.",
                            "type": "text/plain"
                          },
                          "key": "serviceAccountPrivateKey",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "02bbb679-293e-4900-b974-081eb2dd58b2",
                  "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": "5a3164ca-353b-46d7-9dc0-07b42a972d05",
                  "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": "6913f406-793e-4950-8f0b-0510dad1bd83",
              "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": "17a0dca8-1c8c-4864-a63c-9c671996e9ce",
                  "name": "Google Pass templated retrieved",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v2",
                        "credentials",
                        "compact-semantic",
                        "digital-pass",
                        "google",
                        "templates",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      },
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n\t\"id\": \"<string>\",\n\t\"passType\": \"apple\",\n\t\"name\": \"<string>\",\n\t\"metadata\": {\n\t\t\"issuerId\": \"<string>\",\n\t\t\"serviceAccountClientEmail\": \"<string>\",\n\t\t\"payPassId\": \"<string>\"\n\t}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "699ba8a8-9f01-4e45-b225-b5afb0fdac9d",
                  "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": "f2822156-722a-4475-8b86-0d845b914c77",
                  "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": "042cbb33-e4ad-4859-9c6b-06167e92889f",
              "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": "4c04d4a4-b08b-4bab-b94e-59d3cbfbb851",
                  "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": "6b973d93-062c-4253-8b41-95272b33b586",
                  "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": "afc5f074-f3dd-4286-8e72-aaa7e9d22ce4",
                  "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": "d4c016d9-6d0a-44e9-be53-a0807ad3c74c",
    "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"
    }
  }
}
