GET
/
manager
/
compute-name
curl --request GET \
  --url https://api-staging.boost.xyz/manager/compute-name \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

taskId
string
required

Response

200
application/json
Success
name
string
required