cURL
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>" }
Get a single credential’s details.
The unique identifier of the credential.
A single credential's details
The response is of type object.
object