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

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The unique identifier of the credential.

Response

200 - application/json

A single credential's details

The response is of type object.