GET
/
credentials
curl --request GET \
  --url https://ronika-api.induced.ai/v1/credentials \
  --header 'x-api-key: <api-key>'
{
  "credentials": [
    {
      "id": "<string>",
      "name": "<string>",
      "url": "<string>",
      "icon": "<string>",
      "username": "<string>",
      "additionalInfo": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json
A list of credentials
credentials
object[]