Skip to content

Authentication

All PostProxy API requests require authentication using a Bearer token in the Authorization header.

Authorization: Bearer YOUR_API_KEY

You can get your API key from your PostProxy dashboard.

TypeScope
Full AccessAccess all profile groups, create/delete profile groups
Profile Group ScopedAccess only the specified profile group
Terminal window
curl -X GET "https://api.postproxy.dev/api/profiles" \
-H "Authorization: Bearer YOUR_API_KEY"

API requests operate within a profile group context:

  1. Explicit parameter: Pass ?profile_group_id=<id> as a query parameter
  2. API key scope: If your API key is scoped to a profile group, that group is used automatically
  3. Default: If neither is specified and the key has full access, the first profile group is used