βοΈAPI: Get started
Get started using the saaster API
βοΈAPI Settings
First steps
curl -X GET \ http://localhost/api/authenticate \ -H 'Accept: application/json' \ -H 'apiID: 1' \ -H 'apiKey: 1c1932d0-81da-4ad0-93bd-5ca03002f17e' \curl -X GET \ http://localhost/api/getPlanFeatureSetting \ -H 'Accept: application/json' \ -H 'Authorization: Bearer {access-token}' \ -H 'customerID: 1' \
CFML example:
Last updated