Integrate in Under 1 Hour

4 simple endpoints. No complex setup. Start sending jobs in minutes.

00:00
Time Elapsed
Register
Create Job
Track Status
Get Report
POST/register
Response

Make a request to see the response

cURL Examples
POSTRegister Partner
curl -X POST https://rohzayllygnhxacxvyfs.supabase.co/functions/v1/b2b-api/register \
  -H "Content-Type: application/json" \
  -d '{
    "company_name": "Your Company",
    "contact_email": "api@company.com",
    "contact_phone": "+44 20 1234 5678"
  }'
POSTCreate Job
curl -X POST https://rohzayllygnhxacxvyfs.supabase.co/functions/v1/b2b-api/job \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "job_type": "breakdown",
    "customer_name": "John Smith",
    "customer_phone": "+44 7700 900123",
    "pickup_address": "123 High Street, London",
    "pickup_postcode": "SW1A 1AA",
    "vehicle_make": "Ford",
    "vehicle_model": "Focus",
    "vehicle_reg": "AB12 CDE"
  }'
GETGet Job Status
curl -X GET "https://rohzayllygnhxacxvyfs.supabase.co/functions/v1/b2b-api/job/JOB_ID" \
  -H "x-api-key: YOUR_API_KEY"
GETGet Report
curl -X GET "https://rohzayllygnhxacxvyfs.supabase.co/functions/v1/b2b-api/report?days=30" \
  -H "x-api-key: YOUR_API_KEY"

Authentication

Include your API key in the x-api-key header for all authenticated requests.

Webhook Event

Configure a webhook to receive job_completed notifications when jobs finish.

Need Help?

Contact our integration team at api@artservices.co.uk for support.

ART Services B2B API v1.0 • Full DocumentationPowered by Readdy

Talk with Us