Create Party
curl --request POST \
--url https://api.example.com/{version}/parties/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"fullname": "<string>",
"phone": "<string>",
"email": "<string>",
"country_code": "<string>"
}
'{
"id": 123,
"fullname": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"email": "<string>",
"phone": "<string>",
"country_code": "<string>"
}parties
Create Party
POST
/
{version}
/
parties
/
create
Create Party
curl --request POST \
--url https://api.example.com/{version}/parties/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"fullname": "<string>",
"phone": "<string>",
"email": "<string>",
"country_code": "<string>"
}
'{
"id": 123,
"fullname": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"email": "<string>",
"phone": "<string>",
"country_code": "<string>"
}Authorizations
HTTPBearerHTTPBearer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Allowed value:
"v1"Body
application/json
Last modified on June 23, 2026
Was this page helpful?
⌘I
