GET
/
api
/
v1
/
integrations
curl --request GET \
  --url https://integration-api.getfront.com/api/v1/integrations \
  --header 'X-Client-Id: <api-key>' \
  --header 'X-Client-Secret: <api-key>'
{
  "content": {
    "items": [
      {
        "id": "b7efa542-0b16-4a2a-8f89-00143298e615",
        "name": "CoinbasePro",
        "type": "coinbasePro",
        "logo": {
          "logoWhiteUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Logo_White.svg",
          "logoBlackUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Logo_Black.svg",
          "logoColorUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Logo_Color.svg",
          "iconWhiteUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Icon_White.svg",
          "iconBlackUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Icon_Black.svg",
          "iconColorUrl": "https://frontuserfilecdn.azureedge.net/public/logos/Coinbase_Icon_Color.svg"
        }
      },
      {
        "id": "3d8f5c31-9fc0-4b61-bdfb-00fb18cbb9ad",
        "name": "CoinCircle",
        "type": "deFiWallet",
        "deFiWalletProviderId": "36d8d9c0c7fe2957149ce8e878f3a01...",
        "categories": [
          "deFiWallet"
        ],
        "logo": {
          "logoColorUrl": "https://frontuserfilecdn.azureedge.net/public/logos/CoinCircle_Logo_Color.svg",
          "iconColorUrl": "https://frontuserfilecdn.azureedge.net/public/logos/CoinCircle_Icon_Color.svg"
        }
      }
    ]
  },
  "status": "ok",
  "message": "",
  "errorType": ""
}

Authorizations

X-Client-Secret
string
header
required

Contact Front to get client Secret

X-Client-Id
string
header
required

Contact Front to get client Id

Response

200 - application/json
Success
status
enum<string>
Available options:
ok,
serverFailure,
permissionDenied,
badRequest,
notFound,
conflict,
tooManyRequest,
locked
message
string | null

A message generated by the API

displayMessage
string | null

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

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.

content
object

Integration response.