Get a user invite. Used to check on the status of user onbaording
curl --request GET \ --url https://api.paywise.de/partner/v1/userinvites/{id}/ \ --header 'Authorization: Bearer <token>'
{ "id": "c70e7a7b-8495-4a79-920e-25d4d0192511", "email": "[email protected]", "first_name": "Max", "last_name": "Mustermann", "company": "d16bfc7a-453c-4ea6-834a-25a586b5e4d6", "success_url": "https://app.sample-partner.com/onboarding/success/", "failure_url": "https://app.sample-partner.com/onboarding/failure/", "invite_url": "http://app.paywise.de/partner/onboarding/c70e7a7b-8495-4a79-920e-25d4d0192511/", "expiry": "2024-10-07T11:52:57.968546+02:00", "status": "OPEN" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object