{ "info": { "_postman_id": "6cb84aef-faae-4769-bbff-68effa217adc", "name": "SB H2H Authentication", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Token equest", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}", "type": "text" }, { "key": "X-IBM-Client-Secret", "value": "{{Client_Secret}}", "type": "text" }, { "key": "MsgId", "value": "FF0036", "type": "text" }, { "key": "ChannelId", "value": "H2H", "type": "text" } ], "body": { "mode": "raw", "raw": "{\t\t\r\n\t \"grant_type\":\"client_credentials\"\r\n}" }, "url": { "raw": "{{url}}/v1/h2h_auth/token", "host": [ "{{url}}" ], "path": [ "v1", "h2h_auth", "token" ] } }, "response": [] } ] }