Vettig API
v1
  • v1
  • v2
  1. Onboarding
Vettig API
v1
  • v1
  • v2
  • Factoring
    • Invoices
      • Upload invoice
    • Onboarding
      • Start onboarding
        POST
      • Get onboarding
        GET
    • Events
      • Events
  • OAuth 2.0 Authorize
    POST
  • Schemas
    • Invoice
  1. Onboarding

Get onboarding

GET
/factoring/onboarding/{onboardingId}
Gets the status of the onboarding process for a given onboardingId.

Request

Authorization
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Path Params

Responses

🟢200Application status retrieved successfully
application/json
Body

Example
{
    "status": "Pending",
    "statusChanged": "2023-09-01T18:50:00.0Z",
    "message": "You can now use factoring in the system and the selected invoices will be send automatically to Fedelta."
}
🟠404Record not found
Previous
Start onboarding
Next
Events
Built with