I was using the API Friday, and today I cannot
I'm reaching out because our API integration is now returning 401 Unauthorized on all requests — even simple GET requests to /projects. This integration was fully functional as of Friday (June 21st), and no changes have been made to our payloads, environment, or user roles.
Here are the details:
User Email: [email protected]
User ID: 1302843
Account ID: 1268119
Token: Recently regenerated on June 23rd
Tested Endpoint: GET https://client-api.us.fieldwire.com/api/v3/projects
Response: {"errors":["not authorized"]}
Headers Used:
Authorization: Bearer
Accept: application/json
I’ve confirmed the following:
My role is admin
My account is confirmed and approved
The token was generated under my account
The token is correctly loaded into my environment
The same request was working last week with a previous token
I've also tested this token in Postman and received the same 401 error. Given all of this, it appears something may have changed in Fieldwire’s backend regarding token authorization or account-level API access.
Can you confirm:
If API access was recently restricted or changed for our organization (Millwork Brands)
Whether there are any additional permissions or flags needed to use API tokens as an admin user
If there’s a newer preferred method for generating API tokens or scoping them