DevZero Logo

DevZero

List Team Recipe Names V2

Get all recipe names for a team

GET
/v2/teams/{team_id}/recipes/names

Path Parameters

team_idstring

ID of team

Header Parameters

Authorizationstring

Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token

Response Body

curl -X GET "https://api.devzero.io/backend/v0/v2/teams/string/recipes/names" \
  -H "Authorization: string"
{
  "recipe_names": [
    {
      "id": "string",
      "name": "string"
    }
  ]
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}