Skip to content

Quickstart

  1. Go to My Angelcam and generate a Personal Access Token with scope user_access.

  2. Make your first request:

    Terminal window
    curl -H "Authorization: PersonalAccessToken TOKEN" \
    -X GET "https://api.angelcam.com/v1/me/"
  3. 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.