Authentication
All API requests require authentication using an API key.
Generate API Key
Authenticating...
Example Request
curl -X GET "https://api.wallaza.com/v1/wallpapers" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
Note:
Keep your API key secure. Do not share it publicly or include it in client-side code.