cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The link token.
The validation result
The response is of type object.
object