{ "item": [ { "id": "52503ab9-baa0-4723-941b-7e21c84da162", "name": "Authentication", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "fed1e4ef-0372-452f-b8dd-75fcf2db7760", "name": "Generate an OAuth2 access token", "request": { "name": "Generate an OAuth2 access token", "description": { "content": "Exchanges Client_Id and Client_Secret for an OAuth2 bearer access token using the client_credentials grant. The returned access_token is sent as an Authorization bearer header on all subsequent API calls.", "type": "text/plain" }, "url": { "path": [ "Token" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "urlencoded", "urlencoded": [ { "disabled": false, "key": "Client_Id", "value": "", "description": "(Required) " }, { "disabled": false, "key": "Client_Secret", "value": "", "description": "(Required) " }, { "disabled": false, "key": "grant_type", "value": "client_credentials", "description": "(Required) " } ] } }, "response": [ { "id": "d77b311d-df9f-4b4d-9ac1-91ea7db6c967", "name": "OK", "originalRequest": { "url": { "path": [ "Token" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "urlencoded", "urlencoded": [ { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "Client_Id", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "Client_Secret", "value": "" }, { "disabled": false, "description": { "content": "(Required) ", "type": "text/plain" }, "key": "grant_type", "value": "client_credentials" } ] } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"access_token\": \"string\",\n \"token_type\": \"bearer\",\n \"expires_in\": 5463\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] } ], "event": [], "variable": [ { "type": "string", "value": "https://api.pverify.com", "key": "baseUrl" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}" } ] }, "info": { "_postman_id": "37e73c65-27ef-4064-820c-61cf2fa17f0c", "name": "pVerify Authentication API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "Real-time healthcare insurance eligibility and revenue-cycle API. pVerify exchanges EDI 270/271 eligibility transactions, returns plan and benefit summaries, checks 276/277 claim status, lists supported payers, and estimates patient financial responsibility. All API calls require an OAuth2 bearer token obtained from the /Token endpoint and a Client-API-Id header.\n\nContact Support:\n Name: pVerify Support", "type": "text/plain" } } }