Create a new sub-key for your account.
x-api-key header.per_interval of any sub-key cannot exceed the per_interval of your master key. If omitted, it defaults to 30 requests per 60 seconds.
To access the API, provide your API key in x-api-key.
Create sub-key payload. notes is required. per_interval is optional; if omitted, the current implementation defaults to 50. The value cannot exceed the master key's per_interval.
Request payload to create a new sub API key.
Notes associated with the API key.
1 - 250"My API key"
Optional per-interval request limit for the new sub-key. If omitted, the current implementation defaults to 50. It cannot exceed the master key's per_interval.
x >= 1API key succesfully created.
API key record including metadata and rate-limit settings.
A UUID.
"7d44db58-5de3-4e92-a2fb-8325d12c2e8b"
True if the API key is active, false otherwise.
true
Notes associated with the API key.
1 - 250"My API key"
True for the master key, false for sub-keys.
false
Requests allowed per interval.
30
Interval duration in seconds (always 60).
60