Prerequisites
Before you begin, you need a SeekrFlow account. If you don’t have one, sign up for SeekrFlow.Get your API key
1
Sign in to the SeekrFlow dashboard.
2
From the user menu, go to My Account.
3
From the My Account page, go to API Key.
4
Generate and copy a new key.
Keep your API key secure. Don’t share it in publicly accessible areas such as GitHub, client-side code, or support channels.
Base URL
All API requests use this base URL:Authentication
All API requests require authentication. Include your API key in theAuthorization header:
Selecting a team
Resources belong to a team. To scope a request to a specific team, include thex-team-id header with the team’s ID:
Request and response format
ForPOST and PUT requests, send data as JSON and include the Content-Type header:
Versioning
The API version is included in the URL path (v1). When breaking changes are introduced:
- A new API version is released.
- The current version continues to function.
- You receive notification with migration timelines before deprecation.