Authentication and request IDs
Authentication and request IDs All requests using the TT REST API must include: An Application Key in the header x-api-key=<application key> Additionally, most requests also require: A Token in the header. Authorization=Bearer <token> A request ID passed as a query string requestId=<app_name>-<company_name>–<new_guid> Note: The TT REST API documentation provides the ability to create and send […]