Skip to main content
POST
/
account
/
register
Register Account
curl --request POST \
  --url https://staging-api.getpartna.com/v4/account/register \
  --header 'Content-Type: application/json' \
  --data '{
  "accountName": "",
  "email": "",
  "merchantName": ""
}'
{
  "message": "success"
}

Body

application/json
accountName
string

accountName should be alphanumeric, lowercase and between 2 to 40 characters long

email
string
merchantName
string

Response

201 - application/json

post account register created

message
string
I