Verify authentication for a registered runner
POST
/api/v4/runners/verify
Verifies authentication for a registered runner.
Authorizations
Section titled “ Authorizations ”Request Body required
Section titled “ Request Body required ” Media type application/json
object
token
required
The runner’s authentication token
string
system_id
The runner’s system identifier
string
Example generated
{ "token": "example", "system_id": "example"}Responses
Section titled “ Responses ”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