Skip to main content
GET
/
credentials
List Credentials
curl --request GET \
  --url https://universal.rollout.com/api/credentials
[
  {
    "id": "<string>",
    "createdAt": "<string>",
    "appKey": "<string>",
    "label": "<string>",
    "avatar": "<string>",
    "data": {}
  }
]

Documentation Index

Fetch the complete documentation index at: https://rollout.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

appKey
includeProfile
includeData

Response

OK

id
string
required
createdAt
string
required
appKey
required
label
string
avatar
string
data
object