{ "info": { "_postman_id": "50f0713b-f0b7-442c-be25-04adadee4e0f", "name": "OAuth", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Token Endpoint", "request": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "username", "value": "{{m_devOpsUser}}", "type": "text" }, { "key": "password", "value": "password", "type": "text" }, { "key": "scope", "value": "{{scope}} openid email profile", "type": "text" }, { "key": "grant_type", "value": "password", "type": "text" }, { "key": "client_id", "value": "{{m_api_key}}", "type": "text" }, { "key": "client_secret", "value": "{{m_api_secret}}", "type": "text" } ] }, "url": { "raw": "https://api.coastal.casa.za/auth/oauth/v2/token", "protocol": "https", "host": [ "api", "coastal", "casa", "za" ], "path": [ "auth", "oauth", "v2", "token" ], "query": [ { "key": "assertion", "value": "", "disabled": true } ] } }, "response": [] } ], "protocolProfileBehavior": {} }