Appearance
Accept Terms and Conditions
Record that the authenticated user has accepted the platform's terms and conditions. Requires Firebase authentication.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
body.version | string | The version of the terms and conditions being accepted |
Return Value
json
{
"statusCode": 200,
"data": null,
"message": "Terms and conditions accepted"
}Examples
bash
curl -X POST "https://app.wombat.software/api/terms-conditions" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"version": "2025-01-01"}'ENDPOINTS
post
/api/terms-conditions