/
FO
forkbombeu
/
Credimi API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14m ago · Updated 1w ago
Details
Filter operations
get
Authenticate API Key
post
Generate API Key
post
Run a custom integration
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
get
Get a list of all runs for a specific workflow
get
Get details of a specific run for a workflow
post
Cancel a specific workflow run
get
Export a specific workflow run
get
Get the history of events for a specific run of a workflow
get
Start or Stop logs for a specific workflow run
post
Re-run a specific workflow run
post
Terminate a specific workflow run
Generate API Key
Generate a new API key for the authenticated user or superuser.
post
/api/apikey/generate
Request body
HandlersGenerateApiKeyRequest
required
name
string
Response
Successful response
HandlersGenerateApiKeyResponse
required
api_key
string
Changes