curl --request GET \
--url https://integration-api.meshconnect.com/api/v1/authenticationSchemes \
--header 'X-Client-Id: <api-key>' \
--header 'X-Client-Secret: <api-key>'
{
"content": [
{
"brokerType": "binanceInternational",
"authenticationSchemeType": "apiKey",
"initialAuthenticationModel": {
"fields": [
{
"name": "Username",
"description": "API key"
},
{
"name": "Password",
"description": "Secret key"
},
{
"name": "AuthToken",
"description": "Passphrase"
},
{
"name": "Type",
"description": "BinanceInternational"
}
]
},
"mfaSchemes": []
}
],
"status": "ok",
"message": "",
"errorHash": "741d03edb556f769f9ef9da59780dd9bb52eb121",
"errorType": ""
}
Get authentication schemes of available integrations to perform authentication programmatically (not using the Web Catalog UI).
curl --request GET \
--url https://integration-api.meshconnect.com/api/v1/authenticationSchemes \
--header 'X-Client-Id: <api-key>' \
--header 'X-Client-Secret: <api-key>'
{
"content": [
{
"brokerType": "binanceInternational",
"authenticationSchemeType": "apiKey",
"initialAuthenticationModel": {
"fields": [
{
"name": "Username",
"description": "API key"
},
{
"name": "Password",
"description": "Secret key"
},
{
"name": "AuthToken",
"description": "Passphrase"
},
{
"name": "Type",
"description": "BinanceInternational"
}
]
},
"mfaSchemes": []
}
],
"status": "ok",
"message": "",
"errorHash": "741d03edb556f769f9ef9da59780dd9bb52eb121",
"errorType": ""
}
Contact Mesh to get client Secret
Contact Mesh to get client Id
OK
The response is of type object
.
Was this page helpful?