⚙️Amara API
API Integrations
cake
Here is an example of how this works... okay!?
{
"id": "1234"
"type": "activeMembersRequest"
"data": {
"activeMembers": 31
}
}
fetch("").then(response => {
// Do something with the response here!
});
Last updated