{"info":{"_postman_id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","name":"Harnest - API reference","description":"<html><head></head><body><h2 id=\"how-to-reach-your-api-endpoints\">How to reach your API endpoints?</h2>\n<p>Upon choosing Harnest, you have been granted an URL that looks like <a href=\"https://mycompany.harnest.io\">https://mycompany.harnest.io.</a></p>\n<p>To call the Harnest API, you’ll need to point to a subdomain (api) and its version. The URL to use will therefore be:</p>\n<blockquote>\n<p><a href=\"https://mycompany.api.harnest.io/v1/api\">https://mycompany.api.harnest.io/v1/api</a> </p>\n</blockquote>\n<h2 id=\"authentication\">Authentication</h2>\n<p>API endpoints require an Access Token (aka bearer) as parameter (to be authorized to perform an action). Such tokens can be generated from the <strong>API Credentials</strong> view of your Harnest application.</p>\n<p>For some details, see <a href=\"https://help.harnest.io/fr/articles/9395134-identifiants-api\">https://help.harnest.io/fr/articles/9395134-identifiants-api</a>.</p>\n<blockquote>\n<p>Note that the endpoints (and corresponding actions) will be performed as the user who generated the token. Permissions will therefore apply to what can be done through the endpoints. </p>\n</blockquote>\n<h2 id=\"pagination\">Pagination</h2>\n<p>When requesting a list of objects, pagination allows to avoid returning too much data at once.</p>\n<p>By default, GET endpoints return objects by page of 15 objects. Both the size of a page and the number of the page returned can be controlled with the following parameters:</p>\n<blockquote>\n<p>{{url}}?page[size]=50&amp;page[number]=2 </p>\n</blockquote>\n<h2 id=\"sorting\">Sorting</h2>\n<p>When requesting a list of objects, sorting allows to control the sorting order of the objects and therefore optimize the manipulation of the list.</p>\n<p>The sorting criteria can be controlled with the following parameter:</p>\n<blockquote>\n<p>{{url}}?sort=status </p>\n</blockquote>\n<p><em>Note: Descending sorting is not supported</em></p>\n<h2 id=\"filtering\">Filtering</h2>\n<p>When requesting a list of objects, filtering allows to return a list (or a single object) matching one or multiple specific criteria.</p>\n<p>The filtering criteria can be controlled with the following parameter:</p>\n<blockquote>\n<p>{{url}}?filter[status]=1 </p>\n</blockquote>\n<p><em>The criteria that may be used to filter the list depending on the endpoints. When used with a text value, ‘=’ behaves like a ‘%LIKE%’</em></p>\n<h2 id=\"request-headers\">Request headers</h2>\n<ul>\n<li><p>\"accept\": \"application/vnd.api+json\"</p>\n</li>\n<li><p>\"content-type\": \"application/vnd.api+json\"</p>\n</li>\n</ul>\n<h2 id=\"response-codes-incl-errors\">Response codes (incl. errors)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>HTTP Status Code</strong></th>\n<th><strong>Code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 Success</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Invalid request.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Invalid authentication, check that your are using the correct API Key on the right environment.</td>\n</tr>\n<tr>\n<td><code>403 Forbidden</code></td>\n<td>Missing permissions.</td>\n</tr>\n<tr>\n<td><code>404 Not Found</code></td>\n<td>The requested ressource was not found.</td>\n</tr>\n<tr>\n<td><code>422 Unprocessable entity</code></td>\n<td>Invalid field value or action.</td>\n</tr>\n<tr>\n<td><code>503 Service Unavailable</code></td>\n<td>We are currently under maintenance.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"jsonapi\">JSON:API</h2>\n<p>neosigna API respects the JSON:API specifications. JSON:API is a specification for how a client should request that resources be fetched or modified, and how a server should respond to those requests.</p>\n<p>Specifications can be found here: <a href=\"https://jsonapi.org/format/\">https://jsonapi.org/format/</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"18737846","collectionId":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","publishedId":"2sBXVihqH8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"E86800"},"publishDate":"2026-01-20T19:13:09.000Z"},"item":[{"name":"Actions","item":[{"name":"List Actions","id":"027a5aaa-3cf5-4fb5-8c3f-70b8433f6ba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/actions","description":"<p>Get the (paginated) list of all the Actions</p>\n","urlObject":{"path":["api","v1","actions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"027a5aaa-3cf5-4fb5-8c3f-70b8433f6ba9"},{"name":"Fetch an Action","id":"8265d3b1-3f3a-463a-99be-99daea4e7a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/actions","description":"<p>Get all the attributes of a specific Action based on its id</p>\n","urlObject":{"path":["api","v1","actions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8265d3b1-3f3a-463a-99be-99daea4e7a88"},{"name":"Create an Action","id":"f91bd98b-ccc3-40a6-b676-1504a46ca525","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"actions\",\n        \"attributes\": {\n            \"name\": \"\",\n            \"nature\": \"\",\n            \"description\": \"\",\n            \"start\": \"\",\n            \"finish\": \"\",\n            \"status\": \"\"\n        }     \n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/actions/:id","description":"<p>Create a new Action</p>\n","urlObject":{"path":["api","v1","actions",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"f91bd98b-ccc3-40a6-b676-1504a46ca525"},{"name":"Update an Action","id":"0cfacbbf-fb20-4a97-91b2-82cf41135dcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"actions\",\n        \"id\":\"id\", \n        \"attributes\": {\n            \"name\": \"\",\n            \"nature\": \"\",\n            \"description\": \"\",\n            \"start\": \"\",\n            \"finish\": \"\",\n            \"status\": \"\"\n        }     \n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/actions/:id","description":"<p>Update one or multiple attributes of an Action</p>\n","urlObject":{"path":["api","v1","actions",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"0cfacbbf-fb20-4a97-91b2-82cf41135dcb"},{"name":"Delete an Action","id":"3cc6309c-7caa-4f1d-999a-c4daf73e06dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/api/v1/actions/:id","description":"<p>Delete a specific Action</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{BEARER}}"}],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"tokenType","value":"<token-type>"},{"key":"scope","value":"{{OAUTH_SCOPE}}"},{"key":"password","value":"{{OAUTH_PASSWORD}}"},{"key":"username","value":"{{OAUTH_USER}}"},{"key":"clientSecret","value":"{{OAUTH_CLIENT_PASSWORD}}"},{"key":"clientId","value":"{{OAUTH_CLIENT_ID}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","name":"Harnest - API reference","type":"collection"}},"urlObject":{"path":["api","v1","actions",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"3cc6309c-7caa-4f1d-999a-c4daf73e06dd"}],"id":"6da9ffcb-8198-4d6e-92a9-3fa9d4537c1f","_postman_id":"6da9ffcb-8198-4d6e-92a9-3fa9d4537c1f","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{BEARER}}"}],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"tokenType","value":"<token-type>"},{"key":"scope","value":"{{OAUTH_SCOPE}}"},{"key":"password","value":"{{OAUTH_PASSWORD}}"},{"key":"username","value":"{{OAUTH_USER}}"},{"key":"clientSecret","value":"{{OAUTH_CLIENT_PASSWORD}}"},{"key":"clientId","value":"{{OAUTH_CLIENT_ID}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","name":"Harnest - API reference","type":"collection"}}},{"name":"Impacts","item":[{"name":"List Impacts","id":"07efc414-bba5-467b-8589-dcaf01f812f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/impacts","description":"<p>Get the (paginated) list of all the Impacts</p>\n","urlObject":{"path":["api","v1","impacts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"07efc414-bba5-467b-8589-dcaf01f812f4"},{"name":"Fetch an Impact","id":"1b637d6a-9d73-4358-b858-b0126304f75d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/impacts/:id","description":"<p>Get all the attributes of a specific Impact based on its id</p>\n","urlObject":{"path":["api","v1","impacts",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1b637d6a-9d73-4358-b858-b0126304f75d"},{"name":"Create an Impact","id":"3dc8bdd0-208f-44b9-a535-8a25752cc9fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"impacts\",\n        \"attributes\": {                \n            \t\"name\": \"\",\n\t\t\t\t\"description\": \"\",\n\t\t\t\t\"nature\": \"\",\n\t\t\t\t\"severity\": \"\",\n\t\t\t\t\"scope\": \"\",\n\t\t\t\t\"irremediability\": \"\",\n\t\t\t\t\"likelihood\": \"\",\n\t\t\t\t\"financialValuationAmount\": \"\",\n\t\t\t\t\"timehorizon\": \"\",\n\t\t\t\t\"entityType\": \"\",\n\t\t\t\t\"rootCauseType\": \"\",\n\t\t\t\t\"status\": \"\"\n        },\n        \"relationships\": {\n            \"sustainabilityMatter\": {\n                \"data\": {\n                    \"type\": \"sustainability-matters\",\n                    \"id\": \"\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/impacts/:id","description":"<p>Create a new Impact and attach it to its Sustainability matter</p>\n","urlObject":{"path":["api","v1","impacts",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"3dc8bdd0-208f-44b9-a535-8a25752cc9fb"},{"name":"Update an Impact","id":"bafac250-e076-4e9c-b2dd-6913a9683aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"impacts\",\n        \"id\": \":id\",\n        \"attributes\": {                \n            \t\"name\": \"\",\n\t\t\t\t\"description\": \"\",\n\t\t\t\t\"nature\": \"\",\n\t\t\t\t\"severity\": \"\",\n\t\t\t\t\"scope\": \"\",\n\t\t\t\t\"irremediability\": \"\",\n\t\t\t\t\"likelihood\": \"\",\n\t\t\t\t\"financialValuationAmount\": \"\",\n\t\t\t\t\"timehorizon\": \"\",\n\t\t\t\t\"entityType\": \"\",\n\t\t\t\t\"rootCauseType\": \"\",\n\t\t\t\t\"status\": \"\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/impacts/:id","description":"<p>Update one or multiple attributes of an Impact</p>\n","urlObject":{"path":["api","v1","impacts",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"bafac250-e076-4e9c-b2dd-6913a9683aba"},{"name":"Transfer an impact","id":"3b952491-1c6f-4899-9122-76e209128ca5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"impacts\",\n        \"id\": \":id\",\n        \"attributes\": {                \n            \"workspaceId\": \"\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/impacts/:id","description":"<p>Transfer a specific Impact to a workspace (or no workspace when workspaceId is empty)</p>\n","urlObject":{"path":["api","v1","impacts",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"3b952491-1c6f-4899-9122-76e209128ca5"},{"name":"Delete an Impact","id":"51ab435f-b7d7-4dd5-9c6d-92b06581e2fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/impacts/:id","description":"<p>Delete a specific Impact</p>\n","urlObject":{"path":["api","v1","impacts",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"51ab435f-b7d7-4dd5-9c6d-92b06581e2fa"}],"id":"ae764412-a2f5-41a8-b03c-57102d6edd41","_postman_id":"ae764412-a2f5-41a8-b03c-57102d6edd41","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{BEARER}}"}],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"tokenType","value":"<token-type>"},{"key":"scope","value":"{{OAUTH_SCOPE}}"},{"key":"password","value":"{{OAUTH_PASSWORD}}"},{"key":"username","value":"{{OAUTH_USER}}"},{"key":"clientSecret","value":"{{OAUTH_CLIENT_PASSWORD}}"},{"key":"clientId","value":"{{OAUTH_CLIENT_ID}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","name":"Harnest - API reference","type":"collection"}}},{"name":"Metrics","item":[{"name":"List Metrics Campaigns","id":"abbfe24e-e2d3-4d94-955c-6737c5892cbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/metrics-campaigns","description":"<p>Get the (paginated) list of all the Metric Campaigns</p>\n","urlObject":{"path":["api","v1","metrics-campaigns"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"abbfe24e-e2d3-4d94-955c-6737c5892cbe"},{"name":"Fetch a Metric Campaign","id":"e17ac248-d9fe-496f-b115-f3863d35ecf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/metrics-campaigns/:id","description":"<p>Get all the attributes of a specific Metric Campaign based on its id</p>\n","urlObject":{"path":["api","v1","metrics-campaigns",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"e17ac248-d9fe-496f-b115-f3863d35ecf3"},{"name":"List Metrics of a Campaign","id":"cb411f43-fe68-465c-b2c2-a31f4bb2bc39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/metrics-campaigns/:id/metrics","description":"<p>Get the (paginated) list of all the Metric of a specific Campaign</p>\n","urlObject":{"path":["api","v1","metrics-campaigns",":id","metrics"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"cb411f43-fe68-465c-b2c2-a31f4bb2bc39"},{"name":"Fetch a Metric","id":"3e07e2fa-1324-4be9-ab2d-a21929ff8003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/metrics/:id","description":"<p>Get all the attributes of a specific Metric based on its id</p>\n","urlObject":{"path":["api","v1","metrics",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"3e07e2fa-1324-4be9-ab2d-a21929ff8003"},{"name":"Fetch a Metric from ID","id":"5a7e056e-8532-49d0-b6ae-ebd0602d0e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/metrics-campaigns/:id/metrics?filter[dataPoint][externalId]=E1-5_01","description":"<p>Get all the attributes of a specific Metric based on its external id (Data point)</p>\n","urlObject":{"path":["api","v1","metrics-campaigns",":id","metrics"],"host":["{{url}}"],"query":[{"key":"filter[dataPoint][externalId]","value":"E1-5_01"}],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"5a7e056e-8532-49d0-b6ae-ebd0602d0e7a"},{"name":"Copy Data points to a Campaign","id":"33c08ac3-8176-4ead-9ab2-4df4e224886f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {}\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/metrics-campaigns/:id/-actions/copy-data-points","description":"<p>Initialize or complete the content of a Metric Campaign by creating missing Metrics based on the definiition of the Campaign.</p>\n","urlObject":{"path":["api","v1","metrics-campaigns",":id","-actions","copy-data-points"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"33c08ac3-8176-4ead-9ab2-4df4e224886f"},{"name":"Update Metric","id":"382bf188-38d2-4c7c-b096-ef357d6e1b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"metrics\",\n        \"id\": \"a062a20a-05d6-4728-8e4b-4b04db24c1da\",\n        \"attributes\": {\n            \"methodologies\": \"\",\n            \"assumptions\": \"\",\n            \"dataSource\": \"\",\n            \"status\": \"\",\n            \"confidenceLevel\": \"\",\n            \"confidenceLevelExplanations\": \"\",\n            \"includesValueChainData\": \"\",\n            \"unit\": \"\",\n            \"value\": \"\",\n            \"validator\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/metrics/:id","description":"<p>Update one or multiple attributes of a Metric</p>\n","urlObject":{"path":["api","v1","metrics",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"382bf188-38d2-4c7c-b096-ef357d6e1b0c"}],"id":"e604b97e-a9f1-4039-99b3-2fbb7d3fa04c","_postman_id":"e604b97e-a9f1-4039-99b3-2fbb7d3fa04c","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{BEARER}}"}],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"tokenType","value":"<token-type>"},{"key":"scope","value":"{{OAUTH_SCOPE}}"},{"key":"password","value":"{{OAUTH_PASSWORD}}"},{"key":"username","value":"{{OAUTH_USER}}"},{"key":"clientSecret","value":"{{OAUTH_CLIENT_PASSWORD}}"},{"key":"clientId","value":"{{OAUTH_CLIENT_ID}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","name":"Harnest - API reference","type":"collection"}}},{"name":"Opportunities","item":[{"name":"List Opportunities","id":"aa5bda8f-99e6-4ebe-962b-e91e1c906538","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/api/v1/opportunities","description":"<p>Get the (paginated) list of all the Opportunities</p>\n","urlObject":{"path":["api","v1","opportunities"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa5bda8f-99e6-4ebe-962b-e91e1c906538"},{"name":"Fetch a Opportunity","id":"5b9eb90a-b3ad-4107-8537-cc42df743489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/api/v1/opportunities/:id","description":"<p>Get all the attributes of a specific Opportunity based on its id</p>\n","urlObject":{"path":["api","v1","opportunities",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"5b9eb90a-b3ad-4107-8537-cc42df743489"},{"name":"Create an Opportunity","id":"e0c44ea8-844b-4869-9d6b-8d3d3c041550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"opportunities\",\n        \"attributes\": {\n            \"name\": \"\",\n            \"description\": \"\",\n            \"currentFinancialEffectsAmount\": \"\",\n            \"shortFinancialEffectsAmount\": \"\",\n            \"mediumFinancialEffectsAmount\": \"\",\n            \"longFinancialEffectsAmount\": \"\",\n            \"likelihood\": \"\",\n            \"status\": \"\"\n        },\n        \"relationships\": {\n            \"sustainabilityMatter\": {\n                \"data\": {\n                    \"type\": \"sustainability-matters\",\n                    \"id\": \"\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/opportunities","description":"<p>Create a new Opportunity and attach it to its Sustainability matter</p>\n","urlObject":{"path":["api","v1","opportunities"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0c44ea8-844b-4869-9d6b-8d3d3c041550"},{"name":"Update an Opportunity","id":"765d4ad6-a402-4646-b14a-c9e68a8bfddf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"opportunities\",\n        \"attributes\": {\n            \"name\": \"\",\n            \"description\": \"\",\n            \"currentFinancialEffectsAmount\": \"\",\n            \"shortFinancialEffectsAmount\": \"\",\n            \"mediumFinancialEffectsAmount\": \"\",\n            \"longFinancialEffectsAmount\": \"\",\n            \"likelihood\": \"\",\n            \"status\": \"\"\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/opportunities/:id","description":"<p>Update one or multiple attributes of an Opportunity</p>\n","urlObject":{"path":["api","v1","opportunities",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"765d4ad6-a402-4646-b14a-c9e68a8bfddf"},{"name":"Delete an Opportunity","id":"c15f6546-d718-41ed-8c2c-8a23f806a9c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/api/v1/opportunities/:id","description":"<p>Get all the attributes of a specific Opportunity based on its id</p>\n","urlObject":{"path":["api","v1","opportunities",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"c15f6546-d718-41ed-8c2c-8a23f806a9c1"}],"id":"f7230a1d-4b96-4b42-838d-7c81f6595172","_postman_id":"f7230a1d-4b96-4b42-838d-7c81f6595172","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{BEARER}}"}],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"tokenType","value":"<token-type>"},{"key":"scope","value":"{{OAUTH_SCOPE}}"},{"key":"password","value":"{{OAUTH_PASSWORD}}"},{"key":"username","value":"{{OAUTH_USER}}"},{"key":"clientSecret","value":"{{OAUTH_CLIENT_PASSWORD}}"},{"key":"clientId","value":"{{OAUTH_CLIENT_ID}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","name":"Harnest - API reference","type":"collection"}}},{"name":"Policies","item":[{"name":"List Policies","id":"71787a60-555e-4790-9ffd-b8b750fa76a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/api/v1/policies","description":"<p>Get the (paginated) list of all the Policies</p>\n","urlObject":{"path":["api","v1","policies"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"71787a60-555e-4790-9ffd-b8b750fa76a0"},{"name":"Fetch a Policy","id":"07b5c1fe-2470-4a87-821c-da9e3c03eb55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/api/v1/policies/:id","description":"<p>Get all the attributes of a specific Policy based on its id</p>\n","urlObject":{"path":["api","v1","policies",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"07b5c1fe-2470-4a87-821c-da9e3c03eb55"},{"name":"Create a Policy","id":"f8a180df-9c03-4290-aa60-b42205113612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"policies\",\n        \"attributes\": {\n            \"name\": \"\",\n            \"description\": \"\",\n            \"objectives\": \"\",\n            \"countries\": [],\n            \"interests\": \"\",\n            \"communication\": \"\",\n            \"link\": \"\",\n            \"effectiveDate\": \"2024-01-01T00:00:00.000000Z\",\n            \"sponsor\": \"\",\n            \"standards\": \"\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/policies","description":"<p>Create a new Policy</p>\n","urlObject":{"path":["api","v1","policies"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8a180df-9c03-4290-aa60-b42205113612"},{"name":"Update a Policy","id":"0d034674-1ace-4071-b06b-ff058da0409d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"policies\",\n        \"attributes\": {\n            \"name\": \"\",\n            \"description\": \"\",\n            \"objectives\": \"\",\n            \"countries\": [],\n            \"interests\": \"\",\n            \"communication\": \"\",\n            \"link\": \"\",\n            \"effectiveDate\": \"2024-01-01T00:00:00.000000Z\",\n            \"sponsor\": \"\",\n            \"standards\": \"\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/policies","description":"<p>Update one or multiple attributes of a Policy</p>\n","urlObject":{"path":["api","v1","policies"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d034674-1ace-4071-b06b-ff058da0409d"},{"name":"Delete a Policy","id":"ee853024-9eda-420b-a643-9ccdac4c37b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/api/v1/policies/:id","description":"<p>Delete a specific Policy</p>\n","urlObject":{"path":["api","v1","policies",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"ee853024-9eda-420b-a643-9ccdac4c37b2"}],"id":"2e8c52d7-36f6-47f5-b9c4-4276c86e425d","_postman_id":"2e8c52d7-36f6-47f5-b9c4-4276c86e425d","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{BEARER}}"}],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"tokenType","value":"<token-type>"},{"key":"scope","value":"{{OAUTH_SCOPE}}"},{"key":"password","value":"{{OAUTH_PASSWORD}}"},{"key":"username","value":"{{OAUTH_USER}}"},{"key":"clientSecret","value":"{{OAUTH_CLIENT_PASSWORD}}"},{"key":"clientId","value":"{{OAUTH_CLIENT_ID}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","name":"Harnest - API reference","type":"collection"}}},{"name":"Risks","item":[{"name":"List Risks","id":"f5c5764d-fab0-4098-bde1-523123ae7fae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/api/v1/risks","description":"<p>Get the (paginated) list of all the Risks</p>\n","urlObject":{"path":["api","v1","risks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5c5764d-fab0-4098-bde1-523123ae7fae"},{"name":"Fetch a Risk","id":"397ccd3e-a377-4f68-962b-7d9affc41f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/api/v1/risks/:id","description":"<p>Get all the attributes of a specific Risk based on its id</p>\n","urlObject":{"path":["api","v1","risks",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"397ccd3e-a377-4f68-962b-7d9affc41f6b"},{"name":"Create a Risk","id":"a87f1611-5475-4c16-ad2f-9e040ebb62db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"risks\",\n        \"attributes\": {\n            \"name\": \"\",\n            \"description\": \"\",\n            \"currentFinancialEffectsAmount\": \"\",\n            \"shortFinancialEffectsAmount\": \"\",\n            \"mediumFinancialEffectsAmount\": \"\",\n            \"longFinancialEffectsAmount\": \"\",\n            \"likelihood\": \"\",\n            \"status\": \"\"\n        },\n        \"relationships\": {\n            \"sustainabilityMatter\": {\n                \"data\": {\n                    \"type\": \"sustainability-matters\",\n                    \"id\": \"\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/risks","description":"<p>Create a new Risk and attach it to its Sustainability matter</p>\n","urlObject":{"path":["api","v1","risks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a87f1611-5475-4c16-ad2f-9e040ebb62db"},{"name":"Update a Risk","id":"149fe213-6ff7-4bdd-a18d-0bdfe2ee08e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"risks\",\n        \"attributes\": {\n            \"name\": \"\",\n            \"description\": \"\",\n            \"currentFinancialEffectsAmount\": \"\",\n            \"shortFinancialEffectsAmount\": \"\",\n            \"mediumFinancialEffectsAmount\": \"\",\n            \"longFinancialEffectsAmount\": \"\",\n            \"likelihood\": \"\",\n            \"status\": \"\"\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/risks","description":"<p>Update one or multiple attributes of a Risk</p>\n","urlObject":{"path":["api","v1","risks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"149fe213-6ff7-4bdd-a18d-0bdfe2ee08e8"},{"name":"Delete a Risk","id":"0f7a1f28-edf8-43ff-aea8-b9c8862da0e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/api/v1/risks/:id","description":"<p>Get all the attributes of a specific Risk based on its id</p>\n","urlObject":{"path":["api","v1","risks",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"0f7a1f28-edf8-43ff-aea8-b9c8862da0e0"}],"id":"dc2ebeee-4465-4e1f-9ae9-88ee5d62dcce","_postman_id":"dc2ebeee-4465-4e1f-9ae9-88ee5d62dcce","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{BEARER}}"}],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"tokenType","value":"<token-type>"},{"key":"scope","value":"{{OAUTH_SCOPE}}"},{"key":"password","value":"{{OAUTH_PASSWORD}}"},{"key":"username","value":"{{OAUTH_USER}}"},{"key":"clientSecret","value":"{{OAUTH_CLIENT_PASSWORD}}"},{"key":"clientId","value":"{{OAUTH_CLIENT_ID}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","name":"Harnest - API reference","type":"collection"}}},{"name":"Settings","item":[{"name":"List ESRS","id":"cacca696-b9b3-4ebb-afcf-56b7104bccce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept-Language","value":"fr"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"esrs\",\n        \"attributes\": {\n            \"code\": \"G1\",\n            \"nature\": \"governance\",\n            \"name\": \"Conduite des affaires\"\n\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/esrs","description":"<p>Get the list of all the ESRS</p>\n","urlObject":{"path":["api","v1","esrs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cacca696-b9b3-4ebb-afcf-56b7104bccce"},{"name":"List Custom Data Points","id":"95b1602f-2a63-46de-a5ae-ac9360ffb57d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept-Language","value":"fr"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"esrs\",\n        \"attributes\": {\n            \"code\": \"G1\",\n            \"nature\": \"governance\",\n            \"name\": \"Conduite des affaires\"\n\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/custom-data-points","description":"<p>Get the list of all the Custom Data Points</p>\n","urlObject":{"path":["api","v1","custom-data-points"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"95b1602f-2a63-46de-a5ae-ac9360ffb57d"},{"name":"Create Custom Data point","id":"964d3a02-708a-4144-96dc-2dc4c23d7c7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Accept-Language","value":"fr","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"custom-data-points\",\n        \"attributes\": {\n            \"name\": \"\",\n            \"description\": \"\",\n            \"dataPointType\": \"\",\n            \"metric\": \"\",\n            \"nature\": \"\",\n            \"status\": \"\",\n            \"unit\": \"\"\n        },\n        \"relationships\": {\n            \"dataPointCategories\": {\n                \"data\": [\n                    {\n                        \"id\": \"\",\n                        \"type\": \"data-point-categories\" \n                    }   \n                ]\n            }    \n        }       \n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/custom-data-points","description":"<p>Create a new Custom Data Point and attach it to its Category</p>\n","urlObject":{"path":["api","v1","custom-data-points"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"964d3a02-708a-4144-96dc-2dc4c23d7c7f"},{"name":"List Custom Data Points Categories","id":"757fb1ba-ff14-40ad-851f-1b846945dc0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept-Language","value":"fr"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"esrs\",\n        \"attributes\": {\n            \"code\": \"G1\",\n            \"nature\": \"governance\",\n            \"name\": \"Conduite des affaires\"\n\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/data-point-categories","description":"<p>Get the list of all the Custom Data Points Categories</p>\n","urlObject":{"path":["api","v1","data-point-categories"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"757fb1ba-ff14-40ad-851f-1b846945dc0a"}],"id":"3571f4f1-9537-4580-abcd-f74deba4b6ac","_postman_id":"3571f4f1-9537-4580-abcd-f74deba4b6ac","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{BEARER}}"}],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"tokenType","value":"<token-type>"},{"key":"scope","value":"{{OAUTH_SCOPE}}"},{"key":"password","value":"{{OAUTH_PASSWORD}}"},{"key":"username","value":"{{OAUTH_USER}}"},{"key":"clientSecret","value":"{{OAUTH_CLIENT_PASSWORD}}"},{"key":"clientId","value":"{{OAUTH_CLIENT_ID}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","name":"Harnest - API reference","type":"collection"}}},{"name":"Stakeholders","item":[{"name":"List Stakeholders","id":"7c2f64ce-5a25-4285-9134-9af8e8b73290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/stakeholders","description":"<p>Get the (paginated) list of all the Stakeholders</p>\n","urlObject":{"path":["api","v1","stakeholders"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c2f64ce-5a25-4285-9134-9af8e8b73290"},{"name":"Fetch a Stakeholder","id":"b2141d23-6ef0-4113-b56c-3428ea084b89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/stakeholders/:id","description":"<p>Get all the attributes of a specific Stakeholder based on its id</p>\n","urlObject":{"path":["api","v1","stakeholders",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"b2141d23-6ef0-4113-b56c-3428ea084b89"},{"name":"Create a Stakeholder","id":"450dd4be-1566-43b6-a532-bd6d5637510c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"stakeholders\",\n        \"attributes\": {\n                \"name\": \"\",\n                \"category\": \"\",\n                \"knowledgeLevel\": null,\n                \"willingnessToEngage\": null,\n                \"dependencyLevel\": null,\n                \"influenceLevel\": null,\n                \"existingRelationship\": null,\n                \"abilityToEngage\": null,\n                \"countries\": null,\n                \"risks\": null,\n                \"expectations\": null,\n                \"culturalContext\": null,\n                \"legitimacyAndRepresentativeness\": null,\n                \"relationshipWithOtherStakeholders\": null,\n                \"communicationChannels\": null,\n                \"topicsOfInterest\": null,\n                \"weight\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/stakeholders","description":"<p>Create a new Stakeholder</p>\n","urlObject":{"path":["api","v1","stakeholders"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"450dd4be-1566-43b6-a532-bd6d5637510c"},{"name":"Update Stakeholders","id":"467c30ed-b00b-4a06-bd7c-6ed628bf7a0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"stakeholders\",\n        \"id\": \":id\",\n        \"attributes\": {\n                \"name\": \"\",\n                \"category\": \"\",\n                \"knowledgeLevel\": null,\n                \"willingnessToEngage\": null,\n                \"dependencyLevel\": null,\n                \"influenceLevel\": null,\n                \"existingRelationship\": null,\n                \"abilityToEngage\": null,\n                \"countries\": null,\n                \"risks\": null,\n                \"expectations\": null,\n                \"culturalContext\": null,\n                \"legitimacyAndRepresentativeness\": null,\n                \"relationshipWithOtherStakeholders\": null,\n                \"communicationChannels\": null,\n                \"topicsOfInterest\": null,\n                \"weight\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/stakeholders/9c50d48c-c5b5-45b3-b154-a331785dcfa9","description":"<p>Update one or multiple attributes of a Stakeholder</p>\n","urlObject":{"path":["api","v1","stakeholders","9c50d48c-c5b5-45b3-b154-a331785dcfa9"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"467c30ed-b00b-4a06-bd7c-6ed628bf7a0a"},{"name":"Delete a Stakeholder","id":"df7f5093-e859-4d33-aaa6-47a03ba3991e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/stakeholders/:id","description":"<p>Delete a specific Stakeholder</p>\n","urlObject":{"path":["api","v1","stakeholders",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"df7f5093-e859-4d33-aaa6-47a03ba3991e"}],"id":"25def2b6-28f6-4919-a769-317d910aaa53","_postman_id":"25def2b6-28f6-4919-a769-317d910aaa53","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{BEARER}}"}],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"tokenType","value":"<token-type>"},{"key":"scope","value":"{{OAUTH_SCOPE}}"},{"key":"password","value":"{{OAUTH_PASSWORD}}"},{"key":"username","value":"{{OAUTH_USER}}"},{"key":"clientSecret","value":"{{OAUTH_CLIENT_PASSWORD}}"},{"key":"clientId","value":"{{OAUTH_CLIENT_ID}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","name":"Harnest - API reference","type":"collection"}}},{"name":"Sustainability Matters","item":[{"name":"List Sustainability Matters","id":"3daa965f-ae78-458d-b0cd-a197c34ad556","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/sustainability-matters","description":"<p>Get the (paginated) list of all the Sustainability Matters</p>\n","urlObject":{"path":["api","v1","sustainability-matters"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3daa965f-ae78-458d-b0cd-a197c34ad556"},{"name":"Fetch a Sustainability Matter","id":"ee5bda73-e245-4811-ba42-b0aa90552f69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/sustainability-matters/:id","description":"<p>Get all the attributes of a specific Sustainability Matter based on its id</p>\n","urlObject":{"path":["api","v1","sustainability-matters",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"ee5bda73-e245-4811-ba42-b0aa90552f69"},{"name":"Create Sustainability Matter","id":"3141b0c2-c4d5-4799-bc9f-767354d78348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"sustainability-matters\",\n        \"attributes\": {\n            \"name\": \"\",\n            \"nature\": \"\",\n            \"description\": \"\",\n            \"material\": true\n        },\n        \"relationships\": {\n            \"esrs\": {\n                \"data\": {\n                    \"type\": \"esrs\",\n                    \"id\":\"id\"\n                }\n            }        \n        }        \n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/sustainability-matters","description":"<p>Create a new Sustainability Matter and attach it to its ESRS</p>\n","urlObject":{"path":["api","v1","sustainability-matters"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3141b0c2-c4d5-4799-bc9f-767354d78348"},{"name":"Update Sustainability Matter","id":"fb25a558-1780-4c02-af90-b0fa44f0e0d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"sustainability-matters\",\n        \"id\": \":id\",\n        \"attributes\": {\n            \"name\": \"\",\n            \"nature\": \"\",\n            \"description\": \"\",\n            \"material\": true\n        }      \n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/sustainability-matters/:id","description":"<p>Update one or multiple attributes of a Sustainability Matter</p>\n","urlObject":{"path":["api","v1","sustainability-matters",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"fb25a558-1780-4c02-af90-b0fa44f0e0d5"},{"name":"Delete a Sustainability Matter","id":"afa14460-6d1a-4ff1-b5d4-053b4e350a82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"url":"{{url}}/api/v1/sustainability-matters/:id","description":"<p>Delete a specific Sustainability Matter</p>\n","urlObject":{"path":["api","v1","sustainability-matters",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"afa14460-6d1a-4ff1-b5d4-053b4e350a82"}],"id":"705ee49b-fafb-4dae-87b9-376da6848055","_postman_id":"705ee49b-fafb-4dae-87b9-376da6848055","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{BEARER}}"}],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"tokenType","value":"<token-type>"},{"key":"scope","value":"{{OAUTH_SCOPE}}"},{"key":"password","value":"{{OAUTH_PASSWORD}}"},{"key":"username","value":"{{OAUTH_USER}}"},{"key":"clientSecret","value":"{{OAUTH_CLIENT_PASSWORD}}"},{"key":"clientId","value":"{{OAUTH_CLIENT_ID}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","name":"Harnest - API reference","type":"collection"}}},{"name":"Targets","item":[{"name":"List Targets","id":"407e63b4-4926-4a0c-b7aa-831af1513cc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/api/v1/targets","description":"<p>Get the (paginated) list of all the Targets</p>\n","urlObject":{"path":["api","v1","targets"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"407e63b4-4926-4a0c-b7aa-831af1513cc5"},{"name":"Fetch a Target","id":"a8ba661a-a695-49d7-a242-9884308c953f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/api/v1/targets/:id","description":"<p>Get all the attributes of a specific Target based on its id</p>\n","urlObject":{"path":["api","v1","targets",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"a8ba661a-a695-49d7-a242-9884308c953f"},{"name":"Create a Target","id":"8775c07e-f154-4aac-a186-089790857cc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"policies\",\n        \"attributes\": {\n            \"name\": \"\",\n            \"description\": \"\",\n            \"countries\": [ ],\n            \"methodologies\": \"\",\n            \"assumptions\": \"\",\n            \"dataSource\": \"\",\n            \"targetType\": \"\",\n            \"unit\": \"\",\n            \"nature\": \"\",\n            \"baselineYear\": \"\",\n            \"baselineValue\": \"\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/targets","description":"<p>Create a new Target</p>\n","urlObject":{"path":["api","v1","targets"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8775c07e-f154-4aac-a186-089790857cc4"},{"name":"Update a Target","id":"7369ca22-2b66-40c1-9869-a7b3e3fc3d4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"policies\",\n        \"attributes\": {\n            \"name\": \"\",\n            \"description\": \"\",\n            \"countries\": [ ],\n            \"methodologies\": \"\",\n            \"assumptions\": \"\",\n            \"dataSource\": \"\",\n            \"targetType\": \"\",\n            \"unit\": \"\",\n            \"nature\": \"\",\n            \"baselineYear\": \"\",\n            \"baselineValue\": \"\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/targets","description":"<p>Update one or multiple attributes of a Target</p>\n","urlObject":{"path":["api","v1","targets"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7369ca22-2b66-40c1-9869-a7b3e3fc3d4b"},{"name":"Delete a Target","id":"5bc37e33-85a5-4384-b946-eb2c352be341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/api/v1/targets/:id","description":"<p>Delete a specific Target</p>\n","urlObject":{"path":["api","v1","targets",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"5bc37e33-85a5-4384-b946-eb2c352be341"}],"id":"e315c08e-19ae-4127-b01b-befa6edc2e8f","_postman_id":"e315c08e-19ae-4127-b01b-befa6edc2e8f","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{BEARER}}"}],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"tokenType","value":"<token-type>"},{"key":"scope","value":"{{OAUTH_SCOPE}}"},{"key":"password","value":"{{OAUTH_PASSWORD}}"},{"key":"username","value":"{{OAUTH_USER}}"},{"key":"clientSecret","value":"{{OAUTH_CLIENT_PASSWORD}}"},{"key":"clientId","value":"{{OAUTH_CLIENT_ID}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","id":"ffee9d82-1c57-4f4a-a7d7-8e56f9457870","name":"Harnest - API reference","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{BEARER}}"}],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"tokenType","value":"<token-type>"},{"key":"scope","value":"{{OAUTH_SCOPE}}"},{"key":"password","value":"{{OAUTH_PASSWORD}}"},{"key":"username","value":"{{OAUTH_USER}}"},{"key":"clientSecret","value":"{{OAUTH_CLIENT_PASSWORD}}"},{"key":"clientId","value":"{{OAUTH_CLIENT_ID}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]}},"event":[{"listen":"prerequest","script":{"id":"5bce4c16-be6d-4d36-bf64-4dda12d78828","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"57b11af2-3ce7-4246-939f-1f59a42b0d52","type":"text/javascript","exec":[""]}}]}