User-related API environment
Production user-related API docs
These pages describe the Production user-related API stack.
Use production OAuth credentials, production API base URLs, and production app URLs when following this documentation.
Need to test before going live? Switch to the Pre-live docs using the environment switcher above.
Follow a page
Follow an organizational page to see their posts in your feed. Pages represent verified organizations or scholars.
Path Parameters
pageId number required
Unique numeric page ID
Responses
- 200
- 401
Successfully followed the page
application/json
Schema
Example (from schema)
Example
Schema
followed boolean
{
"followed": true
}
{
"followed": true
}
User not authenticated
Loading...