Reset PIN API
Reset Pin Request
POST
https://www.cotter.app/api/v0/user/reset/request/:client_user_id
This endpoint allows you to get free cakes.
Path Parameters
Name | Type | Description |
---|---|---|
client_user_id | string | The Cotter User ID of the user. If you have a different |
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | application/json |
API_SECRET_KEY | string | Your API Secret Key |
API_KEY_ID | string | Your API Key ID |
Request Body
Name | Type | Description |
---|---|---|
name | string | The user's name |
sending_destination | string | The user's email address |
sending_method | string | The string |
method | string | The string |
Last updated