Headers
Authentication
Authentication is done by passing your TSG Global API key via the Authorization header in the format "Authorization: Bearer <api_key>"
Parameters & Content-Type
Parameters should be JSON encoded and passed in the request body (with the Content-Type header set to application/json
). IDs are always UUIDv4. Timestamps are in the ISO8601 format and in UTC.
Last updated