GET
/
credentials
{
  "data": [
    {
      "environment_id": "ENV01FXJJFRNH8J1RBX7CCV2APD1M",
      "id": "CRD01FXJJFRNH8J1RBX7CCV2APD1O",
      "name": "production_database",
      "type": "aws",
      "created_at": "2023-11-07T05:31:56Z",
      "access_key_id": "AKIAIOSFODNN7EXAMPLE",
      "secret_access_key": "wJalrXUtnFEMI/K7MDENG/bPxRsiCYEXAMPLEKEY"
    }
  ],
  "has_more": true
}

Query Parameters

type
string | null

Filter credentials by type.

limit
integer | null
starting_after
string | null
ending_before
string | null

Response

200 - application/json

The request has succeeded.

The response is of type object.