/
FO
forkbombeu
/
Credimi API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 20m ago · Updated 5d 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
get
Get a list of all schedules for the authenticated user
post
Cancel a specific schedule
post
Pause a specific schedule
post
Resume a specific schedule
post
Start a new schedule from an existing workflow
Generate API Key
Generate a new API key for the authenticated user.
post
/api/apikey/generate
Request body
HandlersGenerateApiKeyRequest
required
name
string
Response
Successful response
HandlersGenerateApiKeyResponse
required
api_key
string
Changes