POSIUM

Get a suite

Returns a single test suite by ID

GET
/suites/{suiteId}
/suites/{suiteId}

The Authorization access token

Authorization

x-api-key<token>

In: header

Path Parameters

suiteId
Required
string

curl -X GET "https://api.posium.ai/suites/string" \
  -H "x-api-key: <token>"

Suite details

{
  "id": "string",
  "project_id": "string",
  "name": "string",
  "description": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}