---
title: "Get Prescription by token"
method: GET
path: "/api/v1/prescription/{token}"
tags: ["api"]
---

# Get Prescription by token

`GET /api/v1/prescription/{token}`

Once a specific prescription is in the Truepill ecosystem -- either via eRx, Direct Transfer or Transfer -- the prescription information can be retrieved at any time through an API request.<br/><br/>This endpoint requires a prescription_token. You will receive a prescription_token through one of the following scenarios: <br/><br/>A Notify-Rx callback which is sent when a prescription is received by the pharmacy through SureScripts<br/><br/>A Direct Transfer callback which is sent when a Direct Transfer has been successfully processed<br/><br/>A Transfer callback which is sent when a Transfer has been successfully processed

## Path parameters

- `token` string, required

## Response `200`

OK

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/truepill/apis/truepill-api-documentation.md) · [All operations](https://skmtc.dev/truepill/apis/truepill-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/truepill/truepill-api-documentation/revisions/d9aaa355c1e0/schema)
