T
Tray Platform APIs
Details
- URL
-
https://api.tray.io - Docs
- https://tray.ai/documentation/developer/platform-apis/authentication
Authentication
Authorization: Bearer <credential> In the Tray dashboard, open Settings → Tokens and generate your master token; the docs say this requires Embedded admin/owner access. Use the token as an HTTP bearer token. See Master and user tokens.
Authorization: Bearer <credential> Create a user token with Tray's Create user token API mutation for the end user you want to act as; the docs describe it as the token used when your end users perform actions such as creating authentications or calling connectors. Use the resulting token as an HTTP bearer token. See Master and user tokens and Embedded API authentication.