POST
/
targets
curl --request POST \
  --url https://kq5jp7qj7wdqklhsxmovkzn4l40obksv.lambda-url.eu-central-1.on.aws/targets \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "category": "<string>",
  "description": "<string>",
  "name": "<string>",
  "specifications": "<any>"
}'
{
  "created": true,
  "id": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Request payload for creating a new target

Submit this request to propose a new target for addition to the catalog. New targets undergo a review process before becoming available.

Response

201
application/json

Target creation request successfully submitted

Response after submitting a target creation request

Confirms that the target creation request was received and provides tracking information for the review process.