Skip to content
Insy
For developers
Esc
navigateopen⌘Jpreview

Products

GET/oauth/products
Responses
200Products the user has created
productsOAuthProductItemObject[]required
Show properties
Array of OAuthProductItemObject
idstringrequired
namestringrequired
slugstringrequired
typestringrequired
Try it
Server
Request
curl -X GET "https://api.insy.io/oauth/products"
Response
{
  "products": [
    {
      "id": "9d2f7a13-4b6c-4e8a-b1d3-7f0c2e5a8b46",
      "name": "Advanced Trading Course",
      "slug": "advanced-trading-course",
      "type": "course"
    }
  ]
}