API key
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v7/api_key HTTP/1.1
Host: api.balena-cloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
PATCH /v7/api_key({ID}) HTTP/1.1
Host: api.balena-cloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"expiry_date": "<ISO_8601_DATE_TIME>"
}POST /api-key/user/full HTTP/1.1
Host: api.balena-cloud.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 47
{
"name": "<NAME>",
"description": "<DESCRIPTION>"
}