Skip to main content
GET
/
api
/
v1
/
integrations
Retrieve the list of all available integrations.
curl --request GET \
  --url https://integration-api.meshconnect.com/api/v1/integrations \
  --header 'X-Client-Id: <api-key>' \
  --header 'X-Client-Secret: <api-key>'
{
  "status": "ok",
  "message": "<string>",
  "displayMessage": "<string>",
  "errorHash": "<string>",
  "errorType": "<string>",
  "errorData": "<unknown>",
  "content": {
    "items": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "type": "robinhood",
        "deFiWalletProviderId": "<string>",
        "categories": [
          "brokerage"
        ],
        "style": {
          "fieldActiveLight": "<string>",
          "buttonPrimaryLight": "<string>",
          "buttonHoverLight": "<string>",
          "buttonTextLight": "<string>",
          "buttonTextHoverLight": "<string>",
          "fieldActiveDark": "<string>",
          "buttonPrimaryDark": "<string>",
          "buttonHoverDark": "<string>",
          "buttonTextDark": "<string>",
          "buttonTextHoverDark": "<string>"
        },
        "logo": {
          "logoLightUrl": "<string>",
          "logoDarkUrl": "<string>",
          "logoWhiteUrl": "<string>",
          "logoBlackUrl": "<string>",
          "logoColorUrl": "<string>",
          "iconLightUrl": "<string>",
          "iconDarkUrl": "<string>",
          "iconWhiteUrl": "<string>",
          "iconBlackUrl": "<string>",
          "iconColorUrl": "<string>",
          "base64Logo": "<string>"
        },
        "forgotPasswordLink": "<string>",
        "cryptoTransfersSupported": true
      }
    ]
  }
}

Authorizations

X-Client-Secret
string
header
required

Contact Mesh to get client Secret

X-Client-Id
string
header
required

Contact Mesh to get client Id

Response

200 - application/json

OK

status
enum<string>
Available options:
ok,
serverFailure,
permissionDenied,
badRequest,
notFound,
conflict,
tooManyRequest,
locked,
unavailableForLegalReasons
message
string | null

A message generated by the API

displayMessage
string | null

User-friendly display message that can be presented to the end user

errorHash
string | null

An error grouping hash from string components and caller information. Used by bugsnag on FE for correct error grouping

errorType
string | null

Strictly-typed error type that is explaining the reason of an unsuccessful status of the operation. All possible error types are available in the documentation.

errorData
unknown
content
object

Integration response.