v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Partner Integration

Authenticate Partner User

Authenticates a partner user from a PRM system and returns a short-lived (60 seconds) one-time access token. This is a server-to-server call that does not require a bearer token in the header, instead, the long-lived authentication key is sent in the request body.

post/api/v1/authenticate/user

Request body

authenticationstring required

The long-lived DealHub authentication key generated in the system settings screen.

Response

Authentication successful.

access_tokenstring

A one-time access token, which expires after 60 seconds.

errorsobject[]