API Keys
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successful Response
application/json
fidstringRequiredExample:
apikey_abc123456namestringRequired
created_atstring · datetimeRequiredExample:
2024-01-01T00:00:00Zexpires_atstring · datetimeRequiredExample:
2024-01-01T00:00:00Zdeactivated_atstring · datetime · nullableOptionalExample:
2024-01-01T00:00:00ZsnippetstringRequiredExample:
fkey_abc1...401
Invalid credentials
get
/v2/api-keysAuthorizations
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