Overview
The Linkup API can be accessed using the base URL: https://api.linkup.so/v1.
Authentication
All endpoints require a valid Bearer token to be sent using the Authorization
header. Get yours by visiting the Service Account page.
Errors
Errors happens. When it does, you will get the following response object:
4xx
| 5xx
Response
4xx
| 5xx
Responsemessage
: string array - The list of errors.
error
: string - HTTP error message.
statusCode
: number - HTTP error code.