API Keys
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired
expires_atstring · datetimeRequiredExample:
2024-01-01T00:00:00ZResponses
201
Successful Response
application/json
400
Invalid request parameters
401
Invalid credentials
422
Validation Error
application/json
post
/v2/api-keysAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
key_fidstringRequiredExample:
apikey_abc123456Responses
204
Successful Response
400
Invalid request
401
Invalid credentials
404
API key not found
422
Validation Error
application/json
delete
/v2/api-keys/{key_fid}No content
Last updated