Trigger Keys
List trigger keys
List all API trigger keys for a specific job.
Authorization
bearerAuth AuthorizationBearer <token>
CLI token (sck_live_*) for full API access, or trigger key (sck_trigger_* / legacy job_*) for job trigger endpoint only.
In: header
Path Parameters
id*string
Job ID
Format
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://demo.supercheck.dev/api/jobs/497f6eca-6276-4993-bfeb-53cbbbba6f08/api-keys"{
"success": true,
"apiKeys": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"start": "string",
"enabled": true,
"jobId": "9d222c6d-893e-4e79-8201-3c9ca16a0f39",
"expiresAt": "2019-08-24T14:15:22Z",
"lastRequest": "2019-08-24T14:15:22Z",
"createdByName": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
]
}{
"error": "Unauthorized"
}{
"error": "Not found"
}