{"info":{"_postman_id":"c19fa07a-76a8-4a4e-92ae-264e35b62399","name":"Identity Pool API Usage","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"accesstokens","item":[{"name":"Admin token: API App get an access token","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"admin_token\", jsonData.access_token);"]}}],"id":"9d569acf-4235-4d08-96b4-0c1a865a174d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"default"}],"body":{"mode":"raw","raw":"grant_type=client_credentials&client_id={{admin_client_id}}&client_secret={{admin_client_secret}}"},"url":{"raw":"https://{{url}}/{{tenant_id}}/admin/oauth2/token","protocol":"https","host":["{{url}}"],"path":["{{tenant_id}}","admin","oauth2","token"],"query":[{"key":"","value":null,"disabled":true}]}},"response":[]},{"name":"System token: Get system access token for API Calls","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"system_token\", jsonData.access_token);"]}}],"id":"6c5e2d87-2a9d-42a9-906c-a75e101bbfa6","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"default"}],"body":{"mode":"raw","raw":"grant_type=client_credentials&client_id={{system_client_id}}&client_secret={{system_client_secret}}","options":{"raw":{"language":"text"}}},"url":{"raw":"https://{{url}}/{{tenant_id}}/system/oauth2/token","protocol":"https","host":["{{url}}"],"path":["{{tenant_id}}","system","oauth2","token"],"query":[{"key":"","value":null,"disabled":true}]},"description":"Certain identity pool APIs requires token from system tenant"},"response":[]}],"id":"5e8ae85c-7884-47c7-9aa2-4ae5e9d5bce6"},{"name":"poolcapabilities","item":[{"name":"Create an AuthZ Svr/Workspace with demo client apps","event":[{"listen":"test","script":{"type":"text/javascript","exec":["//var jsonData = JSON.parse(responseBody);","//postman.setEnvironmentVariable(\"workspace_id\", jsonData.id);"]}}],"id":"d3e4af20-ff02-4061-bf30-eb993c429333","request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"tenant_id\": \"{{tenant_id}}\",\n    \"id\": \"{{workspace_id}}\",\n    \"profile\": \"demo\",\n    \"name\": \"{{workspace_id}}\",\n    \"type\": \"regular\",\n    \"color\": \"#EC5348\",\n    \"secret\": \"abcdefghijklmnopqrstuvwxyz1234567890\",\n    \"rotated_secrets\": [],\n    \"access_token_strategy\": \"jwt\",\n    \"key_type\": \"ecdsa\",\n    \"logo_uri\": \"\",\n    \"issuer_url\": \"\",\n    \"dynamic_client_registration\": {\n        \"enabled\": false,\n        \"initial_access_token\": {\n            \"required\": false\n        },\n        \"payload\": {\n            \"format\": \"json\",\n            \"jws_payload\": {\n                \"jwks\": {\n                    \"keys\": null\n                },\n                \"jwks_uri\": \"\"\n            }\n        }\n    },\n    \"grant_types\": [\n        \"client_credentials\",\n        \"authorization_code\",\n        \"password\"\n    ],\n    \"token_endpoint_authn_methods\": [\n        \"none\",\n        \"client_secret_basic\",\n        \"client_secret_post\",\n        \"client_secret_jwt\",\n        \"private_key_jwt\",\n        \"tls_client_auth\",\n        \"self_signed_tls_client_auth\"\n    ],\n    \"access_token_ttl\": \"1h0m0s\",\n    \"refresh_token_ttl\": \"720h0m0s\",\n    \"authorization_code_ttl\": \"10m0s\",\n    \"id_token_ttl\": \"1h0m0s\",\n    \"cookie_max_age\": \"1h0m0s\",\n    \"jwks\": {\n        \"keys\": [ ]\n    },\n    \"enforce_pkce\": false,\n    \"enforce_pkce_for_public_clients\": false,\n    \"root_cas\": \"\",\n    \"read_client_certificate_from_header\": true,\n    \"client_certificate_header\": \"X-SSL-CERT\",\n    \"subject_identifier_types\": [\n        \"public\",\n        \"pairwise\"\n    ],\n    \"subject_identifier_algorithm_salt\": \"enter-identifier-as-string-of-characters\",\n    \"enable_trust_anchor\": false,\n    \"trust_anchor_configuration\": {\n        \"jwks\": {\n            \"keys\": null\n        },\n        \"jwks_uri\": \"\"\n    },\n    \"enable_quick_access\": false,\n    \"enable_idp_discovery\": false,\n    \"enable_legacy_clients_with_no_software_statement\": false,\n    \"dynamic_scope_separator\": \".\",\n    \"backchannel_token_delivery_modes_supported\": null,\n    \"backchannel_user_code_parameter_supported\": false\n}"},"url":{"raw":"https://{{url}}/api/admin/{{tenant_id}}/servers?with_demo_client=true","protocol":"https","host":["{{url}}"],"path":["api","admin","{{tenant_id}}","servers"],"query":[{"key":"with_demo_client","value":"true"}]}},"response":[]},{"name":"Get a workspace","id":"51c6988c-5543-4988-8be6-7a7318b79b88","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"}],"url":"https://{{url}}/api/admin/{{tenant_id}}/servers/{{workspace_id}}"},"response":[]},{"name":"Create a schema","event":[{"listen":"test","script":{"type":"text/javascript","exec":["//var jsonData = JSON.parse(responseBody);","//postman.setEnvironmentVariable(\"schema_id\", jsonData.id);"]}}],"id":"88fcc0a4-5054-4b18-bd86-9f1245b49726","request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"tenant_id\": \"{{tenant_id}}\",\n    \"id\": \"{{schema_id}}\",\n    \"name\": \"{{schema_id}}\",\n    \"description\": \"A custom user schema for identity pool demo\",\n    \"schema\": {\n        \"properties\": {\n            \"costCenter\": {\n                \"description\": \"Cost center\",\n                \"type\": \"string\",\n                \"minLength\": 1\n            },\n            \"family_name\": {\n                \"description\": \"user last name\",\n                \"type\": \"string\",\n                \"minLength\": 1\n            },\n            \"given_name\": {\n                \"description\": \"user first name\",\n                \"type\": \"string\",\n                \"minLength\": 1\n            },\n            \"groups\": {\n                \"description\": \"user groups\",\n                \"type\": \"array\",\n                \"uniqueItems\": true,\n                \"items\": {\n                    \"type\": \"string\"\n                }\n            },\n            \"name\": {\n                \"description\": \"user full name\",\n                \"type\": \"string\",\n                \"minLength\": 1\n            },\n            \"title\": {\n                \"description\": \"user title\",\n                \"type\": \"string\",\n                \"minLength\": 1\n            }\n        },\n        \"description\": \"sample user data schema\",\n        \"type\": \"object\",\n        \"required\": [\n            \"family_name\",\n            \"given_name\",\n            \"name\"\n        ]\n    },\n    \"system\": false\n}"},"url":"https://{{url}}/api/identity/{{tenant_id}}/admin/schemas"},"response":[]},{"name":"Get a schema","id":"f9b5e75c-5487-47e8-8fac-120dc9ef5c98","request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"url":"https://{{url}}/api/identity/{{tenant_id}}/admin/schemas/{{schema_id}}"},"response":[]},{"name":"List schemas","id":"7ee5fbe0-7683-47c4-a05a-28f2060d46fa","request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"url":"https://{{url}}/api/identity/{{tenant_id}}/admin/schemas"},"response":[]},{"name":"Create a pool","event":[{"listen":"test","script":{"type":"text/javascript","exec":["//var jsonData = JSON.parse(responseBody);","//postman.setEnvironmentVariable(\"pool_id\", jsonData.id);"]}}],"id":"28eb88ce-ed4a-4740-a9d9-50d741c02b47","request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"authentication_mechanisms\": [\n    \"password\"\n  ],\n  \"description\": \"demo pool created for demonstration\",\n  \"id\": \"{{pool_id}}\",\n  \"name\": \"{{pool_id}}\",\n  \"payload_schema_id\": \"{{schema_id}}\",\n  \"public_registration_allowed\": true,\n  \"tenant_id\": \"{{tenant_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/identity/{{tenant_id}}/admin/pools"},"response":[]},{"name":"List pools","id":"a6fc45e1-7996-45ed-b9f7-03b9461f6c9d","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"}],"url":"https://{{url}}/api/identity/{{tenant_id}}/admin/pools"},"response":[]},{"name":"Create a user in a pool with login and password but inactive","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"user_id\", jsonData.id);","postman.setEnvironmentVariable(\"identifier_email\", jsonData.identifiers[0].identifier);"]}}],"id":"0b54f0f9-2e23-46fa-8b80-7b308d70a4ce","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"POST","header":[{"key":"Accept","type":"default","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"johnsmith\",\n  \"identifiers\": [\n    {\n      \"identifier\": \"demouser@cloudentity.com\",\n      \"type\": \"email\"\n    }\n  ],\n  \"credentials\": [\n    {\n        \"password\": \"Passw0rd!!\",\n        \"type\": \"password\"\n    }\n  ],\n  \"payload\": {\n       \"family_name\": \"Smith\",\n       \"given_name\": \"John\",\n       \"name\": \"John Smith\",\n       \"groups\" : [\n           \"RegularUser\"\n       ]\n  },\n  \"payload_schema_id\": \"{{schema_id}}\",    \n  \"metadata\": {},\n  \"metadata_schema_id\": \"default_metadata\",\n  \"status\": \"new\",\n  \"verifiable_addresses\": [\n    {\n        \"address\": \"demouser@cloudentity.com\",\n        \"status\": \"active\",\n        \"type\": \"email\",\n        \"verified\": false\n    }\n]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/identity/{{tenant_id}}/admin/pools/{{pool_id}}/users"},"response":[]},{"name":"Generate activation code - hands over back the code","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"activation_code\", jsonData.code_id);"]}}],"id":"714b3601-fd6a-48a3-9435-dacf6c2e6927","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"token":"{{system_token}}"}},"method":"POST","header":[{"key":"Accept","type":"default","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"identifier\": \"{{identifier_email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/identity/{{tenant_id}}/system/pools/{{pool_id}}/users/{{user_id}}/activation/generate"},"response":[]},{"name":"Activate user with code","id":"7ecc0810-8e11-4091-8b93-6dc59c4a2874","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"token":"{{system_token}}"}},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"code\": \"{{activation_code}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/identity/{{tenant_id}}/system/pools/{{pool_id}}/user/activate"},"response":[]},{"name":"Fetch user details","id":"6595554b-7a18-4b88-b12b-80ed2dc15dad","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"}],"url":"https://{{url}}/api/identity/{{tenant_id}}/admin/pools/{{pool_id}}/users/{{user_id}}"},"response":[]},{"name":"List all users from a pool","id":"6c02f78f-c958-463c-b247-919ca9037a2c","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"}],"url":"https://{{url}}/api/identity/{{tenant_id}}/admin/pools/{{pool_id}}/users"},"response":[]},{"name":"Verify a user's password","id":"307e93ba-fcc5-4e14-abb0-469002587874","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"token":"{{system_token}}"}},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{user_id}}\",\n    \"password\": \"Passw0rd!!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/identity/{{tenant_id}}/system/pools/{{pool_id}}/user/password/verify"},"response":[]}],"id":"d1713ea8-92f6-464b-b1dd-505721bc8102"},{"name":"OAuth flows - ropc","item":[{"name":"Attach identity pool as identity provider for OAuth workspace","id":"8278967a-73f7-4cdb-97c8-799b33856454","request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"method\":\"identity_pool\",\"name\":\"pool-demo-identity-pool-idp\",\"identity_pool_id\":\"pool-demo-identity-pool\"}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/admin/{{tenant_id}}/servers/pool-demo-workspace/idps/identity_pool","description":"create ropg client application"},"response":[]},{"name":"Create OAuth Client app with ROPC Grant type","id":"7ae0cfc7-726b-46f2-af1b-b3951eecc859","request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tenant_id\": \"pi314\",\n    \"client_name\": \"pool-demo-ropg-app\",\n    \"description\": \"pool-demo-ropg-app\",\n    \"client_uri\": \"\",\n    \"logo_uri\": \"\",\n    \"policy_uri\": \"\",\n    \"tos_uri\": \"\",\n    \"organisation_id\": \"\",\n    \"authorization_server_id\": \"{{workspace_id}}\",\n    \"client_id\": \"pool-demo-ropg-id\",\n    \"client_secret\": \"Q8bIXtrpW9gx-hgnemU1LZz93N1KcgL0NrlVTLMHbAI\",\n    \"hashed_secret\": \"1b81053719d2399aab28624912a53f2e2c1c840b3871644ebfc6ef9574ba78f438b02182400213d40478d28212ad4852ca69a8a8425100e8495e3cdaf3230ea5300a4c395eb750e15e5bdc04496ab8298cef6efb5d1d20c3e205056b5c0da8c65cda8f0cd4745177cd35ee0358a020d9913b46e81f245018049b7a7e46b4b8e1\",\n    \"application_type\": \"web\",\n    \"application_types\": [\n        \"server_web\"\n    ],\n    \"redirect_uris\": [],\n    \"grant_types\": [\n        \"authorization_code\",\n        \"password\"\n    ],\n    \"response_types\": [\n        \"code\",\n        \"token\"\n    ],\n    \"scopes\": [\n        \"email\",\n        \"introspect_tokens\",\n        \"openid\",\n        \"profile\",\n        \"revoke_tokens\"\n    ],\n    \"audience\": [\n        \"pool-demo-ropg-id\"\n    ],\n    \"token_endpoint_auth_method\": \"none\",\n    \"revocation_endpoint_auth_method\": \"client_secret_post\",\n    \"introspection_endpoint_auth_method\": \"client_secret_post\",\n    \"token_endpoint_auth_signing_alg\": \"none\",\n    \"jwks\": {\n        \"keys\": []\n    },\n    \"jwks_uri\": \"\",\n    \"request_object_signing_alg\": \"any\",\n    \"request_object_encryption_alg\": \"\",\n    \"request_object_encryption_enc\": \"\",\n    \"request_uris\": [],\n    \"client_id_issued_at\": 1657589478,\n    \"created_at\": \"2022-07-12T01:31:18.392855Z\",\n    \"updated_at\": \"2022-07-12T01:31:18.392855Z\",\n    \"client_secret_expires_at\": 0,\n    \"sector_identifier_uri\": \"\",\n    \"userinfo_signed_response_alg\": \"none\",\n    \"id_token_signed_response_alg\": \"ES256\",\n    \"id_token_encrypted_response_alg\": \"\",\n    \"id_token_encrypted_response_enc\": \"\",\n    \"tls_client_certificate_bound_access_tokens\": false,\n    \"tls_client_auth_subject_dn\": \"\",\n    \"tls_client_auth_san_dns\": \"\",\n    \"tls_client_auth_san_uri\": \"\",\n    \"tls_client_auth_san_ip\": \"\",\n    \"tls_client_auth_san_email\": \"\",\n    \"privacy\": {\n        \"scopes\": {\n            \"email\": {\n                \"purpose\": \"\",\n                \"pii_categories\": []\n            },\n            \"introspect_tokens\": {\n                \"purpose\": \"\",\n                \"pii_categories\": []\n            },\n            \"openid\": {\n                \"purpose\": \"\",\n                \"pii_categories\": []\n            },\n            \"profile\": {\n                \"purpose\": \"\",\n                \"pii_categories\": []\n            },\n            \"revoke_tokens\": {\n                \"purpose\": \"\",\n                \"pii_categories\": []\n            }\n        }\n    },\n    \"subject_type\": \"public\",\n    \"backchannel_token_delivery_mode\": \"\",\n    \"backchannel_client_notification_endpoint\": \"\",\n    \"backchannel_authentication_request_signing_alg\": \"\",\n    \"backchannel_user_code_parameter\": false,\n    \"require_pushed_authorization_requests\": false,\n    \"authorization_signed_response_alg\": \"ES256\",\n    \"authorization_encrypted_response_alg\": \"\",\n    \"authorization_encrypted_response_enc\": \"\",\n    \"developer_id\": null,\n    \"system\": false,\n    \"trusted\": false,\n    \"metadata\": {},\n    \"developer_metadata\": {},\n    \"software_statement_payload\": {},\n    \"software_statement\": \"\",\n    \"software_id\": \"\",\n    \"software_version\": \"\",\n    \"dynamically_registered\": false,\n    \"usePairwiseSubjectIdentifier\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/admin/{{tenant_id}}/clients","description":"create ropc client application"},"response":[]},{"name":"ROPC accessToken","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"user_token\", jsonData.access_token);"]}}],"id":"72844fc3-8bc1-4678-8ff1-3236e5cb33bb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"grant_type=password&client_id=pool-demo-ropg-id&username={{identifier_email}}&password=Passw0rd!!","options":{"raw":{"language":"text"}}},"url":"https://{{url}}/{{tenant_id}}/pool-demo-workspace/oauth2/token","description":"create ropc client application"},"response":[]},{"name":"Revoke the user accessToken","id":"ab08938c-e7c3-487d-ac26-f6abc944e8e6","request":{"auth":{"type":"bearer","bearer":{"token":"{{user_token}}"}},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"","value":"","type":"text","disabled":true}]},"url":"https://{{url}}/{{tenant_id}}/pool-demo-workspace/oauth2/revoke"},"response":[]}],"id":"bb6fa2bb-7ab5-43f4-92e3-86ff2c5b89a7","description":"Resource owner password credentials grant oAuth flow","event":[{"listen":"prerequest","script":{"id":"d65eb94b-1a50-47f8-940e-af45b8692e0d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e2a467ca-7956-4bc1-8ed6-fe2040a3ad99","type":"text/javascript","exec":[""]}}]},{"name":"cleanup","item":[{"name":"Delete a user","id":"3ab9e461-e830-454e-b647-d13b927948fd","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"default"}],"url":"https://{{url}}/api/identity/{{tenant_id}}/admin/pools/{{pool_id}}/users/{{user_id}}"},"response":[]},{"name":"Delete a pool","id":"9410ca17-c7c4-454a-8ede-fd3c7193c4d2","request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"authentication_mechanisms\": [\n    \"password\"\n  ],\n  \"description\": \"string\",\n  \"id\": \"identity-pool-5\",\n  \"name\": \"Identity-Pool-5\",\n  \"payload_schema_id\": \"c9jchdufeij4sj1bl3v0\",\n  \"public_registration_allowed\": true,\n  \"tenant_id\": \"{{tenant_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{url}}/api/identity/{{tenant_id}}/admin/pools/{{pool_id}}"},"response":[]},{"name":"Delete a schema","id":"276e53a2-cec0-4b51-a008-378cd403605e","request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"url":"https://{{url}}/api/identity/{{tenant_id}}/admin/schemas/{{schema_id}}"},"response":[]},{"name":"Delete an AuthZ Svr/Workspace","id":"ac6cdbc1-0119-49f3-a26c-3a5b4e69f1d7","request":{"auth":{"type":"bearer","bearer":{"token":"{{admin_token}}"}},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":""},"url":"https://{{url}}/api/admin/{{tenant_id}}/servers/{{workspace_id}}"},"response":[]}],"id":"837e56aa-1eb4-484b-8c3f-ec0b1c5aa9a5"}]}