Skip to main content
GET
/
v1
/
projects
/
{projectID}
/
portal-links
/
{portalLinkID}
/
refresh_token
Get a portal link auth token
curl --request GET \
  --url https://us.getconvoy.cloud/api/v1/projects/{projectID}/portal-links/{portalLinkID}/refresh_token \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "status": true,
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

projectID
string
required

Project ID

portal link id

Response

OK

message
string
status
boolean
data
string