HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/keychains/{Keychain.name}/keys/{Key.key_id}

Path Params
string
required

Reference Resource: Keychain
Name of the keychain.

string
required

Reference Resource: Key
The list of all the keys for the keychain instance.

Body Params
int64
1577836801 to 2556143999

Time since Epoch when the key will be de-activated. The accept_end should be always greater than the accept_start.

int64
1577836800 to 2556143999

Time since Epoch from when the key will be active.

string
length ≥ 1

Key used for authentication.

string
enum

The type of authentication associated with this Key.

Allowed:
integer
required

Reference Resource: Key
The list of all the keys for the keychain instance.

string
length between 1 and 64

Name of the key.

integer
0 to 255

Receive key id corresponding to the key instance. The keychain key cannot be used by applications until the recv id is configured.

int64
1577836801 to 2556143999

Time since Epoch when the key will be de-activated. The send_end should be always greater than the send_start.

integer
0 to 255

Send key id corresponding to the key instance. The keychain key cannot be used by applications until the send id is configured.

int64
1577836800 to 2556143999

Time since Epoch from when the key will be active.

Responses
200

OK

204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

415

Unsupported Media Type

500

Internal Server Error

501

Not Implemented

503

Service Unavailable

Language
Response
Click Try It! to start a request and see the response here!