Skip to main content
POST
/
ci-data-upload
Upload CI/CD Data
curl --request POST \
  --url https://www.corgea.app/api/v1/ci-data-upload \
  --header 'CORGEA-TOKEN: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "status": "ok"
}

Authorizations

CORGEA-TOKEN
string
header
required

API key for authentication

Query Parameters

run_id
string
required

The scan run ID associated with this CI data

platform
string
required

The CI/CD platform name (e.g., jenkins, github-actions, gitlab-ci)

Body

application/json · object

CI/CD pipeline metadata and context information

Response

CI data uploaded successfully

status
enum<string>
required
Available options:
ok
Example:

"ok"

I