Date formats
In all our API endpoints, both in responses and query parameters, we adhere to the ISO 8601 date/time format.
The following three formats are supported by our system:
2000-10-24T12:52:12+02:00
2000-10-24T12:52:12-02:00
2000-10-24T12:52:12Z
note
When using the plus (+) sign for the timezone in query parameters, ensure it is encoded as %2B
.