PASAR API
Cebu-built platform; 'Authorization: Token <key>' header with the token from your profile; self-serve signup; usage-based pricing plus airtime top-up costs. PH-first.
View docs ↗ More Communications APIs# engageSPARK ~ SMS, voice IVR and airtime API needs an access token ~ get yours at: # https://openapi.engagespark.com curl 'https://api.engagespark.com/v1' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Philippines API into my app. API: engageSPARK ~ SMS, voice IVR and airtime API Provider: engageSPARK Auth: requires an access token (sign up: https://openapi.engagespark.com) Pricing: paid Base URL: https://api.engagespark.com/v1 Important note: Cebu-built platform; 'Authorization: Token <key>' header with the token from your profile; self-serve signup; usage-based pricing plus airtime top-up costs. PH-first. Source: engageSPARK (https://openapi.engagespark.com) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs token Last checked: 2026-07-03 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.