Beam Admin Tool - API
ATTENTION!! The Beam API has moved! |
The root URI for the API has moved to https://app.suitabletech.com/admin-api/1/. The URIs of all API resources are constructed by appending the resource path to the root URI. For example, the full user resource URI is https://app.suitabletech.com/admin-api/1/users/.
Additional examples below:
Delete a User
Required information:
- URI: https://app.suitabletech.com/admin-api/1/users/
- Method: DELETE
- Parameters Required: email_address
- APIKEY
Python example:
r = requests.delete('https://app.suitabletech.com/admin-api/1/users/This email address is being protected from spambots. You need JavaScript enabled to view it./', headers={'Authorization':APIKEY})
cURL example:
curl -X DELETE https://app.suitabletech.com/admin-api/1/users/This email address is being protected from spambots. You need JavaScript enabled to view it./ -H Authorization:$APIKEY
For additional information, email our Customer Success Department at This email address is being protected from spambots. You need JavaScript enabled to view it..