DevZero Logo
DevZero

get dakr cluster by token

GET
/dakr/tokenlookup
/dakr/tokenlookup

Header Parameters

cluster-token
Required
string

Token for the dakr cluster

curl -X GET "https://api.devzero.io/backend/v0/dakr/tokenlookup" \
  -H "cluster-token: string"

OK

{
  "cluster_token": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "id": "string",
  "name": "string",
  "team_id": "string"
}