Get My Templates
POST
https://picnie.com/api/v1/get-my-templatesRetrieve data for your templates.
Headers
| Name | Type | Description |
|---|---|---|
Authorization* | string | Pass api key in the authorization field Example: |
Notes
⚠️ Authentication required
curl -X POST "https://picnie.com/api/v1/get-my-templates"
-H "Authorization: YOUR_API_KEY"
-H "Content-Type: application/json"Responses
200200 OK
{
"error": false,
"message": "Success",
"data": []
}