cURL
curl --request GET \ --url https://api.roastify.app/v1/catalog/blends/{id} \ --header 'x-api-key: <api-key>'
{ "id": "clyd67824rn3f78g0f8j9", "name": "12oz Coffee Bag", "description": "<string>", "isDecaf": false, "roastLevel": "Medium" }
Get a coffee blend by Id
The API key to authenticate requests provided by Roastify. A Base or Pro plan is required to use the API.
The Id of the resource
1
"clyd67824rn3f78g0f8j9"
Get a blend by Id
The response is of type object.
object