curl --request GET \
--url https://rest.cerebrium.ai/v2/projects \
--header 'Authorization: Bearer <token>'
Retrieve a list of projects.
curl --request GET \
--url https://rest.cerebrium.ai/v2/projects \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK