Introduction to the API reference
curl or any HTTP client. Each API documentation entry consists of the following sections:
- Request: Request data.
header parameters: Parameters required in the request header.request body schema: Description of the fields in the request body.
- Response: Response data.
200: Explanation of the data fields returned when the request succeeds.400: Explanation of the data fields returned when the request data is invalid.404: Returned when the corresponding resource cannot be found.500: Returned when an internal service error occurs.
Note: Each field description panel is collapsed by default. Click > to expand details.
The panel on the right side of the document contains:
- Try it: The request panel. Click
Try itto expand the panel, where you can enter parameters and make API calls directly from the page. - Request samples: The request examples panel. It provides JSON examples and
curlcommand samples for calling the API. - Response samples: The response examples panel. It provides example responses returned by the API.