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

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

integration
string
required

Integration identifier, for example github or slack.

Query Parameters

projectId
string<uuid>

Project ID; omit for user-level OAuth tokens.

endUserId
string

End-user ID for per-user token flows within a project.

Maximum string length: 255

Response

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

accessToken
string
required

Valid OAuth access token for the requested integration.