### SPP API Endpoints Overview Source: https://spp.co/docs/api Lists the available API endpoints for managing various aspects of the SPP.co platform, including clients, orders, invoices, and more. ```APIDOC Available Endpoints: - Coupons - Filled Form Fields - Invoices - Logs - Magic Link - Orders - Order Messages - Services - Subscriptions - Tags - Team - Tickets - Ticket Messages - Clients ``` -------------------------------- ### SPP API Base URL and Authentication Source: https://spp.co/docs/api Details the API base URL and authentication method for accessing SPP.co API resources. Authentication is handled via Bearer Token in the Authorization header. ```APIDOC API Base URL: Live Server: https://{workspaceUrl}/api Parameters: workspaceUrl: string - Your SPP workspace URL. Default: example.spp.co Security: Bearer Auth Provide your bearer token in the Authorization header when making requests to protected resources. Example: `Authorization: Bearer 123` ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.