post https://admin.sandbox.vouchery.app/api/v2.1/categories
Create a category.
Log in to see full request history
Responses
Create a category.
xxxxxxxxxx
curl --request POST \
--url https://admin.sandbox.vouchery.app/api/v2.1/categories \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"category_type": "customer"
}
'
Try It!
to start a request and see the response here! Or choose an example: