Skip to main content
POST
/
apps
/
{app_id}
/
deploy-token
Deploy token flow
curl --request POST \
  --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

Query Parameters

deploy_token
string

Deploy token

Response

Token created/updated

token
string
I