v1

latestSwagger 2.02026-08-06114111152.5 KB
Team

Create a service account

Creates a new API-only service account with its own generated key and secret. The identifier is a label (min 3 characters, unique within the team) shown next to the account's tests on the dashboard. Admin only.

post/v1/team-management/service-accounts

Request body

identifierstring required

Human-friendly label for the service account (min 3 characters, unique within the team).

Response

Create a service account

idinteger required

Unique numeric service-account ID.

identifierstring required

Human-friendly label shown on the dashboard and test detail pages.

keystring required

TestingBot API key (username) for this service account.

secretstring required

TestingBot API secret for this service account. Store it as a CI secret.

created_atstring date-time required

When the service account was created.