Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.paubox.net/v1/orca/{username}/subscription_lists \ --header 'Content-Type: application/json' \ --header 'authorization: <api-key>' \ --data ' { "name": "Newsletter Subscribers" } '
{ "data": { "id": "<string>", "attributes": { "name": "<string>", "is_default": true, "subscriber_count": 123, "form_id": "<string>" } } }
Creates a subscription list record
Token-based authentication. Use format: "Token token=<API_KEY>" where <API_KEY> is your API key
Name of the subscription list (cannot be 'default')
Subscription list created successfully
Show child attributes