{"collection":{"info":{"_postman_id":"21531118-f3ff-476f-bdd4-889a7c2bab05","name":"_CPO -2","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2022-07-25T12:50:24.000Z","updatedAt":"2026-03-05T16:18:07.000Z","lastUpdatedBy":"11521353","uid":"18608854-21531118-f3ff-476f-bdd4-889a7c2bab05"},"item":[{"name":"Auth Service","item":[{"name":"CPO EU QA Token","event":[{"listen":"test","script":{"id":"adc71a65-15d9-46c3-8606-9fd88ddb2f3d","exec":["pm.test(\"Save Token\", function () {","    var jsonData = pm.response.json();","    pm.environment.set(\"access_token\", jsonData.access_token);","});",""],"type":"text/javascript"}}],"id":"d8da85f0-c99a-402a-8d53-ed4829509e52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"XXXXX_HERE_YOUR_CLIENT_ID_XXXXX\",\n    \"client_secret\": \"XXXXX_HERE_YOUR_CLIENT_SECRET_XXXXX\",\n    \"audience\": \"{{AUDIENCE}}\",\n    \"grant_type\": \"client_credentials\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{TOKEN_URL}}/oauth/token","host":["{{TOKEN_URL}}"],"path":["oauth","token"]}},"response":[],"createdAt":"2022-07-25T12:50:25.000Z","updatedAt":"2024-03-28T13:37:38.000Z","uid":"18608854-d8da85f0-c99a-402a-8d53-ed4829509e52"},{"name":"CPO EU Prod Token","event":[{"listen":"test","script":{"id":"adc71a65-15d9-46c3-8606-9fd88ddb2f3d","exec":["pm.test(\"Save Token\", function () {","    var jsonData = pm.response.json();","    pm.environment.set(\"access_token\", jsonData.access_token);","});",""],"type":"text/javascript"}}],"id":"d928c44f-0d8f-4384-898e-2cf0dd2d402c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"XXXXX_HERE_YOUR_CLIENT_ID_XXXXX\",\n    \"client_secret\": \"XXXXX_HERE_YOUR_CLIENT_SECRET_XXXXX\",\n    \"audience\": \"{{AUDIENCE}}\",\n    \"grant_type\": \"client_credentials\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{TOKEN_URL}}/oauth/token","host":["{{TOKEN_URL}}"],"path":["oauth","token"]}},"response":[],"createdAt":"2024-03-28T13:36:20.000Z","updatedAt":"2024-03-28T13:37:45.000Z","uid":"18608854-d928c44f-0d8f-4384-898e-2cf0dd2d402c"},{"name":"CPO NA QA Token","event":[{"listen":"test","script":{"id":"adc71a65-15d9-46c3-8606-9fd88ddb2f3d","exec":["pm.test(\"Save Token\", function () {","    var jsonData = pm.response.json();","    pm.environment.set(\"access_token\", jsonData.access_token);","});",""],"type":"text/javascript"}}],"id":"24b91757-2553-44fc-b5c3-0732682c70ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"XXXXX_HERE_YOUR_CLIENT_ID_XXXXX\",\n    \"client_secret\": \"XXXXX_HERE_YOUR_CLIENT_SECRET_XXXXX\",\n    \"audience\": \"{{AUDIENCE}}\",\n    \"grant_type\": \"client_credentials\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{TOKEN_URL}}/oauth/token","host":["{{TOKEN_URL}}"],"path":["oauth","token"]}},"response":[],"createdAt":"2024-03-28T13:36:38.000Z","updatedAt":"2024-03-28T13:37:51.000Z","uid":"18608854-24b91757-2553-44fc-b5c3-0732682c70ec"},{"name":"CPO NA Prod Token","event":[{"listen":"test","script":{"id":"adc71a65-15d9-46c3-8606-9fd88ddb2f3d","exec":["pm.test(\"Save Token\", function () {","    var jsonData = pm.response.json();","    pm.environment.set(\"access_token\", jsonData.access_token);","});",""],"type":"text/javascript"}}],"id":"dbbad5da-c936-4966-86dd-40d7ea90ec75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"XXXXX_HERE_YOUR_CLIENT_ID_XXXXX\",\n    \"client_secret\": \"XXXXX_HERE_YOUR_CLIENT_SECRET_XXXXX\",\n    \"audience\": \"{{AUDIENCE}}\",\n    \"grant_type\": \"client_credentials\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{TOKEN_URL}}/oauth/token","host":["{{TOKEN_URL}}"],"path":["oauth","token"]}},"response":[],"createdAt":"2024-03-28T13:36:58.000Z","updatedAt":"2024-03-28T13:37:56.000Z","uid":"18608854-dbbad5da-c936-4966-86dd-40d7ea90ec75"}],"id":"2af5210e-2efc-4bc9-b20f-e7452ad32574","auth":{"type":"bearer","bearer":[{"key":"token","value":"","type":"string"}]},"event":[{"listen":"prerequest","script":{"id":"8c4f18ca-77df-4b57-b657-1b953d86c2eb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6f11528f-e43f-43b7-86bd-41b5e1e23337","type":"text/javascript","exec":[""]}}],"createdAt":"2022-07-25T12:50:24.000Z","updatedAt":"2024-03-28T13:49:01.000Z","uid":"18608854-2af5210e-2efc-4bc9-b20f-e7452ad32574"},{"name":"Plug&Charge Ecosystem","item":[{"name":"PKI Gateway","item":[{"name":"CPO","event":[{"listen":"prerequest","script":{"id":"d86c6e2c-c1cf-4500-9c7f-579965a6d4a1","exec":["var accessToken = pm.environment.get(\"access_token\");","pm.request.headers.add({","    key: 'Authorization',","    value: 'Bearer ' + accessToken","});",""],"type":"text/javascript"}}],"id":"95c00d1e-8572-4b0d-b9b7-6f4434b9c948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/pkcs10"}],"body":{"mode":"raw","raw":"-----BEGIN CERTIFICATE REQUEST-----\nMIIBOTCB4AIBADBPMQswCQYDVQQGEwJERTETMBEGCgmSJomT8ixkARkWA0NQTzEQMA4GA1UECgwH\nSHViamVjdDEZMBcGA1UEAwwQRVZTRVRFU1QxMjM0NTY3ODBZMBMGByqGSM49AgEGCCqGSM49AwEH\nA0IABA1YR4bJJ6H1pTiccYLirPlqonRQp8qK1/PEvVVsCRjBZK7+Msz7j6HbNjlAgT5q6IWumIJl\nNV4xnbcRuuzbIHmgLzAtBgkqhkiG9w0BCQ4xIDAeMAwGA1UdEwEB/wQCMAAwDgYDVR0PAQH/BAQD\nAgeAMAoGCCqGSM49BAMCA0gAMEUCIHnWGEjUnp+eKiSDKrvO6x1hRkxAOtyyGZjgyz3gDH53AiEA\n88OCDY18dylGqZN2ouLwDjDM6/1PpHybpLnC/qtsY18=\n-----END CERTIFICATE REQUEST-----"},"url":{"raw":"{{OPCP_URL}}/.well-known/cpo/simpleenroll","host":["{{OPCP_URL}}"],"path":[".well-known","cpo","simpleenroll"]}},"response":[],"createdAt":"2023-01-05T15:42:49.000Z","updatedAt":"2024-03-28T13:44:16.000Z","uid":"18608854-95c00d1e-8572-4b0d-b9b7-6f4434b9c948"},{"name":"caCerts - CPO","event":[{"listen":"prerequest","script":{"id":"8b6f4936-f364-4758-ac23-17a05c87b768","exec":["var accessToken = pm.environment.get(\"access_token\");","pm.request.headers.add({","    key: 'Authorization',","    value: 'Bearer ' + accessToken","});",""],"type":"text/javascript"}}],"id":"c98f681f-c036-49dc-a983-c34717eb2db5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{OPCP_URL}}.well-known/cpo/cacerts","host":["{{OPCP_URL}}","well-known"],"path":["cpo","cacerts"]}},"response":[],"createdAt":"2022-07-25T12:50:25.000Z","updatedAt":"2024-03-28T13:44:31.000Z","uid":"18608854-c98f681f-c036-49dc-a983-c34717eb2db5"}],"id":"7704b0d4-cdd2-4192-be0c-d8d15d5f93d4","event":[{"listen":"prerequest","script":{"id":"b5e11f4b-bd87-43a4-861b-4afc0587a277","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dcb1ec05-f120-4021-b22b-485c6e4e2805","type":"text/javascript","exec":[""]}}],"createdAt":"2022-07-25T12:50:24.000Z","updatedAt":"2023-05-17T22:12:22.000Z","uid":"18608854-7704b0d4-cdd2-4192-be0c-d8d15d5f93d4"},{"name":"Root Certificate Pool Service(RCP)","item":[{"name":"GetAllRootCertificates","event":[{"listen":"prerequest","script":{"id":"08c0cf7f-369e-415e-85df-50c5a22e8696","exec":["var accessToken = pm.environment.get(\"access_token\");","pm.request.headers.add({","    key: 'Authorization',","    value: 'Bearer ' + accessToken","});",""],"type":"text/javascript"}}],"id":"c9291fac-04f3-4d90-a25f-89547f9e960e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{OPCP_URL}}/v1/root/rootCerts","host":["{{OPCP_URL}}"],"path":["v1","root","rootCerts"]},"description":"Get all the root certificates in Root Certificate Pool"},"response":[],"createdAt":"2022-07-25T12:50:25.000Z","updatedAt":"2024-03-28T13:44:37.000Z","uid":"18608854-c9291fac-04f3-4d90-a25f-89547f9e960e"},{"name":"GetRootCertificate","event":[{"listen":"prerequest","script":{"id":"462f9098-d028-4927-8305-f3a07c529133","exec":["var accessToken = pm.environment.get(\"access_token\");","pm.request.headers.add({","    key: 'Authorization',","    value: 'Bearer ' + accessToken","});",""],"type":"text/javascript"}}],"id":"bb9e675c-fbcb-4d1e-bf6d-8f80d4b83294","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{OPCP_URL}}/v1/root/rootCerts/:rootCertificateId","host":["{{OPCP_URL}}"],"path":["v1","root","rootCerts",":rootCertificateId"],"variable":[{"key":"rootCertificateId","value":null}]},"description":"Get a specific root certificate"},"response":[],"createdAt":"2022-07-25T12:50:25.000Z","updatedAt":"2024-03-28T13:45:49.000Z","uid":"18608854-bb9e675c-fbcb-4d1e-bf6d-8f80d4b83294"},{"name":"Info RCP","event":[{"listen":"prerequest","script":{"id":"deb6c8b4-1a8e-4f69-9c4e-dfc4df3c55d2","exec":["var accessToken = pm.environment.get(\"access_token\");","pm.request.headers.add({","    key: 'Authorization',","    value: 'Bearer ' + accessToken","});",""],"type":"text/javascript"}}],"id":"2668722d-1003-44b7-aa37-28b1d0f2a515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{OPCP_URL}}/rcp/info","host":["{{OPCP_URL}}"],"path":["rcp","info"]}},"response":[],"createdAt":"2023-01-05T11:03:16.000Z","updatedAt":"2024-03-28T13:44:42.000Z","uid":"18608854-2668722d-1003-44b7-aa37-28b1d0f2a515"},{"name":"Health RCP","event":[{"listen":"prerequest","script":{"id":"f07c6584-5189-4cb9-a3a4-934aee79204b","exec":["var accessToken = pm.environment.get(\"access_token\");","pm.request.headers.add({","    key: 'Authorization',","    value: 'Bearer ' + accessToken","});",""],"type":"text/javascript"}}],"id":"7dd0fc86-7b1f-436a-94f2-2b365dda6d87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{OPCP_URL}}/rcp/health","host":["{{OPCP_URL}}"],"path":["rcp","health"]}},"response":[],"createdAt":"2023-01-05T11:03:23.000Z","updatedAt":"2024-03-28T13:44:46.000Z","uid":"18608854-7dd0fc86-7b1f-436a-94f2-2b365dda6d87"}],"id":"45301e03-197b-429e-a60b-582255fcac96","description":"The Root Certificate Service Pool","createdAt":"2022-07-25T12:50:24.000Z","updatedAt":"2023-01-05T11:03:23.000Z","uid":"18608854-45301e03-197b-429e-a60b-582255fcac96"},{"name":"Contract Certificate Pool Service(CCP)","item":[{"name":"GetSignedContractData","event":[{"listen":"prerequest","script":{"id":"be7039b4-156c-4475-9bea-c14d6b5e646f","exec":["var accessToken = pm.environment.get(\"access_token\");","pm.request.headers.add({","    key: 'Authorization',","    value: 'Bearer ' + accessToken","});",""],"type":"text/javascript"}}],"id":"0299b382-0cb1-4bec-a56f-01e5e9501253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"certificateInstallationReq\": \"gJgCAAAAAAcD8EvKiVodHRwOi8vd3d3LnczLm9yZy9UUi9jYW5vbmljYWwtZXhpL0NWh0dHA6Ly93d3cudzMub3JnLzIwMDEvMDQveG1sZHNpZy1tb3JlI2VjZHNhLXNoYTI1NkQQRsbSpMriBK0Ojo4HReXu7u7lzuZlze5M5eqKRexsLc3tzSxsLYWsrw0l6QpaHR0cDovL3d3dy53My5vcmcvMjAwMS8wNC94bWxlbmMjc2hhMjU2QgfPWJPmrBCU4EWOVTn23fz6dc9GfyLw1s6JyH3Gt51cUSgAzrLTaWmJmK6WcFnaQ1yWWwjcv4C19+y9m3/DmlgKOMvfNy/tSb1y7rLtLfYI5VDEzfbY1VEUZB4JAT4W9CGeiBQOxtKkyuJXAhhBARUYQQDoUAGBAIEBCCj894VUcXjnXJvPhKuR3y4YBQMEFUMkZx6CAYEYIhiFmASDAaqCAwmBIiKYipgJgwGqggUJhiQ6sTUysboQI7axJBiPGA4DAaqCAYmKp6KmkCm6sRkQIaCQKKCQI5iXGRcYmA8LhpkZGJgYnJiZmZyZmi0LhpkbGJgYnJiZmZyZmi0YIZiIGAcDAaqCBQmDpDqxNTKxuhiNGAwDAaqCAYmIpCqhKCknqyGiqSohJ6wooJiYiZgIgwUEyRNEyfkWMgCMiwGnoqaYLJgJgwOVQyRnHoEAgwQVQyRnHoGAg4GhAAIvYR5EdeHqmHYMVa9w1NjuTqqEYdYwQ2gRe2ZuAVVCE7Z/+bwM/I36AaA2q2ihtOqH8tevI2lO+zdTMnyi11BB0cDSGEDQmAYDAaqOiYCA/4IBGAAYCIMBqo6HAgUCBCctJjmuufBWGA4DAaqOiIIKmAnBCKQqoSgpJ6shoqkqISesKKCYmAmDAaqOkYIGGAVABCF0MjRdY2kQmB2DBBWDAIKCg4CAgheYFpgVgwQVgwCCgoOYAMMPtDo6OB0Xl7exubgWuLCXNDqxNTKxuhcxt7adHBgcGBgHAwGqjoeAgP+CAgGBAcQYBQMEFUMkZx6CAYEBpAAYIoEQHQE4zeNElvqNELgUDsVE4dLgCHcwlH+9dzCTIhHn5ICBEIBV3g6n0IhWVAFK3WzaAVw6d5RiE6kG9oTcdVWdUS2IUwCVDTj1WMkcgUm9vdCBDQSBRQSBHMSxPPUh1YmplY3QgR21iSA7cuzmK3TlMDOhf3em8u0gKvTARAA=\",\n  \"xsdMsgDefNamespace\": \"urn:iso:15118:2:2013:MsgDef\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OPCP_URL}}/v1/ccp/signedContractData","host":["{{OPCP_URL}}"],"path":["v1","ccp","signedContractData"]},"description":"Get signed contract data"},"response":[],"createdAt":"2022-07-25T12:50:25.000Z","updatedAt":"2024-03-28T13:47:19.000Z","uid":"18608854-0299b382-0cb1-4bec-a56f-01e5e9501253"},{"name":"Info CCP","event":[{"listen":"prerequest","script":{"id":"a586cfc7-5d89-4acf-8ae6-15f62f604cb6","exec":["var accessToken = pm.environment.get(\"access_token\");","pm.request.headers.add({","    key: 'Authorization',","    value: 'Bearer ' + accessToken","});",""],"type":"text/javascript"}}],"id":"080a66a4-d47b-4f4f-8d96-3615b423e5fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{OPCP_URL}}/ccp/info","host":["{{OPCP_URL}}"],"path":["ccp","info"]}},"response":[],"createdAt":"2023-01-05T11:04:19.000Z","updatedAt":"2024-03-28T13:47:23.000Z","uid":"18608854-080a66a4-d47b-4f4f-8d96-3615b423e5fc"},{"name":"Health CCP","event":[{"listen":"prerequest","script":{"id":"85ef5027-be06-4e05-ab2e-74b14e274d47","exec":["var accessToken = pm.environment.get(\"access_token\");","pm.request.headers.add({","    key: 'Authorization',","    value: 'Bearer ' + accessToken","});",""],"type":"text/javascript"}}],"id":"51c75fa2-bdc3-420c-b959-39b1e473c071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{OPCP_URL}}/ccp/health","host":["{{OPCP_URL}}"],"path":["ccp","health"]}},"response":[],"createdAt":"2023-01-05T11:04:33.000Z","updatedAt":"2024-03-28T13:47:25.000Z","uid":"18608854-51c75fa2-bdc3-420c-b959-39b1e473c071"}],"id":"61ea5682-34c4-42d5-bed1-357d4fed3de1","description":"Contract Certificate Pool Service, CCP.","createdAt":"2022-07-25T12:50:24.000Z","updatedAt":"2023-01-05T11:04:33.000Z","uid":"18608854-61ea5682-34c4-42d5-bed1-357d4fed3de1"},{"name":"Webhooks","item":[{"name":"Create","event":[{"listen":"prerequest","script":{"id":"239dc853-4866-4457-ac7a-9ebc8aa2f0a3","exec":["var accessToken = pm.environment.get(\"access_token\");","pm.request.headers.add({","    key: 'Authorization',","    value: 'Bearer ' + accessToken","});",""],"type":"text/javascript"}}],"id":"f193ba0f-66ec-436a-8ddf-e3a651d24363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"description\": \"Webhook MO recieves Contract Info\",\n  \"enabledEvents\": [\n    \"root.cert.added\",\n    \"root.cert.expired\",\n    \"root.cert.revoked\"\n  ],\n  \"status\": \"enabled\",\n  \"url\": \"here your URL\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OPCP_URL}}/v1/webhook/endpoints","host":["{{OPCP_URL}}"],"path":["v1","webhook","endpoints"]}},"response":[],"createdAt":"2022-07-25T12:50:25.000Z","updatedAt":"2024-03-28T13:47:30.000Z","uid":"18608854-f193ba0f-66ec-436a-8ddf-e3a651d24363"},{"name":"GetAll","event":[{"listen":"prerequest","script":{"id":"991c72e9-4fce-4f25-a881-a119d22b9304","exec":["var accessToken = pm.environment.get(\"access_token\");","pm.request.headers.add({","    key: 'Authorization',","    value: 'Bearer ' + accessToken","});",""],"type":"text/javascript"}}],"id":"24992fdb-a74b-4c90-be89-dc74eb5f7b86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{OPCP_URL}}/v1/webhook/endpoints","host":["{{OPCP_URL}}"],"path":["v1","webhook","endpoints"]}},"response":[],"createdAt":"2022-07-25T12:50:25.000Z","updatedAt":"2024-03-28T13:47:33.000Z","uid":"18608854-24992fdb-a74b-4c90-be89-dc74eb5f7b86"},{"name":"Get","event":[{"listen":"prerequest","script":{"id":"9409263d-54cc-4d4b-ae22-d0fcbb8c3430","exec":["var accessToken = pm.environment.get(\"access_token\");","pm.request.headers.add({","    key: 'Authorization',","    value: 'Bearer ' + accessToken","});",""],"type":"text/javascript"}}],"id":"8be303ea-c276-4400-9d2d-035d905b155e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{OPCP_URL}}/v1/webhook/endpoints/:webhookid","host":["{{OPCP_URL}}"],"path":["v1","webhook","endpoints",":webhookid"],"variable":[{"key":"webhookid","value":null}]}},"response":[],"createdAt":"2022-07-25T12:50:25.000Z","updatedAt":"2024-03-28T13:47:37.000Z","uid":"18608854-8be303ea-c276-4400-9d2d-035d905b155e"},{"name":"Delete","event":[{"listen":"prerequest","script":{"id":"e849adc0-bf47-450e-89b5-4fd58e00e332","exec":["var accessToken = pm.environment.get(\"access_token\");","pm.request.headers.add({","    key: 'Authorization',","    value: 'Bearer ' + accessToken","});",""],"type":"text/javascript"}}],"id":"9621c646-aac3-4105-b7d6-94681b51d3a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"{{OPCP_URL}}/v1/webhook/endpoints/:webhookid","host":["{{OPCP_URL}}"],"path":["v1","webhook","endpoints",":webhookid"],"variable":[{"key":"webhookid","value":null}]}},"response":[],"createdAt":"2022-07-25T12:50:25.000Z","updatedAt":"2024-03-28T13:47:40.000Z","uid":"18608854-9621c646-aac3-4105-b7d6-94681b51d3a6"},{"name":"Update","event":[{"listen":"prerequest","script":{"id":"fa1889e7-8dfe-4771-a774-492c73e7f051","exec":["var accessToken = pm.environment.get(\"access_token\");","pm.request.headers.add({","    key: 'Authorization',","    value: 'Bearer ' + accessToken","});",""],"type":"text/javascript"}}],"id":"b2801359-43cd-416c-9fab-77bc57cc4f39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"enabledEvents\": [\n    \"oem.contract.\",\n    \"mo.contract.\"\n  ],\n  \"url\": \"https://eu.plugncharge-qa.hubject.com/v1/sample/mo/payload\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OPCP_URL}}/v1/webhook/endpoints/:webhookid","host":["{{OPCP_URL}}"],"path":["v1","webhook","endpoints",":webhookid"],"variable":[{"key":"webhookid","value":null}]}},"response":[],"createdAt":"2022-07-25T12:50:25.000Z","updatedAt":"2024-03-28T13:47:44.000Z","uid":"18608854-b2801359-43cd-416c-9fab-77bc57cc4f39"}],"id":"6d1e0906-b7e0-42f9-834b-5ff7b3e89871","createdAt":"2022-07-25T12:50:25.000Z","updatedAt":"2022-07-25T12:50:25.000Z","uid":"18608854-6d1e0906-b7e0-42f9-834b-5ff7b3e89871"},{"name":"Registration Authority Service(RA)","item":[{"name":"PutCpo","id":"ec67f709-da06-471c-9de6-7a356596414f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"commonName\": \"NLGFXSDAFADDDF\",\n  \"manufacture\": \"A\",\n  \"deviceName\": \"A\",\n  \"deviceSWVersion\": \"A\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://us.plugncharge-qa.hubject.com/v1/vra/cpo/endEntities","protocol":"https","host":["us","plugncharge-qa","hubject","com"],"path":["v1","vra","cpo","endEntities"]},"description":"  \nAs a PKI provider, ensuring the accurate identity associated with the Common Name is paramount during the certificate issuance process. To achieve this, it is essential to obtain the Common Name beforehand, enabling us to conduct thorough checks and validation to verify that the certificate is being issued to the rightful owner.\n\nTo facilitate a seamless registration process, we have implemented Registration Authority endpoints. With these endpoints, users can easily register, verify, and manage EVSE/SECC IDs. This streamlined approach enhances user experience and simplifies the management of certificates, ensuring secure and efficient deployment for all parties involved.\n\nRegister a new EVSEID.\n\nThe common name needs to fullfilled the SECC or EVSE ID requirements:\n\nExample: DE-ICE-S-00003C4D557878675645330967543476-2\n\nAll the fields in the body are string required."},"response":[],"createdAt":"2024-06-26T10:03:16.000Z","updatedAt":"2024-06-26T10:03:16.000Z","uid":"18608854-ec67f709-da06-471c-9de6-7a356596414f"},{"name":"GetAllCpoByUserName","id":"c13fd9c5-6688-4755-b0f0-7db6ebbf6d71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OPCP_URL}}/v1/vra/cpo/endEntities","host":["{{OPCP_URL}}"],"path":["v1","vra","cpo","endEntities"]},"description":"Retrieve all the EVSE/SECC IDs registered."},"response":[],"createdAt":"2024-06-26T10:03:16.000Z","updatedAt":"2024-07-29T12:39:35.000Z","uid":"18608854-c13fd9c5-6688-4755-b0f0-7db6ebbf6d71"},{"name":"GetCpo","id":"62d15974-43b5-404e-a4a3-de0039460340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{OPCP_URL}}/v1/vra/cpo/endEntities/WAUZZZGE6MB001359","host":["{{OPCP_URL}}"],"path":["v1","vra","cpo","endEntities","WAUZZZGE6MB001359"]},"description":"Retrieve an especific EVSEID or SECCID by sending the ID retrieved in the registration."},"response":[],"createdAt":"2024-06-26T10:03:16.000Z","updatedAt":"2024-07-29T12:39:43.000Z","uid":"18608854-62d15974-43b5-404e-a4a3-de0039460340"},{"name":"DeleteCpo","id":"b70eae5d-689c-4b27-a52d-1f44cacd5df0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"{{OPCP_URL}}/v1/vra/cpo/endEntities/HUBZZZGE6MB001359","host":["{{OPCP_URL}}"],"path":["v1","vra","cpo","endEntities","HUBZZZGE6MB001359"]},"description":"Delete an especific EVSEID by sending the ID retrieved in the registration."},"response":[],"createdAt":"2024-06-26T10:03:16.000Z","updatedAt":"2024-07-29T12:40:03.000Z","uid":"18608854-b70eae5d-689c-4b27-a52d-1f44cacd5df0"},{"name":"GetACpoByUserNamePages","id":"92b1fbfc-0cee-4b42-a8bc-d636c28bfcc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{OPCP_URL}}/v1/vra/cpo/endEntities/offset=1/pageSize=3","host":["{{OPCP_URL}}"],"path":["v1","vra","cpo","endEntities","offset=1","pageSize=3"]}},"response":[],"createdAt":"2024-06-26T10:03:16.000Z","updatedAt":"2024-07-29T12:40:08.000Z","uid":"18608854-92b1fbfc-0cee-4b42-a8bc-d636c28bfcc7"}],"id":"059ff205-f413-4d89-8d1e-2fa1d24ad164","createdAt":"2024-06-26T10:03:15.000Z","updatedAt":"2024-06-26T10:03:37.000Z","uid":"18608854-059ff205-f413-4d89-8d1e-2fa1d24ad164"}],"id":"0d9d7fdf-0e84-4d09-8f1c-b0b405bb9882","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{qa_token}}","type":"string"}]},"event":[{"listen":"prerequest","script":{"id":"3906a043-f1ea-4130-ba60-33727e23d77d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cd830fb5-00de-4343-83d1-cf230e3a25a7","type":"text/javascript","exec":[""]}}],"createdAt":"2022-07-25T12:50:24.000Z","updatedAt":"2024-06-26T10:03:23.000Z","uid":"18608854-0d9d7fdf-0e84-4d09-8f1c-b0b405bb9882"}],"event":[{"listen":"prerequest","script":{"id":"92b13f30-4291-46f4-83d6-3dfa142324e6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eefc407c-94d7-4dcb-a3c0-d3b984d4e65a","type":"text/javascript","exec":[""]}}],"variable":[{"key":"qa_token","value":""}]}}