API Documentation
Everything you need to connect your own software to BioLink.page.
Authentication
Every endpoint requires an API key sent with the Bearer authentication method.
Authorization: Bearer {api_key}
curl --request GET \
--url 'https://biolink.page/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://biolink.page/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
Errors
Our API uses standard HTTP status codes to indicate the success or failure of a request.
{
"errors": [
{
"title": "You do not have access to the API.",
"status": 401
}
]
}
200 Request completed successfully
400 Bad request. Required parameters are missing or invalid
401 Unauthorized - API key is missing or invalid
404 The requested resource does not exist
429 Too many requests. Rate limit exceeded
500 Internal server error. Something went wrong on our side
All API results use the UTC time zone unless stated otherwise.
User
Links
Link Analytics
Projects
Pixels
Splash Pages
QR Codes
Email Signatures
Leads
Notification Settings
Custom Domains
My teams
Team members
Teams' member
Account payments
Referred signups
Account logs