cURL
curl --request POST \ --url https://api.prequel.co/import/actions/generate-scoped-auth-token \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "provider_id": "prv_123" } '
{ "token": "<string>" }
Generates a short-lived token for the SDK.
"prv_123"
Success