cURL
curl --request GET \ --url https://api.anycheck.ai/templates/custom \ --header 'Authorization: Bearer <token>'
200
Example
Get all custom verification templates created by users
JWT token obtained from /auth/login endpoint.
/auth/login
Example:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Number of items to skip
Number of items per page
List of custom templates
Total number of custom templates
10
Show child attributes
Was this page helpful?