{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication use API", "version": "1.2" }, "items": [ { "info": { "name": "use", "type": "folder" }, "items": [ { "info": { "name": "POST /use/token", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/use/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "scope", "value": "" }, { "name": "subject_token", "value": "" }, { "name": "subject_token_type", "value": "" } ] } }, "docs": "An OAuth 2.0 token endpoint supporting RFC 8693 token exchange, used to exchange an OIDC ID token issued by a trusted OIDC provider to a trusted client for an access token that can be used access other Equinix product APIs." } ] } ], "bundled": true }