POST
/
collections
/
{name}
curl --request POST \
  --url https://pinapi.jackalprotocol.com/api/collections/{name} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required

name of created collection

Response

200
application/json
Successful operation
id
integer