cURL
curl --request POST \ --url https://api.oneofnone.io/v1/access/otp \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "email": "jsmith@example.com", "expires": 123 } '
{ "message": "<string>", "email": "jsmith@example.com", "id": 123 }
Successful response