Get Product (ID)

Get User Account Products

This method will return a user's account products array using the user's account API key

Once an API key is sent, the response will show the JSON of the products. If the response returns 'Unauthorized' then credentials are wrong or the user does not have access.

PATH

https://app.productdyno.com/api/v1/products

METHOD

GET

PARAMETERS

_api_key
id

EXAMPLE JSON RESPONSE


{
    "id": 21011,
    "name": "Private Youtube Coaching",
    "description": ""
}