Skip to content

Verify authentication for a registered runner

POST
/api/v4/runners/verify

Verifies authentication for a registered runner.

Media type application/json
object
token
required

The runner’s authentication token

string
nullable
system_id

The runner’s system identifier

string
nullable
Example generated
{
"token": "example",
"system_id": "example"
}

Credentials are valid

Media type application/json
object
id
string
token
string
token_expires_at
string
Example generated
{
"id": "example",
"token": "example",
"token_expires_at": "example"
}

Bad Request

Forbidden

Runner is orphaned