Discussions

Ask a Question

Brick and Mortar Construction vs PUF Panels: What You Should Know Before Building

When it comes to constructing a home, office, or warehouse, one of the first questions that comes to mind is: what’s the best construction method? Traditionally, brick and mortar construction has been the go-to for decades. It’s reliable, long-lasting, and widely understood by builders across the country. But with advancements in materials and technology, PUF panels (Polyurethane Foam panels) are making waves — offering fast, energy-efficient, and cost-effective alternatives.

Daily API limit count

Hi team,
Does Servicem8 counts activities done in the platform in the daily API limit?

Private add-on not visible on mobile

Hello All,

Control access to API Key via Security Role

The custom Security Role does not yet appear to control access to the API Key feature in the Settings screen. Can this be considered? We still need certain staff to be access Settings, but not have the ability to create or remove API Keys.

Form creation functionality through the ServiceM8 API.

While working with the API, we’ve found that it only allows us to create text input fields within forms. Other field types, such as signatures, photos, or multiple-choice questions, do not appear to be supported via the API.

Basic Auth Credentials.

I am trying to access the API's using basic auth credentials. Is that authentication method deprecated?

Attachment APIs

Hi, I use Service M8 APIs. There is no problem with them but when I want use Attachment APIs (attachment.json), I got this error:
StatusCode: 403, ReasonPhrase: 'Forbidden', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
{
X-EXHDR-REQUEST: GET /api_1.0/attachment.json HTTP/1.1
X-EXHDR-REQUEST-HOST: go.servicem8.com
Connection: keep-alive
Strict-Transport-Security: max-age=63072000; includeSubDomains
X-Frame-Options: SAMEORIGIN
X-Cache: Error from cloudfront
X-Amz-Cf-Pop: CDG50-P3
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: NGztQ5Ghe4lmdjkRSqD2kdCmiEAw89b10AWOMGwerSQYD25bNx5nwA==
Date: Tue, 17 Jun 2025 06:39:38 GMT
Server: Apache
Via: 1.1 1016669892b94a7d68ce819bad71f67e.cloudfront.net (CloudFront)
Content-Length: 131
Content-Type: application/json
}
I set scops with scope=read_customers%20read_jobs%20read_staff%20read_job_contacts%20read_job_attachments%20publish_job_attachments%20read_customer_contacts
How can I fix it?