cURL
curl --request POST \ --url https://api.example.com/api/v1/auth/signup \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "password": "<string>", "organization_name": "<string>" } '
Register a new account and organization.
Was this page helpful?