Quick start - Developer Experience
RESTful JSON API
Get started with these 6 steps
Already have credentials? Ready to start building your app? Simply follow these 6 steps to get started with our RESTful JSON API Microservices.
1. Download Postman
The free, third-party Postman GUI application allows you to test API requests and see examples before you add the API to your development environment.
Download Postman2. Import an API collection and set up your Postman environment
Use Postman to test your credentials, send requests, and see responses. The online help provides instructions to set up your Postman collection.
Import API collection3. Request an OAuth token to access the APIs
Follow the OAuth-based authorization procedure to request an access token, and then provide that access token with every call.
Request OAuth Token4. Review the documentation for additional details
Review the documentation to make sure you build your API requests correctly.
Review documentation5. Download Swagger files and schemas
Download reference files, Swagger files, and/or schema files for the APIs.
Download Swagger files