FragAPI
API Endpoints

Get Collection Models

GET
/v1/gifts/{short_name}/models

Get gift collection models

Authorization

AuthorizationBearer <token>

User session scheme

In: header

Scope: api

Path Parameters

short_name*Short Name

Query Parameters

sorting?array<>|

Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/gifts/string/models"
[  {    "name": "string",    "floor": 0,    "count": 0,    "imageUrl": "string"  }]
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}