{ "opencollection": "1.0.0", "info": { "name": "CertifyOS Auth Tokens API" }, "items": [ { "info": { "name": "auth-tokens", "type": "folder" }, "items": [ { "info": { "name": "Obtain an access token with a 24-hour expiry.\n\nContact our support team to request the client_id and client_secret.", "type": "http" }, "http": { "method": "POST", "url": "https://ng-api-production.certifyos.com/auth-tokens/v2/api", "body": { "type": "json", "data": "{}" } }, "docs": "Provides an access token to query the APIs" } ] } ], "bundled": true }