---
title: "Get a portal link auth token"
method: GET
path: "/v1/projects/{projectID}/portal-links/{portalLinkID}/refresh_token"
tags: ["Portal Links"]
---

# Get a portal link auth token

`GET /v1/projects/{projectID}/portal-links/{portalLinkID}/refresh_token`

This endpoint retrieves a portal link auth token

## Path parameters

- `projectID` string, required
- `portalLinkID` string, required

## Response `200`

OK

- object
  - `message` string
  - `status` boolean
  - `data` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2025-08-05** `7a23e6ff34e7` — 1 info
  - endpoint added
- **2024-01-30** `5a219dba9f40` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/frain-dev/apis/convoy-api-reference/changes/v1/projects/:projectID/portal-links/:portalLinkID/refresh_token/get.md)

---

[API](https://skmtc.dev/frain-dev/apis/convoy-api-reference.md) · [All operations](https://skmtc.dev/frain-dev/apis/convoy-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frain-dev/convoy-api-reference/revisions/63758e8d8a92/schema)
