Aller au contenu
ASAP API
Rechercher
Ctrl
K
Annuler
app.asap.cool
Selectionner le thème
Sombre
Clair
Auto
Guides
Démarrage
Authentification
Conventions
Rate limiting
Idempotency
Erreurs
Référence API
Overview
contacts
Overview
GET /v1/contacts
POST /v1/contacts
GET /v1/contacts/duplicates
POST /v1/contacts/import
GET /v1/contacts/{id}
DELETE /v1/contacts/{id}
PATCH /v1/contacts/{id}
POST /v1/contacts/{id}/erase
GET /v1/contacts/{id}/export
POST /v1/contacts/{id}/merge
POST /v1/contacts/{id}/merge-preview
POST /v1/contacts/{id}/restore
webhooks
Overview
List webhook endpoints, newest first.
Create a webhook endpoint and return its cleartext secret once.
Fetch a webhook endpoint by id.
Delete a webhook endpoint by id.
invoice
Overview
GET /v1/invoice/settings
PUT /v1/invoice/settings
GET /v1/invoices
POST /v1/invoices
GET /v1/invoices/client-summary
GET /v1/invoices/inbound
GET /v1/invoices/inbound/{id}
GET /v1/invoices/inbound/{id}/pdf
GET /v1/invoices/reminders/tracking
GET /v1/invoices/revenue
GET /v1/invoices/revenue/by-client
GET /v1/invoices/stats
GET /v1/invoices/{id}
DELETE /v1/invoices/{id}
PATCH /v1/invoices/{id}
POST /v1/invoices/{id}/accept
POST /v1/invoices/{id}/cancel
POST /v1/invoices/{id}/convert-to-facture
POST /v1/invoices/{id}/credit-note
POST /v1/invoices/{id}/deposit
POST /v1/invoices/{id}/duplicate
POST /v1/invoices/{id}/finalize
GET /v1/invoices/{id}/flow
`POST /v1/invoices/{id}/payment-link`
GET /v1/invoices/{id}/payments
POST /v1/invoices/{id}/payments
`DELETE /v1/invoices/{id}/payments/{payment_id}`
GET /v1/invoices/{id}/pdf
GET /v1/invoices/{id}/preview
POST /v1/invoices/{id}/reject
GET /v1/invoices/{id}/reminders
POST /v1/invoices/{id}/reminders
`DELETE /v1/invoices/{id}/reminders/{reminder_id}`
POST /v1/invoices/{id}/render
POST /v1/invoices/{id}/send
POST /v1/invoices/{id}/send-for-payment
`GET /v1/invoices/{id}/sepa-mandate`
`DELETE /v1/invoices/{id}/sepa-mandate`
`POST /v1/invoices/{id}/sepa-mandate-setup`
GET /v1/products
POST /v1/products
GET /v1/products/{id}
DELETE /v1/products/{id}
PATCH /v1/products/{id}
GET /v1/recurring-invoices
POST /v1/recurring-invoices
GET /v1/recurring-invoices/{id}
DELETE /v1/recurring-invoices/{id}
PATCH /v1/recurring-invoices/{id}
POST /v1/recurring-invoices/{id}/activate
POST /v1/recurring-invoices/{id}/pause
POST /v1/recurring-invoices/{id}/run
signature
Overview
POST /v1/signature/documents
POST /v1/signature/email-suggestion
GET /v1/signature/envelopes
POST /v1/signature/envelopes
POST /v1/signature/envelopes/bulk
GET /v1/signature/envelopes/{id}
DELETE /v1/signature/envelopes/{id}
PATCH /v1/signature/envelopes/{id}
POST /v1/signature/envelopes/{id}/approve
GET /v1/signature/envelopes/{id}/approvers
POST /v1/signature/envelopes/{id}/approvers
`DELETE /v1/signature/envelopes/{id}/approvers/{approver_id}`
POST /v1/signature/envelopes/{id}/cancel
GET /v1/signature/envelopes/{id}/document
GET /v1/signature/envelopes/{id}/documents
POST /v1/signature/envelopes/{id}/documents
`DELETE /v1/signature/envelopes/{id}/documents/{document_id}`
GET /v1/signature/envelopes/{id}/fields
PUT /v1/signature/envelopes/{id}/fields
GET /v1/signature/envelopes/{id}/proof
POST /v1/signature/envelopes/{id}/reactivate
POST /v1/signature/envelopes/{id}/remind
GET /v1/signature/envelopes/{id}/requested-documents
PUT /v1/signature/envelopes/{id}/requested-documents
POST /v1/signature/envelopes/{id}/send
GET /v1/signature/envelopes/{id}/signed
GET /v1/signature/envelopes/{id}/timeline
GET /v1/signature/forms
POST /v1/signature/forms
GET /v1/signature/forms/{id}
DELETE /v1/signature/forms/{id}
POST /v1/signature/forms/{id}/active
GET /v1/signature/templates
POST /v1/signature/templates
GET /v1/signature/templates/{id}
DELETE /v1/signature/templates/{id}
app.asap.cool
Selectionner le thème
Sombre
Clair
Auto
Overview
webhooks
Section intitulée « webhooks »
Outbound signed webhook endpoints (subscriptions) for org events.
Operations
Section intitulée « Operations »
GET
/v1/webhooks/endpoints
POST
/v1/webhooks/endpoints
GET
/v1/webhooks/endpoints/{id}
DELETE
/v1/webhooks/endpoints/{id}