Account Provisioning and Launch
1. Account Provisioning
curl -X POST "https://example.clearlrs.com/api/actors/agents" -H "authorization: API_TOKEN" -H "content-type: application/json" -i --data-binary @- << EOF
{
"name": "User's Name",
"account": {
"homePage": "https://example.com",
"name": "account-name"
},
"extensions": {
"http://clearlrs.com/api/ext/agent/attributes": {
"Country": "AU"
}
}
}
EOF2. Credential Generation
3. Content Launch
Last updated