TagoDeploy API
OpenAPI Specification
Import this API into Postman, Insomnia, Bruno, or any HTTP client that supports OpenAPI. Use the URL below as the spec source.
https://docs.tago.io/specs/tdeploy-api.yamlDownload YAMLThis page explains how to authenticate to the TagoDeploy API and which base URL to use. All HTTP requests must include a valid token in the headers.
Authentication
TagoDeploy uses token-based authentication. Include a valid token in your HTTP headers for your requests.
- Authorization: Use Bearer token authentication for TagoDeploy API operations.
You should add the token to the request header using the Authorization header as documented in the API overview.
Send the Authorization header with every request.
- Authorization
Use for TagoDeploy API operations. Generate your token through TagoDeploy authentication.
curl -H "Authorization: Bearer <your-token>" \
https://deploy.tagoio.com/status
Rate limits may apply to TagoDeploy API requests. Check the documentation for current limits and best practices.
API Endpoint
TagoDeploy API is available at:
- Base URL:
https://deploy.tagoio.com/
Use the following pattern to construct your endpoint URLs:
https://deploy.tagoio.com/<path>
deploy.tagoio.comdeploy.tagoio.com