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

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")

price_per_sequence_cents
integer<int64> | null

Material cost per sequence in USD cents (excluding VAT), if self-service pricing is available. When absent, this target requires a custom quote — contact support or use the /experiments/costestimate endpoint which will indicate unsupported targets.

Required range: x >= 0