Skip to main content
GET
/
targets
/
{target_id}
Get target
curl --request GET \
  --url https://foundry-api-public.adaptyvbio.com/targets/{target_id} \
  --header 'Authorization: Bearer <token>'
{
  "catalog_number": "<string>",
  "id": "<string>",
  "name": "<string>",
  "vendor_name": "<string>"
}

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

Full details for a specific target antigen.

Includes vendor information needed to identify and procure the target.

catalog_number
string
required

Vendor's catalog/SKU number

id
string
required

Unique identifier for the target from the catalog

name
string
required

Product name of the target antigen

vendor_name
string
required

Vendor/supplier name (e.g., "ACRO Biosystems")