GET
/
targets
/
{target_id}
curl --request GET \
  --url https://kq5jp7qj7wdqklhsxmovkzn4l40obksv.lambda-url.eu-central-1.on.aws/targets/{target_id} \
  --header 'Authorization: Bearer <token>'
{
  "category": "<string>",
  "description": "<string>",
  "id": "<string>",
  "metadata": "<any>",
  "name": "<string>",
  "specifications": "<any>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

target_id
string
required

Unique identifier of the target to retrieve

Response

200
application/json

Target details retrieved successfully

Complete information about a specific target

This struct contains all available details about a target antigen from the ACROBiosystems catalog, including its specifications and metadata.