cURL
curl --request POST \ --url https://api.arbiterapi.com/v1/auth/signup \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "email": "<string>", "password": "<string>", "name": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Create a developer account and first API key.
Successful Response