Skip to main content
GET
/
oauth
/
token
/
{integration}
Get valid access token
curl --request GET \
  --url https://api.veryfront.com/oauth/token/{integration} \
  --header 'Authorization: Bearer <token>'
{
  "accessToken": "<string>"
}

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Path Parameters

integration
string
required

Integration name (e.g., "github", "slack")

Query Parameters

projectId
string<uuid>
required

Project ID

endUserId
string

End-user ID for per-user token flows

Maximum string length: 255

Response

Token response (success, auth required, or refresh failed)

accessToken
string
required