Skip to main content
Version: 2025-10-21

TagoDeploy API

This 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.

Use for TagoDeploy API operations. Generate your token through TagoDeploy authentication.

curl -H "Authorization: Bearer <your-token>" \
https://deploy.tagoio.com/status
info

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