GET
/
api
/
v1
/
credential
/
unity
/
{id}
curl --request GET \
  --url https://chat.api.toolzz.com.br/api/v1/credential/unity/{id} \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "userId": "<string>",
      "unityId": "<string>",
      "integrationId": "<string>",
      "secretId": "<string>",
      "status": true,
      "virtualKey": "<string>",
      "credentials": {},
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "integration": {
        "id": "<string>",
        "name": "<string>",
        "iconId": "<string>",
        "type": "<string>",
        "status": true,
        "validationEndpoint": "<string>",
        "slug": "<string>",
        "form": [
          {
            "name": "<string>",
            "label": "<string>",
            "type": "<string>",
            "maxLength": 123,
            "required": true,
            "description": "<string>"
          }
        ],
        "createdAt": "<string>",
        "updatedAt": "<string>",
        "icon": {
          "id": "<string>",
          "createdAt": "<string>",
          "updatedAt": "<string>",
          "institutionId": "<string>",
          "type": "<string>",
          "fileName": "<string>",
          "internalStorageUrl": "<string>",
          "url": "<string>",
          "size": 123,
          "extension": "<string>",
          "maskName": "<string>"
        }
      }
    }
  ]
}

Body Description

id
string
required

The ID of Unity

Response Description

Below you will see the description of the Get all Credential in Unity response

items
array

List of credentials and their associated integrations.