Version 2.6.1 | Last Update 15/10/23
Welcome to Arbox, a business management platform where businesses manage all their daily challenges and interact with their customers. Our mission is to help businesses to operate as best they can with their customers.
The API is part of the Arbox platform and allows developers to programmatically access and update data inside an Arbox account. The API is best for connecting external sources (websites, other applications, integration tools like Zapier) to Arbox.
So before you begin, you need to know:
The business’ API key will be provided to each business within the Arbox platform.
Please copy the API key from the “Settings” page > “Business Information”.
location_box_fk parameter, which will be provided upon request to the support team.
You can only access the API using the HTTP protocol.
Generating an access token using Postman.
The Arbox Open API returns the following error codes in related cases:
API URL:
https://api.arboxapp.com/index.php/api/v2/leads
Acceptable request type:
Headers:
Response:
Request sample:
API URL:
https://api.arboxapp.com/index.php/api/v2/convertedLeads
Acceptable request type:
Headers:
Response:
Request sample:
API URL:
https://api.arboxapp.com/index.php/api/v2/leadsStatuses
Acceptable request type:
Headers:
Response:
Request sample:
API URL:
https://api.arboxapp.com/index.php/api/v2/leadsSources
Acceptable request type:
Headers:
Response:
Request sample:
API URL:
https://api.arboxapp.com/index.php/api/v2/searchUser
Acceptable request type:
Headers:
Body params:
Response:
Request sample:
API URL:
https://api.arboxapp.com/index.php/api/v2/leads
Acceptable request type:
Headers:
Body params:
Request sample:
API URL:
https://api.arboxapp.com/index.php/api/v2/updateLeadStatus
Acceptable request type:
Headers:
Body params:
The 12 column grid system to make it easy to align sections across different screen sizes.
API URL:
https://api.arboxapp.com/index.php/api/v2/users
Acceptable request type:
Headers:
Response:
Body Params:
Request sample:
API URL:
https://api.arboxapp.com/index.php/api/v2/membership
Acceptable request type:
Headers:
Response:
Successful Response Sample:
{
"statusCode": 200,
"data": {
"id": 741,
"start": "2022-12-13",
"end": "2023-03-12",
"sessions_left": null,
"active": 1
},
"extra": null
}
API URL:
https://api.arboxapp.com/index.php/api/v2/membershipsData
Acceptable request type:
Headers:
Body params:
Successful response sample:
API URL:
https://api.arboxapp.com/index.php/api/v2/searchUser
Acceptable request type:
Headers:
Body params:
Response:
Request sample:
API URL:
https://api.arboxapp.com/index.php/api/v2/user
Acceptable request type:
Headers:
Body params:
Request Sample:
Successful response sample:
API URL:
https://api.arboxapp.com/index.php/api/v2/user
Acceptable request type:
Headers:
Body params:
Request sample:
Successful response sample:
API URL:
https://api.arboxapp.com/index.php/api/v2/checkActive
Acceptable request type:
Headers:
Body params:
Different grid layouts to use across your site
API URL:
https://api.arboxapp.com/index.php/api/v2/schedule
Acceptable request type:
Headers:
Body params:
Boxes for text elements throughout the website, e.g for a section header.
API URL:
https://api.arboxapp.com/index.php/api/v2/tasks
Acceptable request type:
Headers:
Response:
Request sample:
Icons used across the website taken from the Prosphor Icon Pack.
API URL:
https://api.arboxapp.com/index.php/api/v2/tasks
Acceptable request type:
Headers:
Body params:
Request sample:
Successful response sample:
API URL:
https://api.arboxapp.com/index.php/api/v2/message
Acceptable request type:
Headers:
Body params:
Request sample:
Successful response sample:
API URL:
https://api.arboxapp.com/index.php/api/v2/user/{VALUE}
Acceptable request type:
Headers:
Body Params:
Successful Response Sample:
{
"statusCode": 200,
"data": {
"id": 494716,
"user_fk": 9,
"box_fk": 8,
"locations_box_fk": 1,
"first_name": "test",
"last_name": "register",
"child": 0,
"birthday": "2222-02-12",
"image_public_id_cloudinary": null,
"employee_id": null,
"gender": "male",
"phone": "0523783352",
"rfid": null,
"additional_phone": "6",
"weight": "100",
"height": "180",
"country": "AO",
"city": "add",
"address": "sda",
"zip": "12321",
"state": "xasd",
"personal_id": "23131231",
"medical_cert": 1,
"epidemic_statement": 1,
"active": 1,
"suspended": 0,
"restricted": 0,
"restricted_time": null,
"has_waiver": 1,
"date_waiver": null,
"has_basics_workshop": 0,
"has_nutrition_counseling": 0,
"has_professional_meeting": 0,
"has_insurance": 0,
"has_changed_property": 0,
"allow_sms": "unknown",
"allow_mailing_list": "yes",
"rivhit_customer_id": "8046",
"union_fk": null,
"sugarwod_id": null,
"source_fk": null,
"status_fk": null,
"lost_reasons_fk": null,
"created_at": "2015-08-17 10:25:29",
"updated_at": "2022-02-16 09:54:50",
"deleted_at": null,
"email": "dagan+9@arboxapp.com",
"age": "199.1",
"full_name": "test register",
"full_path_image_user": "https://arboxassets.s3.eu-central-1.amazonaws.com/icons8-male_user.png"
}