curl --request GET \
--url https://api.ubicloud.com/project/{project_id} \
--header 'Authorization: Bearer <token>'
{
"credit": 25.4,
"discount": 10,
"id": "pjkkmx0f2vke4h36nk9cm8v8q0",
"name": "my-project"
}
curl --request GET \
--url https://api.ubicloud.com/project/{project_id} \
--header 'Authorization: Bearer <token>'
{
"credit": 25.4,
"discount": 10,
"id": "pjkkmx0f2vke4h36nk9cm8v8q0",
"name": "my-project"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the project
"pjkkmx0f2vke4h36nk9cm8v8q0"
A Project
The response is of type object
.