Endpoint reference
Learn more about Pliro's API endpoints and how to use them.
PLIRO_API_BASE_URL=https://api.plirotest.com # Or api.pliro.co when working with production data.
PLIRO_API_KEY=example-api-key # View and manage API keys in the Pliro Dashboard.Members
The member object
{
"id": "memb_1CUCgU9jUQcdovHnXd638m",
"email": "jane@example.com",
"name": "Jane Doe",
"newsletter_slugs": ["example-newsletter"],
"plan_slug": "example-plan"
}Properties
List all members
Parameters
Returns
Customers
The customer object
Properties
List all customers
Parameters
Returns
Create a customer
Parameters
Returns
Subscriptions
The subscription object
Properties
Create a subscription
Parameters
Returns
Cancel a subscription
Parameters
Returns
Last updated