Skip to main content
GET
/
auth
/
test
Ping Test (Token Auth)
curl --request GET \
  --url https://wks-a1b2c3d4.provisionr.io/api/v1/auth/test \
  --header 'Authorization: Bearer <token>'
{
  "workspace_id": "<string>",
  "workspace_token_id": "<string>",
  "token_type": "cli_activation",
  "created_at": "2023-11-07T05:31:56Z",
  "last_used_at": "2023-11-07T05:31:56Z",
  "expires_at": "2023-11-07T05:31:56Z",
  "expires_at_mins": 123,
  "requested_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.provisionr.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

WorkspaceTokenSummaryResponseData

workspace_id
string
required
Example:

"hqwks_01ka7gx38jf1za86ns4c6114at"

workspace_token_id
string
required
Example:

"wstok_01hq8xyzabc123def456ghi789"

token_type
enum<string>
required
cli_activation
CLI Activation Token
cli_access
CLI Access Token
cli_refresh
CLI Refresh Token
personal_access
Personal Access Token
svc_access
Service Account Access Token
Available options:
cli_activation,
cli_access,
cli_refresh,
personal_access,
svc_access
created_at
string<date-time>
required
last_used_at
string<date-time> | null
required
expires_at
string<date-time>
required
expires_at_mins
integer
required
Example:

60

requested_at
string<date-time>
required