m3ter
Supports:
Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
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 } 8 }