Deploy Registration

Use this endpoint with the POST method to register deploys.

Path

circle-info

ENDPOINT

https://app.sleuth.io/api/1/deployments/ORG_SLUG/DEPLOYMENT_SLUG/register_deploy

The endpoint path takes 2 slugs which direct the deploy to the correct code deployment:

  • ORG_SLUG: found in the URL of your Sleuth org, immediately following https://app.sleuth.io/

  • DEPLOYMENT_SLUG: found in the URL, following the prefix https://app.sleuth.io/org_slug/deployments/

Authentication

circle-check

You can manage your org's tokens it in the Organization Settings -> Access Tokens page.

Parameters

Name
Type
Comments

sha*

string

The git SHA of the commit to be registered as a deploy.

Examples

circle-exclamation
chevron-rightcURLhashtag
chevron-rightcURL with optional Tagshashtag

ℹ️ Please note that tags must start with the # symbol, must be separated with commas, and cannot contain the . symbol.

chevron-rightPowerShellhashtag
chevron-rightcURL using Custom Githashtag

Last updated

Was this helpful?