User authentication and session management for B2B integrations
- Get a list of location team members with their tip settings
Retrieve location subscription information
Phone number format check
Image upload
Deleting images
Disable Tips for the team member
Enable Tips for the team member
Get a list of location te...
Business Management (1.0.0)
Full-featured B2B API for business operations.
Base URL: https://api.alteg.io/api
V1 will be gradually deprecated. We recommend using V2 API for new integrations. V1 endpoints are maintained for backward compatibility, but new features will be released in V2 only.
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://developer.alteg.io/_mock/en/b2b-v1/openapi/
Production
https://api.alteg.io/api/v1/
- Mock serverhttps://developer.alteg.io/_mock/en/b2b-v1/openapi/images/{entity}
- Productionhttps://api.alteg.io/api/v1/images/{entity}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://developer.alteg.io/_mock/en/b2b-v1/openapi/images/{entity}' \
-H 'Accept: application/vnd.api.v2+json' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}, User {UserToken}_HERE>' \
-H 'Content-Type: multipart/form-data'- Mock serverhttps://developer.alteg.io/_mock/en/b2b-v1/openapi/tips/{location_id}/settings
- Productionhttps://api.alteg.io/api/v1/tips/{location_id}/settings
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.alteg.io/_mock/en/b2b-v1/openapi/tips/{location_id}/settings' \
-H 'Accept: string' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}_HERE>' \
-H 'Content-Type: string'Collection of objects
Array of objects with data
Example: [{"id":1,"location_id":253859,"staff_id":742418,"hash":"ba816199-eecf-4bd2-9f1d-db470545bfaf","status":3,"status_title":"pending account","is_enabled":true,"landing_external":"https://app.alteg.io/tips/external/253859/ba816199-eecf-4bd2-9f1d-db470545bfaf/","master_tips_form_link":"https://app.alteg.io/companies/253859/staff/742418/tips/pay/","invite_sms_sent":false,"staff":{"id":742418,"name":"Fusa","specialization":"cosmetologist","avatar":"https://assets.alteg.io/masters/sm/c/c7/c77a4bf2b6b3896_20210304004333.png","employee":{"id":733043,"phone":"+13155550175"},"user":{"id":1553930,"name":"James Smith","email":"j.smith@example.com","phone":"+13155550175"},"position":{"id":103883,"title":"Yogist"}}},{"id":152763,"location_id":253859,"staff_id":743018,"hash":"b7c81cab-290a-4b0a-ad05-9c4b98ef3565","status":4,"status_title":"everything is set","is_enabled":true,"landing_external":"https://app.alteg.io/tips/external/253859/b7c81cab-290a-4b0a-ad05-9c4b98ef3565/","master_tips_form_link":"https://app.alteg.io/companies/253859/staff/743018/tips/pay/","invite_sms_sent":false,"staff":{"id":743018,"name":"Natasha M","specialization":"manicurist","avatar":"https://api.alteg.io/images/no-master-sm.png","employee":{"id":733547,"phone":"+13155550175"},"user":{"id":6259059,"name":"Alice Smith","email":"a.smith@example.com","phone":"+13155550175"},"position":{"id":103731,"title":"Manicurist"}}}]
Response
application/json
{ "success": true, "data": [ { … }, { … } ] }
- Mock serverhttps://developer.alteg.io/_mock/en/b2b-v1/openapi/tips/{location_id}/settings/{master_tips_settings_id}/disable
- Productionhttps://api.alteg.io/api/v1/tips/{location_id}/settings/{master_tips_settings_id}/disable
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://developer.alteg.io/_mock/en/b2b-v1/openapi/tips/{location_id}/settings/{master_tips_settings_id}/disable' \
-H 'Accept: string' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}, User {UserToken}_HERE>' \
-H 'Content-Type: string'Tip settings object
Array of objects with data
Example: [{"id":1,"location_id":253859,"staff_id":742418,"hash":"ba816199-eecf-4bd2-9f1d-db470545bfaf","status":3,"status_title":"pending account","is_enabled":true,"landing_external":"https://app.alteg.io/tips/external/253859/ba816199-eecf-4bd2-9f1d-db470545bfaf/","master_tips_form_link":"https://app.alteg.io/companies/253859/staff/742418/tips/pay/","invite_sms_sent":false,"staff":{"id":742418,"name":"Fusa","specialization":"cosmetologist","avatar":"https://assets.alteg.io/masters/sm/c/c7/c77a4bf2b6b3896_20210304004333.png","employee":{"id":733043,"phone":"+13155550175"},"user":{"id":1553930,"name":"James Smith","email":"j.smith@example.com","phone":"+13155550175"},"position":{"id":103883,"title":"Yogist"}}},{"id":152763,"location_id":253859,"staff_id":743018,"hash":"b7c81cab-290a-4b0a-ad05-9c4b98ef3565","status":4,"status_title":"everything is set","is_enabled":true,"landing_external":"https://app.alteg.io/tips/external/253859/b7c81cab-290a-4b0a-ad05-9c4b98ef3565/","master_tips_form_link":"https://app.alteg.io/companies/253859/staff/743018/tips/pay/","invite_sms_sent":false,"staff":{"id":743018,"name":"Natasha M","specialization":"manicurist","avatar":"https://api.alteg.io/images/no-master-sm.png","employee":{"id":733547,"phone":"+13155550175"},"user":{"id":6259059,"name":"Alice Smith","email":"a.smith@example.com","phone":"+13155550175"},"position":{"id":103731,"title":"Manicurist"}}}]
Response
application/json
{ "success": true, "data": [ { … }, { … } ], "meta": { "count": 2 } }