Basics
- All request should be issued using HTTP protocol
- All request requires authentication
- Content type for responses will always be
application/json
To construct an API request the following components are required.
Component | Description |
The HTTP method | GET . Request data from resourcePOST . Submit data to a resource to process PUT . Update a resource DELETE . Deletes a resource |
The URL to the staging API service | |
The URL to the live API service |