---
title: "Get Fill Request by token"
method: GET
path: "/v1/fill_request/{url_token}"
tags: ["v1"]
---

# Get Fill Request by token

`GET /v1/fill_request/{url_token}`

Once a Fill Request has been submitted, you can look up the request payload that was submitted at any time for reference with an API request<br/><br/>This endpoint requires a `request_token`. You will receive a `request_token` upon a successful Fill Request API submission response in the `request_id` field.

## Path parameters

- `url_token` string, required

## Response `202`

Accepted

## Other responses

- `403` — Forbidden
- `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)
