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 '{
  "contact_email": "<string>",
  "usecase_description": "<string>",
  "vendor_product_url": "<string>"
}'
{
  "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 submitting a target request

Submit this request to propose a new target antigen for consideration. Requests are reviewed by the platform team and may be added to the catalog.

Response

201
application/json

Target creation request successfully submitted

Response after submitting a target request

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