Apps
Create App deploy token
Authorization
bearerAuth AuthorizationBearer <token>
A Fly.io access token. Create one with fly tokens create.
In: header
Path Parameters
app_name*string
Fly App Name
Request Body
application/json
Request body
expiry?string
Response Body
application/json
curl -X POST "https://example.com/apps/string/deploy_token" \ -H "Content-Type: application/json" \ -d '{}'{ "token": "string"}