curl --request GET \
--url https://api.ubicloud.com/project \
--header 'Authorization: Bearer <token>'
{
"count": 123,
"items": [
{
"credit": 25.4,
"discount": 10,
"id": "pjkkmx0f2vke4h36nk9cm8v8q0",
"name": "my-project"
}
]
}
curl --request GET \
--url https://api.ubicloud.com/project \
--header 'Authorization: Bearer <token>'
{
"count": 123,
"items": [
{
"credit": 25.4,
"discount": 10,
"id": "pjkkmx0f2vke4h36nk9cm8v8q0",
"name": "my-project"
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Pagination - Start after
Pagination - Page size
Pagination - Order column
A list of Projects
The response is of type object
.