Skip to main content
GET
/
api
/
management
/
get-forms
Listar formulários
curl --request GET \
  --url https://api.olie.ai/api/management/get-forms \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.olie.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

filter[trashed]
string

Filtra formulários deletados (soft delete). Valores aceitos: with (ativos + deletados), only (somente deletados). Omita para retornar apenas ativos (padrão).

Response

200

200