FragAPI
API Endpoints

Get Gift Models Short Names

GET
/v1/gifts/{short_name}/short-models

List gift models short names by short_name

Authorization

AuthorizationBearer <token>

User session scheme

In: header

Scope: api

Path Parameters

short_name*Short Name

Response Body

application/json

application/json

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