GET
/
api
/
v1
/
link-token
/
{token}
curl --request GET \
  --url https://prod.oneloop.ai/api/v1/link-token/{token} \
  --header 'Authorization: Bearer <token>'
{
  "valid": true,
  "expiresAt": 1,
  "workspaceId": "<string>",
  "customerId": "<string>",
  "externalBillingId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

token
string
required

The link token.

Response

200
application/json
The validation result
valid
boolean
required
expiresAt
integer
required
Required range: x > 0
workspaceId
string
required
customerId
string
required
externalBillingId
string