Skip to main content
GET
/
targets
/
{target_id}
Get complete details for a specific target from the catalog
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

Target details retrieved successfully

Complete information about a specific target

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

id
string
required

Unique identifier for the target from the catalog

metadata
any
required

Additional metadata including catalog information

name
string
required

Product name of the target antigen

specifications
any
required

Technical specifications as a JSON object

category
string | null

Category classification (if available)

description
string | null

Full description of the target antigen