๐โโ๏ธ Users
Users are account types to interact with TurinPay services
Create user
POST
https://api.turinpay.com/users/
This endpoint allows you to create a user instance.
Query Parameters
Name
Type
Description
string
User email for authentication purposes
password
string
User password for authentication purposes
Request Body
Name
Type
Description
string
User email for authentication purposes
password
string
User password for authentication purposes
props
string
Additional properties are welcome to add
Retrieve user
GET
https://api.turinpay.com/users/
This endpoint allows you to retrieve a user instance by id
Headers
Name
Type
Description
X-API-Key
string
Authorisation token from the API key belonging to the user
Last updated
Was this helpful?