Recipes
Get details of a recipe
Retrieve detailed information about a specific recipe.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The unique identifier of the object.
Response
200
application/json
Recipe details retrieved successfully
Internal identifier of the recipe.
The name of the recipe.
The type of the recipe.
Timestamp when the recipe was created.
Whether the recipe is public.
Whether the recipe is published.
Timestamp when the recipe was published.
Team identifier the recipe belongs to.
Timestamp when the recipe was last updated.
Was this page helpful?