{ "opencollection": "1.0.0", "info": { "name": "DAT Freight & Analytics API (Modeled) BookNow Identity API", "version": "1.0-modeled" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Identity", "type": "folder" }, "items": [ { "info": { "name": "Create an organization token (modeled)", "type": "http" }, "http": { "method": "POST", "url": "https://identity.api.dat.com/access/v1/token/organization", "body": { "type": "json", "data": "{}" } }, "docs": "Exchange service-account (organization) credentials for an organization access token used to mint user tokens. MODELED path." }, { "info": { "name": "Create a user token (modeled)", "type": "http" }, "http": { "method": "POST", "url": "https://identity.api.dat.com/access/v1/token/user", "body": { "type": "json", "data": "{}" } }, "docs": "Exchange an organization token plus a user identity for a user access token used on all data requests. MODELED path." } ] } ], "bundled": true }