# EULA
The EULA must be read and accepted prior to using any other API endpoints.
The e-mail eula (opens new window) endpoint can be used to receive a copy of EULA (Terms and Conditions) in an e-mail.
Example:
curl -X POST \
https://api.arable.cloud/api/v2/eulas/email \
-H 'Authorization: Basic dGVzdEB0ZXN0LmNvbTpnZXRtZWRhdGE=' \
The above request will send the Terms and Conditions
e-mail to the current user.
Once read, the EULA can be accepted by calling the accept eula (opens new window) endpoint, which will update the EULA signed date for the user, to indicate that user has signed the current EULA.