Ci cd jobs
Check target URL
Checks if a given URL is valid and if a job can be launched.
Authorization
http AuthorizationBasic <token>
Go to https://portal.ethiack.com/settings/api and generate your API keys. Simply use username=key, password=secret.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://api.ethiack.com/v1/jobs/check" \ -H "Content-Type: application/json" \ -d '{ "url": "string", "beacon_id": null, "event_slug": null }'{
"url": "string",
"beacon_id": null,
"event_slug": null,
"valid": true
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}