Register https://cms.inr-exchange.rare-able.com/api/user/register
POST

This endpoint allows registering a new user by providing necessary details such as first name, last name, email, mobile, and password. Upon successful registration, the API returns the created user details along with an access token for authentication.

BODY PARAMS

email string required

HEADERS

Accept "string"
application/json
x-api-key (Secret Key) "string"
To generate please use Get Access Token
X-Merchant-ID "string"
To generate please use Get Merchant ID
X-Api-Signature "string"
X-Api-Timestamp "Timestamp"

RESPONSES

success "boolean"
message "string"
code "integer"
data "object"

user "object"

unique_id "string"
first_name "string"
middle_name "string|null"
last_name "string"
email "string"
mobile "string"
email_status_code "integer"
email_status "string"
email_verified_at "string|null"
user_title "string|null"
income_range "string|null"
income_source "string|null"
status "integer"
created_at "string"
updated_at "string"
access_token "string"

success "boolean"
message "string"
code "integer"
data "object"