General Information
Content-Type Requirements
Learn about the required content types for API requests
Content-Type Header
Set the Content-Type
header to application/json
for all requests to ensure the server correctly interprets the request payload.
Why It’s Required
- Ensures proper parsing of request bodies
- Enables correct interpretation of JSON payloads
- Prevents data format mismatches
Request Examples
Correct Usage
Common Errors
If the Content-Type header is missing or incorrect, you’ll receive a 400 Bad Request
response: