Skip to main content
GET
/
apps
/
{app_id}
/
deploy-token
Get deploy token
curl --request GET \
  --url https://shardcloud.app/api/apps/{app_id}/deploy-token \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string<uuid>
required

Response

Deploy token

token
string | null
I