Konnect regional consumers auth api (0.0.1)

Download OpenAPI specification:Download

realms

realms

Retrieve a realm

path Parameters
realmId
required
string <uuid>

Id of the realm

Responses

Response samples

Content type
application/json
{
  • "id": "string",
  • "name": "string",
  • "ttl": 0,
  • "negative_ttl": 0,
  • "consumer_groups": [
    ]
}

Authenticate on this realm

path Parameters
realmId
required
string <uuid>

Id of the realm

Request Body schema: application/json
secret
required
string
meta
object
Default: {}

Responses

Request samples

Content type
application/json
{
  • "secret": "string",
  • "meta": { }
}

Response samples

Content type
application/json
{
  • "id": "string",
  • "created_at": "2022-11-04T20:10:06.927Z",
  • "updated_at": "2022-11-04T20:10:06.927Z",
  • "username": "string",
  • "custom_id": "string",
  • "type": "string",
  • "tags": [
    ],
  • "username_lower": "string",
  • "ttl": 0,
  • "negative_ttl": 0,
  • "consumer_group_names": [
    ],
  • "credential": {
    },
  • "meta": { }
}