Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Endpoint descrição

URL Endpoint

Método

GraphQL Endpoint

/graphql

GET / POST (GraphQL)

Health Check

/.well-known/apollo/server-health

GET

Generate API JWT

/api/auth/token

POST

Get user by CPF

/api/user-by-cpf/:cpf

GET

Get states

/api/states

GET

Get cities by state id

/api/states/:id/cities

GET

State/City routine sync

/routine/sync-localization-data

GET

Notifications - Publish message to send manual scheduled notifications

/routine/find-manual-scheduled-notifications

GET

Notifications - Publish message to send recent signups notifications

/routine/recent-signups-notifications

GET

Notifications - Publish message to send no signin last month notifications

/routine/no-signin-last-month

GET

Notifications - Publish message to send birthday notifications

/routine/birthday

GET

Notifications - Publish message to send expring coins in the next X days notifications

/routine/expiring-coins?days=30

GET

Backoffice - Export users CSV

/api/export-users

GET

Backoffice - Export invoice products CSV

/api/invoice-product/export-invoice-products

GET

Webhook Chatbot TakeBlip - Get user name by CPF

/chatbot/user?cpf=

GET

Project Gallery - Get featured projects

/projects

GET

Project Gallery - Get featured project by id

/projects/:id

GET

Project Gallery - Get categories

/categories

GET

Project Gallery - Get patterns

/patterns

GET

...

...

Endpoint descrição

URL Endpoint

Método

Health Check

/health-check

GET

Webhook Publish Invoice Extracted

/invoice-wh/:identifier

PUT

Webhook Publish Invoice Extracted - OCR

/invoice-wh-ocr/:identifier

PUT

[SERPRO] Invoice

/serpro/invoice/:identifier

GET

API ClubeDuratex Integration

...