Create keys

Creates a collection of keys with unassigned values. To generate keys with assigned values, use the Generate keys operation.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Body Params

Contains information about keys to create with manually assigned values.

int64
required
≥ 0

Identifies the collection that includes the key. Run the List key collections operation to select one.

boolean
Defaults to false

Appends an automatic increment to each key's label. A label's increment starts with an underscore character followed by an integer value based on the number of keys that you create. For example, if you create eight keys, the increments range from _1 to _8. If you create 125 keys, the increments range from _001 to _125.

string
length between 0 and 4000

Description for the key.

keyValues
array of strings
required
length ≥ 1

Values of the keys.

keyValues*
string
length between 0 and 200

Label assigned to the key.

tags
array of strings
length ≥ 0

Additional categories assigned to the key that you can use as filters.

tags
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json