Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Runner
  • Back to home
  • Omni
  • Installation
  • Document APIs
  • Contact APIs
  • Audit APIs
  • Core APIs
    • Get Enums
      GET
  • Review
  • Workflow
    • Runner
      • Create Runner
        POST
      • Retrieve Runner
        GET
      • Executer
        POST
    • Flow
      • Create Flow
  1. Runner

Create Runner

Developing
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
POST
/runners/
Last modified:2025-07-24 18:31:17

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
object {0}
Example
{
    "content_type": "product",
    "ref_id":"23456789"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://preprod.api.crego.io/runners/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "content_type": "product",
    "ref_id":"23456789"
}'

Responses

🟠403Forbidden
application/json
Body
code
string 
required
message
string 
required
description
string 
required
errors
array[string]
required
Example
{
    "code": "string",
    "message": "string",
    "description": "string",
    "errors": [
        "string"
    ]
}
Modified at 2025-07-24 18:31:17
Previous
Get Enums
Next
Retrieve Runner
Built with