For the complete documentation index, see llms.txt. This page is also available as Markdown.

API key

get

API key Resource Fields

Field

id

created_at

is_of__actor

name

description


Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
get/v7/api_key
GET /v7/api_key HTTP/1.1
Host: api.balena-cloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
IDanyRequired
patch/v7/api_key(<ID>)
PATCH /v7/api_key(<ID>) HTTP/1.1
Host: api.balena-cloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

Last updated

Was this helpful?