Create User
This api allows you to create a user.
POST https://wallet-api.xaigate.com/api/v1/createUser
Parameter content type: application/json
Request Body
Name
Type
Description
apiKey*
string
fdda9f03-6409-43eb-a6ef-e1f6cea71c2e
{
"name"="Wilson",
"owner": {
"id": "sha7891bikojbkreuy",
"name": "Samuel Passet",
"species": "Dog",}
"breed": "Golden Retriever",
}Request Parameter
Parameter
Type
Sample Value
apiKey (required)
String
Example Value
Response (200 Ok - https status code)
Response
Type
Sample Value
userId
String
status
String
createdAt
String
Example Value
Last updated