Skip to main content
GET
/
datev
/
connect
OAuth2-URL generieren
curl --request GET \
  --url https://{tenant}.stamp.eu/rest/datev/connect \
  --header 'Authorization: Bearer <token>'
{
  "redirect_url": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

berater_nummer
string
required
mandanten_nummer
string
required
target_system
enum<string>
required
Available options:
lug,
lodas
notification_email
string<email>

Response

OAuth2-Redirect-URL

redirect_url
string<uri>