curl --request POST \ --url https://prod.oneloop.ai/api/v1/link-token \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "customerId": "<string>", "workspaceId": "<string>", "externalBillingId": "<string>" }'
{ "token": "<string>", "expiresAt": 1 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x > 0