cURL
curl --request POST \ --url https://stage.tonder.io/api/v1/customer/ \ --header 'Content-Type: application/json' \ --data '{ "email": "jsmith@example.com" }'
{ "id": 766, "email": "jsmith@example.com", "auth_token": "86706c507e9ca032c91771a26819d69e91402fc9" }
Authorization: Token <YOUR_API_KEY>
The client's email address.
Created
The newly created client's unique identifier.
766
The newly created client's email address.
"jsmith@example.com"
The authorization token for the client.
"86706c507e9ca032c91771a26819d69e91402fc9"