Skip to main content
GET
/
api
/
cli
/
projects
List projects
curl --request GET \
  --url https://btca.dev/api/cli/projects \
  --header 'Authorization: Bearer <token>'
{
  "projects": [
    {}
  ]
}
Lists all projects visible to the API key.

Authorizations

Authorization
string
header
required

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

Response

Projects list

projects
object[]
required