POST
/
credentials
curl --request POST \
  --url https://ronika-api.induced.ai/v1/credentials \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "id": "<string>",
  "name": "<string>",
  "url": "<string>",
  "icon": "<string>",
  "username": "<string>",
  "additionalInfo": "<string>",
  "password": "<string>"
}'
{
  "id": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200 - application/json

Share credentials success response

The response is of type object.