/
/Credimi API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1w ago
  • getAuthenticate API Key
  • postGenerate API Key
  • getGet a list of all checks for the authenticated user
  • getGet a list of all runs for a specific check
  • getGet details of a specific run for a check
  • postCancel a specific check run
  • getExport a specific check run
  • getGet the history of events for a specific run of a check
  • getStart or Stop logs for a specific check run
  • postRe-run a specific check run
  • postTerminate a specific check run

Generate API Key

Generate a new API key for the authenticated user.

post/api/apikey/generate

Request body

namestring

Response

Successful response

api_keystring

Changes