curl --request GET \
--url https://api-staging.boost.xyz/manager/compute-name \
--header 'Authorization: Bearer <token>'
{
"name": "<string>"
}
Get the computed boost name from a task
curl --request GET \
--url https://api-staging.boost.xyz/manager/compute-name \
--header 'Authorization: Bearer <token>'
{
"name": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
The response is of type object
.