Skip to main content
GET
/
subscribed_products
Get subscribed products
curl --request GET \
  --url https://modelslab.com/api/subscribed_products \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>"
}'
{
  "status": "success",
  "data": {}
}

Request

Send a GET request to below endpoint and pass the quantity of the models you want to buy in the request body.
curl
--request GET 'https://modelslab.com/api/subscribed_products' \

Body

json
{  
    "key": ""
}

Body

application/json
key
string
required

Your API Key used for request authorization

Response

Subscribed products response

status
enum<string>
Available options:
success
data
object

Data containing subscription information for each product

I