m3ter
Supports:
Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
orgId | string | true | false | |
client_id | string | true | false | |
client_secret | string | true | false |
Example
1 { 2 "name": "m3ter connection", 3 "type": "m3ter", 4 "configuration": { 5 "client_id": "your-access-key-id", 6 "client_secret": "your-api-secret", 7 "orgId": "your-org-id-uuid" 8 } 9 }