Skip to main content

Find by ID

Find by ID

Path Parameters
id uuid REQUIRED
Responses
200

successful operation

Schema OPTIONAL
object[]
owner object OPTIONAL
ownerType string OPTIONAL

Possible values: [SYSTEM, USER]

ownerId uuid OPTIONAL
id uuid OPTIONAL
name string OPTIONAL
value string OPTIONAL
findApiKeyById
GET /api-key/:id
id — path
curl -L 'http://localhost:8080/api-key/:id' \
-H 'Accept: */*'