Skip to main content
GET
/
deployments
/
secrets
cURL
curl -X GET https://api.together.ai/v1/deployments/secrets \
  -H "Authorization: Bearer $TOGETHER_API_KEY"
{
  "data": [
    {
      "created_at": "<string>",
      "created_by": "<string>",
      "description": "<string>",
      "id": "<string>",
      "last_updated_by": "<string>",
      "name": "<string>",
      "object": "<string>",
      "updated_at": "<string>"
    }
  ],
  "object": "<string>"
}

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of secrets

data
object[]

Data is the array of secret items

object
string

Object is the type identifier for this response (always "list")