cURL
curl --request GET \ --url https://app.d-sports.org/api/user/isOnboarded
Returns whether a user has completed onboarding. Pass id for any user; omit for the authenticated user.
{ success: true, data: boolean }
Was this page helpful?