URL: https://api.stringeex.com/v1/contact
HTTP method: POST
Content-Type: application/json
Custom HTTP header: Name: X-STRINGEE-AUTH Value: JSON web token (JWT), see StringeeX API REST Authentication
POST data (body):
{
"name": "Dau Ngoc Huy",
"job_title": "CEO",
"company": null,
"avatar": null,
"about": "mo ta ve huy"
}
Response:
{
"id": "ac_dzwwtspdv1ycig7v",
"r": 0,
"msg": "Success"
}
URL: https://api.stringeex.com/v1/contact/com_952dg1ihrq7k2ubc
HTTP method: PUT
Content-Type: application/json
Custom HTTP header: Name: X-STRINGEE-AUTH Value: JSON web token (JWT), see StringeeX API REST Authentication
PUT data (body):
{
"name": "Dau Ngoc Huy 2",
"job_title": "CEO1",
"company": "company_1",
"account_manager": "AC1234",
"avatar": null,
"about": "mo ta ve huy 2"
}
Response:
{
"r": 0,
"msg": "Success"
}
URL: https://api.stringeex.com/v1/contact/com_952dg1ihrq7k2ubc
HTTP method: DELETE
Content-Type: application/json
Custom HTTP header: Name: X-STRINGEE-AUTH Value: JSON web token (JWT), see StringeeX API REST Authentication
Response:
{
"r": 0,
"msg": "Delete success"
}
HTTP method: GET
Content-Type: application/json
Custom HTTP header: Name: X-STRINGEE-AUTH Value: JSON web token (JWT), see StringeeX API REST Authentication