Api Update Key Retrieve
Declare per-endpoint throttling configuration attributes for views.
Endpoints can inherit this mixin and set:
- endpoint_default_rate_limit_per_user_per_min: float | None
When set (not None), throttling will use ONLY this default RPM for the endpoint
without requiring API key / org attributes on the request. When unset, the
standard API key / organization / subscription limits apply.
Authentication
AuthorizationBearer
JWT access token or Respan API key
Path parameters
id
Response
id
suffix
status
active- Activeexpired- Expiredrevoked- Revoked
prefix
hashed_key
created
key_usage
last_used
spending_in_period
revoked_at
revoked_by_email
user
organization
created_by
updated_by
project
name
A free-form name for the API key. Need not be unique. 50 characters max.
revoked
If the API key is revoked, clients cannot use it anymore. (This cannot be undone.)
expiry_date
Once API key expires, clients cannot use it anymore.
max_usage
rate_limit
spending_limit
is_test
is_temporary