Route
| Método | Rota | Descrição |
|---|---|---|
| GET | /v1/folders/total |
Returns the total number of galleries. |
Headers
| Param | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| Authorization | String |
*Authorization token to access the route. Ex: Bearer eyJ0eXAiOiJKV1QiLC… |
Sim |
*Token generated by authentication route
Response
– Response when returning application gallery numbers (Status: 200)
{
"folders": 10
}
– Error response for some internal error (Status: 500)
{
"error": "Internal Server Error"
}