API Documentation
Everything needed to call SASA DEV APIS: pass your key as the apikey query parameter, send a normal HTTPS request, and read the JSON back. Examples are provided in cURL, JavaScript, Python and PHP.
Authentication
Every request takes your personal API key as the apikey parameter. Keys are created instantly from the dashboard after signing up.
Response format
Successful calls return status true with a result object. Failures return status false with a human-readable error, so client code can branch on one field.