REST How-To
REST calls are made up of:
- Base url:
https://api.exm.dev/
- Module: Example:
api
orread
- Token (For authenticated-based APIs). This can be added in your url
?token=YOUR_TOKEN_HERE
Getting the state of a serverless function in EXM (No token needed):
Sending a transaction
curl --location --request POST '
https://api.exm.dev/api/transactions?token=YOUR_TOKEN_HERE
' ...
Certain actions might always require an EXM Token (API Key). For more information about how to create one, click here.
Last modified 10mo ago