target_id).target_id) is visible inside the FieldEdge Web Portal and is used during token requests.client_id – from Marketplaceclient_secret – from Marketplacetarget_id – FieldEdge Tenant IDclient_id and client_secret.https://fieldedge-staging.withgobo.com/oauth/token
Content-Type: application/x-www-form-urlencoded
client_id=<your-client-id>
client_secret=<your-client-secret>
target_id=<fieldedge-tenant-id>
grant_type=client_credentials
{
"access_token": "eyJhbGciOiJSUzI1NiIsInR...",
"token_type": "Bearer",
"expires_in": 28000
}⚠️ Note: This endpoint expects application/x-www-form-urlencodedpayloads. JSON request bodies are not supported.
Authorization: Bearer <jwt-token>