Keys
List all keys
GEThttps://api-testnet.truvera.io/keys
Query parameters
Response
A paged array of keys
Body
ipsarray of string
aliasnullable string
The alias of the API key
"My API"
key*string
created*string
expires*string
Request
Response
Create a key
POSThttps://api-testnet.truvera.io/keys
Body
Key metadata
ipsarray of string
aliasnullable string
A human-readable name for the key
"My Key"
Response
Key has been created
Body
ipsarray of string
aliasnullable string
The alias of the API key
"My API"
key*string
created*string
expires*string
jwt*string
Request
Response
Delete a key
DELETEhttps://api-testnet.truvera.io/keys/{publicKey}
Path parameters
publicKey*string
A public key
Response
Key has been deleted
Body
revokedboolean
Request
Response
Update a key
PATCHhttps://api-testnet.truvera.io/keys/{publicKey}
Path parameters
publicKey*string
A public key
Body
Key metadata
ipsarray of string
aliasnullable string
A human-readable name for the key
"My Key"
Response
Key has been updated
Body
ipsarray of string
aliasnullable string
The alias of the API key
"My API"
key*string
created*string
expires*string
Request
Response
Certs internal route, not for typical usage. Generates a temporary key
POSThttps://api-testnet.truvera.io/keys/temporary-key
Authorization
Body
Selected team id
selectedTeamIdinteger
isTestmodeboolean
Response
Temporary key has been created
Body
keystring
selectedTeamIdinteger
Request
Response
Last updated