Overview
Last updated
Was this helpful?
Last updated
Was this helpful?
Deep Linking is a technique in which a given URL or resource is used to open a specific page or screen on mobile. So, instead of just launching the app on mobile, using our deep link method can lead a user to open PAVE's PWA in their browser. When finished, they will be redirected to a specific page within your native app, providing a seamless mobile experience. This particular page or screen you provide as a redirect URL may reside under a series of hierarchical pages, hence the term "deep" in deep linking.
POST
https://api.paveapi.com/v1/generate-session-id/:api-key
Replacing: API-KEY with the unique license-specific API-Key provided within the INTEGRATIONS tab of the PAVE Dashboard will generate a Session ID (case id). A new session id must be generated onthe server-side for each inspection case (ie for each vehicle being inspected). We recommend you store the session IDs since they'll be used to identify the final inspection output as well.
api-key
string
API - Key
redirect_url
string
The url you want to return to.
Once you have the Session Key generated it can be used to launch the capture UI, which begins the inspection process.
Replace: SESSION-ID with the generated session-id belonging to the vehicle to be inspected.
Example:
Open links with Safari or chrome.
After PAVE Capture successfully and tap on CLOSE
button, you will redirect to your app.