get
https://www.pelcro.com/api/v1/sdk/members/domain/authorization
Check institutional membership access by email domain.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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_idandemailare required. - Returns
404 Your email address does not seem to be validfor a malformed email. - Returns
404 No subscriptions foundwhen no membership grants access to the domain.

