{"info":{"_postman_id":"361c1d2a-78b7-4cec-9f5a-f548ab4a0fe6","name":"Experiment API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"2644677","collectionId":"361c1d2a-78b7-4cec-9f5a-f548ab4a0fe6","publishedId":"UUy1e72Y","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-09-29T13:24:07.000Z"},"item":[{"name":"Login","id":"e5ee16d9-6842-4aa6-91f0-8051be094db0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{stage_domain}}/v1/login?mfa={{mfa}}","urlObject":{"protocol":"https","path":["v1","login"],"host":["{{stage_domain}}"],"query":[{"key":"mfa","value":"{{mfa}}"}],"variable":[]}},"response":[],"_postman_id":"e5ee16d9-6842-4aa6-91f0-8051be094db0"},{"name":"Accounts (List)","id":"87a32128-cd99-48d4-b755-849a3650f43d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{stage_domain}}/v1/accounts","urlObject":{"protocol":"https","path":["v1","accounts"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"87a32128-cd99-48d4-b755-849a3650f43d"},{"name":"Accounts (Find)","id":"ba9e78f4-164a-4953-86a6-b00dab64fc35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba9e78f4-164a-4953-86a6-b00dab64fc35"},{"name":"Accounts (Create)","id":"d943b0b5-7a0f-42b2-9a6f-4dc8134d3d94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Whitney\",\n\t\"customer_id\": \"testing\"\n}"},"url":"https://{{stage_domain}}/v1/accounts","urlObject":{"protocol":"https","path":["v1","accounts"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d943b0b5-7a0f-42b2-9a6f-4dc8134d3d94"},{"name":"Accounts (Update)","id":"7f0e4109-9de6-4125-ac20-4d454dac4f5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"customer_id\": \"1\"\n}"},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f0e4109-9de6-4125-ac20-4d454dac4f5d"},{"name":"Metamodels (List)","id":"b3dc85bd-3174-4fe6-acde-3cb1ee36ab31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3dc85bd-3174-4fe6-acde-3cb1ee36ab31"},{"name":"Metamodels (Find)","id":"8b106871-50d6-4099-951d-68c3c76f8f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b106871-50d6-4099-951d-68c3c76f8f91"},{"name":"Metamodels Content (Find)","id":"4b18c493-2eac-468b-999e-a8f2deedb43a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/content","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","content"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b18c493-2eac-468b-999e-a8f2deedb43a"},{"name":"Metamodels (Create)","id":"049b29b2-dc3f-4b6f-9a2c-b8efcfd349dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"content_type\": \"application/yaml\",\n    \"name\": \"Regression\",\n    \"content\": \"greek:\\n  godesses:\\n    _values:\\n      - _value: Aphrodite\\n      - _value: Artemis\\n      - _value: Hera\\n      - _value: Athena\\n      - _value: Tyche\\n\"\n}"},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"049b29b2-dc3f-4b6f-9a2c-b8efcfd349dc"},{"name":"Metamodels (Update)","id":"55decefd-a488-4361-b472-de08d50e48a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"greek:\\n  godesses:\\n    _values:\\n      - _value: Aphrodite\\n      - _value: Zeus\\n      - _value: Hera\\n      - _value: Athena\\n      - _value: Tyche\\n\"\n}"},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"55decefd-a488-4361-b472-de08d50e48a1"},{"name":"Environments (List)","id":"9233e964-6536-48c7-8c0f-375f45d859d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/environments","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","environments"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9233e964-6536-48c7-8c0f-375f45d859d4"},{"name":"Environments (Create)","id":"50970d9f-bc92-4ab8-8ba2-e3f1a2fdf76f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Production\"\n}"},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/environments","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","environments"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"50970d9f-bc92-4ab8-8ba2-e3f1a2fdf76f"},{"name":"Environments (Update hashring)","id":"db6bf864-abf6-4f4f-aef9-36a796504904","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"content\": \"{ \\\"_allocation_method\\\": \\\"HASH_RING\\\"}\",\n\t\"content_type\": \"application/json\"\n}\n"},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/environments/{{environment_id}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","environments","{{environment_id}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db6bf864-abf6-4f4f-aef9-36a796504904"},{"name":"Environments (Update random)","id":"bea84f9f-140a-4c1b-aecf-5e952a07ac6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"content\": \"{ \\\"_allocation_method\\\": \\\"RANDOM_WEIGHTED_CHOICE\\\"}\",\n\t\"content_type\": \"application/json\"\n}\n"},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/environments/{{environment_id}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","environments","{{environment_id}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bea84f9f-140a-4c1b-aecf-5e952a07ac6a"},{"name":"Environments (uid to cid)","id":"aa14d250-06fa-4714-8dc4-c15a9793ba5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"test_0\": [\"8842fcdc57f1:a3b46a26f9\"],\n    \"test_1\": [\"fa404095d6d1:a3b46a26f9\"],\n\t\"test_2\": [\"034775e2bd9c:a3b46a26f9\"],\n    \"test_3\": [\"e4c27b9fba45:a3b46a26f9\"],\n    \"test_4\": [\"784ad7d19c26:a3b46a26f9\"],\n    \"test_5\": [\"3215a2f99cbb:a3b46a26f9\"],\n    \"test_6\": [\"7e824556df97:a3b46a26f9\"],\n    \"test_7\": [\"9b06e76117d3:a3b46a26f9\"],\n    \"test_8\": [\"54cd9f3068c7:a3b46a26f9\"],\n    \"test_9\": [\"986696677c9a:a3b46a26f9\"],\n    \"test_10\": [\"f9f8a840a30e:a3b46a26f9\"],\n    \"test_11\": [\"afe9821ad013:a3b46a26f9\"],\n    \"test_12\": [\"892a2f6373f4:a3b46a26f9\"],\n    \"test_13\": [\"371d8775beef:a3b46a26f9\"],\n    \"test_14\": [\"726e65d6d494:a3b46a26f9\"],\n    \"test_15\": [\"510fb2446bd1:a3b46a26f9\"],\n    \"test_16\": [\"1f66163ebd28:a3b46a26f9\"],\n    \"test_17\": [\"64f483ccf6c2:a3b46a26f9\"],\n    \"test_18\": [\"6298612022a4:a3b46a26f9\"],\n    \"test_19\": [\"08bf8ac4bd11:a3b46a26f9\"],\n    \"test_20\": [\"909900533eba:a3b46a26f9\"],\n    \"test_21\": [\"4e8644633934:a3b46a26f9\"]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/environments/{{environment_id}}/config/runtime/uid_cid_mapping","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","environments","{{environment_id}}","config","runtime","uid_cid_mapping"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa14d250-06fa-4714-8dc4-c15a9793ba5f"},{"name":"Experiments (Find)","id":"86d8b652-dc2f-4757-b99a-f4ff9e925342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/experiments","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","experiments"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"86d8b652-dc2f-4757-b99a-f4ff9e925342"},{"name":"Experiments (Find content)","id":"126108a7-37c3-4956-8ba2-73720d92e413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/experiments/{{experiment_id}}/content","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","experiments","{{experiment_id}}","content"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"126108a7-37c3-4956-8ba2-73720d92e413"},{"name":"Experiments (List)","id":"e4114f65-2072-41b9-87d9-65460e0091b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/experiments?statuses=LIVE","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","experiments"],"host":["{{stage_domain}}"],"query":[{"key":"statuses","value":"LIVE"}],"variable":[]}},"response":[],"_postman_id":"e4114f65-2072-41b9-87d9-65460e0091b4"},{"name":"Experiment (Find)","id":"003ca7a3-044f-4d42-a5c7-5dd1514ee15c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/experiments/{{experiment_id}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","experiments","{{experiment_id}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"003ca7a3-044f-4d42-a5c7-5dd1514ee15c"},{"name":"Experiments (Create)","id":"190d7dc4-f276-4d1d-a2e4-df20cfd23abe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Experiment\",\n\t\"type\": \"ABN\",\n\t\"environment_id\": \"{{environment_id}}\",\n\t\"metamodel_id\": \"{{metamodel_id}}\",\n\t\"metamodel_version\": \"{{metamodel_version}}\",\n\t\"optimization_targets\": [\"converted\"],\n\t\"paused\": true\n}"},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/experiments","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","experiments"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"190d7dc4-f276-4d1d-a2e4-df20cfd23abe"},{"name":"Experiments (progression_update)","id":"287b85f3-21cd-472e-b0f5-1bea21f474e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"target_confidence\": \\\"STANDARD\\\"\n}\n "},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/experiments/{{experiment_id}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","experiments","{{experiment_id}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"287b85f3-21cd-472e-b0f5-1bea21f474e1"},{"name":"Experiments (update_metamodel_version)","id":"a24bd565-571d-47bc-b2c4-a2d2e64025c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metamodel_version\": \"70KO_tfTsSguVrRpyOM8wvZd59RDkJmF\"\n}\n "},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/experiments/{{experiment_id}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","experiments","{{experiment_id}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a24bd565-571d-47bc-b2c4-a2d2e64025c7"},{"name":"Experiments (update pop_size)","id":"ea49ff6f-c80b-4a24-9b7f-be81a7e029d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"target_confidence\": \\\"STANDARD\\\"\n}\n "},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/experiments/{{experiment_id}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","experiments","{{experiment_id}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea49ff6f-c80b-4a24-9b7f-be81a7e029d9"},{"name":"Experiments (PAUSE)","id":"5eeb802a-992e-4444-b626-3d33db609ae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"target_confidence\": \\\"STANDARD\\\"\n}\n "},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/experiments/{{experiment_id}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","experiments","{{experiment_id}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5eeb802a-992e-4444-b626-3d33db609ae7"},{"name":"Experiments (target_confidence_update)","id":"bc73a5ca-397b-4d36-a660-cc5f00f5792f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"target_confidence\": \"STANDARD\"\n}"},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/experiments/{{experiment_id}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","experiments","{{experiment_id}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc73a5ca-397b-4d36-a660-cc5f00f5792f"},{"name":"Experiments (Update allocation method)","id":"8e053c7e-851e-43b8-8c63-90584cc83443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"allocation_method\": \"HASH_RING\"\n}"},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/experiments/{{experiment_id}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","experiments","{{experiment_id}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e053c7e-851e-43b8-8c63-90584cc83443"},{"name":"Candidates (Find)","id":"961b91b3-55c9-49a9-802c-fcb6c5f4601e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"paused\": false\n}"},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/experiments/{{experiment_id}}/candidates/{{candidate_id}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","experiments","{{experiment_id}}","candidates","{{candidate_id}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"961b91b3-55c9-49a9-802c-fcb6c5f4601e"},{"name":"Candidates (List)","id":"38859a28-3f18-41b0-8690-57ff508e663c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"paused\": false\n}"},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/experiments/{{experiment_id}}/candidates","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","experiments","{{experiment_id}}","candidates"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38859a28-3f18-41b0-8690-57ff508e663c"},{"name":"Candidates (Create)","id":"6dc6f243-4b3d-4dca-be12-5fe4051e6c33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"paused\": false\n}"},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/experiments/{{experiment_id}}/candidates","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","experiments","{{experiment_id}}","candidates"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6dc6f243-4b3d-4dca-be12-5fe4051e6c33"},{"name":"Variables (List) - Not Implemented","id":"10d502f9-723a-4af3-a8c3-752b55986341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/variables?key_prefix={{key_prefix}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","variables"],"host":["{{stage_domain}}"],"query":[{"key":"key_prefix","value":"{{key_prefix}}"}],"variable":[]}},"response":[{"id":"2727d2e9-af54-4b25-9c05-62ef5fbbc02c","name":"Variables (List)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/variables?key_prefix={{key_prefix}}","protocol":"https","host":["{{stage_domain}}"],"path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","variables"],"query":[{"key":"key_prefix","value":"{{key_prefix}}"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n\t{\n\t\t\"display_name\": \"Example Variable\",\n\t\t\"key\": \"web.abc123.def456\",\n\t  \t\"disable\": false,\n\t  \t\"metadata\": {},\n\t\t\"variants\": [\n\t\t\t{\n\t\t\t\t\"display_name\": \"Control\",\n\t\t\t  \t\"value\": \"control\",\n\t\t \t\t\"metadata\": {},\n\t\t\t\t\"disable\": false\n\t\t\t}\n\t\t]\n\t}\n]"}],"_postman_id":"10d502f9-723a-4af3-a8c3-752b55986341"},{"name":"Variables (Find) - Not Implemented Copy","id":"387c24b2-2480-45e8-ac36-0a68edc08a70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/variables?key_prefix={{key_prefix}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","variables"],"host":["{{stage_domain}}"],"query":[{"key":"key_prefix","value":"{{key_prefix}}"}],"variable":[]}},"response":[{"id":"4e95cb4d-bdf7-43bd-9c60-7f0be871daf6","name":"Variables (Find)","originalRequest":{"method":"GET","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/variables/{{key}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"display_name\": \"Example Variable\",\n    \"key\": \"web.abc123.def456\",\n    \"disable\": false,\n    \"metadata\": {},\n    \"variants\": [\n        {\n            \"display_name\": \"Control\",\n            \"value\": \"control\",\n            \"metadata\": {},\n            \"disable\": false\n        }\n    ]\n}"}],"_postman_id":"387c24b2-2480-45e8-ac36-0a68edc08a70"},{"name":"Variables (Create) - Not Implemented","id":"a2595c24-f97f-4708-a99e-66a48641fb82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"Example Variable\",\n    \"key\": \"web.abc123.def456\",\n    \"disable\": false,\n    \"metadata\": {},\n    \"variants\": [\n        {\n            \"display_name\": \"Control\",\n            \"value\": \"control\",\n            \"metadata\": {},\n            \"disable\": false\n        }\n    ]\n}"},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/variables","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","variables"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[{"id":"18531752-cca6-4a2d-aeab-ee3f9132fb73","name":"Variables (Create)","originalRequest":{"method":"POST","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/variables"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"display_name\": \"Example Variable\",\n    \"key\": \"web.abc123.def456\",\n    \"disable\": false,\n    \"metadata\": {},\n    \"variants\": [\n        {\n            \"display_name\": \"Control\",\n            \"value\": \"control\",\n            \"metadata\": {},\n            \"disable\": false\n        }\n    ]\n}\n"}],"_postman_id":"a2595c24-f97f-4708-a99e-66a48641fb82"},{"name":"Variables (Update) - Not Implemented","id":"220191d7-0dbc-4305-aa70-7e4b5f4ba41b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"Example Variable\",\n    \"key\": \"web.abc123.def456\",\n    \"disable\": false,\n    \"metadata\": {},\n    \"variants\": [\n        {\n            \"display_name\": \"Control\",\n            \"value\": \"control\",\n            \"metadata\": {},\n            \"disable\": false\n        }\n    ]\n}"},"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/variables/{{key}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","variables","{{key}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[{"id":"f9868274-b0f3-479e-a940-22dd5f04427a","name":"Variables (Update)","originalRequest":{"method":"PUT","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/variables/{{key}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"display_name\": \"Example Variable\",\n    \"key\": \"web.abc123.def456\",\n    \"disable\": false,\n    \"metadata\": {},\n    \"variants\": [\n        {\n            \"display_name\": \"Control\",\n            \"value\": \"control\",\n            \"metadata\": {},\n            \"disable\": false\n        }\n    ]\n}\n"}],"_postman_id":"220191d7-0dbc-4305-aa70-7e4b5f4ba41b"},{"name":"Variables (Delete) - Not Implemented","id":"f8ea85f0-2fa5-4ac9-951a-6265d5fc5615","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/variables/{{key}}","urlObject":{"protocol":"https","path":["v1","accounts","{{account_id}}","metamodels","{{metamodel_id}}","variables","{{key}}"],"host":["{{stage_domain}}"],"query":[],"variable":[]}},"response":[{"id":"79775e3d-289b-4813-ba8c-14351305d2cd","name":"Variables (Delete)","originalRequest":{"method":"DELETE","header":[],"url":"https://{{stage_domain}}/v1/accounts/{{account_id}}/metamodels/{{metamodel_id}}/variables/{{key}}"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f8ea85f0-2fa5-4ac9-951a-6265d5fc5615"}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"1fa606e9-c205-4f77-aa56-94cb929302d7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aed62e58-6ea8-4d8b-b9fb-bd36283c0f67","type":"text/javascript","exec":[""]}}],"variable":[{"key":"protocol","value":"https"}]}