cURL
curl --request POST \ --url https://api.folkyn.com/api/v1/team-tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "created_at": "2023-11-07T05:31:56Z" } }
Use Authorization: Bearer <your_api_key>
Authorization: Bearer <your_api_key>
Created
Payload returned by POST /api/v1/team-tags (no counts or updated_at).
Show child attributes