Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://coreapi-dev.us.bcpapers.ca/verify/enroll \ --header 'Content-Type: application/json' \ --data ' { "device_name": "<string>", "enroll_token": "<string>", "platform": "<string>", "apns_token": "<string>", "fcm_token": "<string>", "public_key": "<string>" } '
{ "device_id": "<string>", "refresh_token": "<string>" }
Called by the Trio Verify app to complete device enrollment.
Device registration payload
Created