Domain authorization

Check institutional membership access by email domain.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Institutional ("site-license") access check by email domain. Given an email address, this returns the membership-type subscriptions on the site whose authorized domains match its domain — access granted to everyone at an organization's domain (for example @university.edu).

Example:

curl --request GET \
  --url 'https://www.pelcro.com/api/v1/sdk/members/domain/authorization?site_id=1025&[email protected]'

Notes

  • Public — no authentication required; site_id and email are required.
  • Returns 404 Your email address does not seem to be valid for a malformed email.
  • Returns 404 No subscriptions found when no membership grants access to the domain.
Query Params
int32
required

The unique identifier of the site associated with your account.

string
required

Email address whose domain is checked against each membership’s authorized domains.

Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json