cURL
curl --request POST \ --url https://api.futureagi.com/accounts/onboarding/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "organizationName": "<string>", "role": "<string>", "useCase": "<string>" }'
Complete user onboarding process
JWT token obtained from /accounts/token/ endpoint
Onboarding completed
Was this page helpful?