{ "opencollection": "1.0.0", "info": { "name": "RevenueCat REST Apps Customers API", "version": "1.0" }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.revenuecat.com/v1/projects/:project_id/customers", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The RevenueCat project identifier." }, { "name": "starting_after", "value": "", "type": "query", "description": "Cursor for pagination; the id of the last object on the previous page." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return per page." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List customers" }, { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.revenuecat.com/v1/projects/:project_id/customers", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The RevenueCat project identifier." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a customer" }, { "info": { "name": "Get a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.revenuecat.com/v1/projects/:project_id/customers/:customer_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The RevenueCat project identifier." }, { "name": "customer_id", "value": "", "type": "path", "description": "The customer (App User ID) identifier." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a customer" }, { "info": { "name": "Delete a customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.revenuecat.com/v1/projects/:project_id/customers/:customer_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The RevenueCat project identifier." }, { "name": "customer_id", "value": "", "type": "path", "description": "The customer (App User ID) identifier." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a customer" } ] } ], "bundled": true }