Organization
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
get/v7/organization
GET /v7/organization HTTP/1.1
Host: api.balena-cloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
IDanyRequired
get/v7/organization(<ID>)
GET /v7/organization(<ID>) HTTP/1.1
Host: api.balena-cloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
HANDLEanyRequired
get/v7/organization(handle='<HANDLE>')
GET /v7/organization(handle='<HANDLE>') HTTP/1.1
Host: api.balena-cloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Last updated
Was this helpful?