Skip to main content
POST
/
api
/
v1
/
auth
/
{slug}
/
register
Yeni tenant kaydet
curl --request POST \
  --url https://identity-sandbox.payven.com.tr/api/v1/auth/{slug}/register \
  --header 'Content-Type: application/json; ver=1.0' \
  --data '
{
  "first_name": "<string>",
  "last_name": "<string>",
  "email": "<string>",
  "company_name": "<string>",
  "password": "<string>"
}
'
{
  "user_id": "<string>",
  "email": "<string>"
}

Headers

Idempotency-Key
string

Path Parameters

slug
string
required

Body

first_name
string | null
last_name
string | null
email
string | null
company_name
string | null
password
string | null

Response

Created

user_id
string | null
email
string | null