Quickstart
-
Go to My Angelcam and generate a Personal Access Token with scope
user_access. -
Make your first request:
Terminal window curl -H "Authorization: PersonalAccessToken TOKEN" \-X GET "https://api.angelcam.com/v1/me/" -
You’ll get back your user account info. You’re in.
Next: read Authentication to set up OAuth2, or jump straight to the API Reference.