Skip to main content
POST
/
v1
/
assessments
/
{assessment_id}
/
tests
/
{id}
/
approve
Approve a test (as a super admin)
curl --request POST \
  --url https://api.synack.com/v1/assessments/{assessment_id}/tests/{id}/approve \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "testObjective": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.synack.com/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.

Path Parameters

assessment_id
string
required

ID of the assessment

id
string
required

ID of the test

Response

The approved test

name
string
testPlan
enum<string>
Available options:
Synack365,
Synack90,
Synack14
testObjective
string
createdAt
string<date-time>