πUsers
API's to manage Users.
Create User
Header parameters
x-api-keystringRequired
Your unique API Key.
x-api-hashstringRequired
Your API Hash.
Body
thirdPartyUserIdstringOptional
Third party user id of the user. This is the unique identifier of the user in the third party system.
firstNamestringOptional
First name of the user.
lastNamestringOptional
Last name of the user.
languageCodestringOptional
Language code of the user. e.g. en, fr, es etc.
emailstring Β· emailOptional
Email of the user.
countrystringOptional
Country of the user. e.g. EU, NG, US etc.
dateOfBirthstring Β· dateOptional
Date of birth of the user.
phoneNumberstringOptional
Phone number of the user. e.g. +2348123456789
Responses
200
User successfully created.
application/json
409
User with the same third party user id already exists.
500
Internal error.
post
/userGet User
Query parameters
userIdstringOptional
The TygaPay user id.
thirdPartyUserIdstringOptional
The Tenant user id.
emailstringOptional
The Tenant user email address.
Header parameters
x-api-keystringRequired
Your unique API Key.
x-api-hashstringRequired
Your API Hash.
Responses
200
The User Information.
application/json
404
User not found.
application/json
get
/userGet User Balances
Get User Crypto Deposit Addresses
Last updated