v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
CRM Integration

Authenticate User

Authenticates a user from an external CRM and returns a short-lived (60 seconds) one-time access token. This is a server-to-server call that uses a long-lived secret token for authorization. If the user does not exist in DealHub, a new user with a Sales role is created.

post/api/v1/user/authenticate

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[]