/
FO
forkbombeu
/
Credimi API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1w ago
Details
Filter operations
get
Authenticate API Key
post
Generate API Key
get
Get a list of all checks for the authenticated user
get
Get a list of all runs for a specific check
get
Get details of a specific run for a check
post
Cancel a specific check run
get
Export a specific check run
get
Get the history of events for a specific run of a check
get
Start or Stop logs for a specific check run
post
Re-run a specific check run
post
Terminate a specific check run
Generate API Key
Generate a new API key for the authenticated user.
post
/api/apikey/generate
Request body
GenerateApiKeyRequest
required
name
string
Response
Successful response
GenerateApiKeyResponse
required
api_key
string
Changes