Try asking a question about Knot to the AI assistant, or install the MCP server or Knot skill to build with AI right from your IDE.
curl --request GET \
--url https://development.knotapi.com/accounts/get \
--header 'Authorization: Basic <encoded-value>'Get a user’s merchant accounts linked to Knot.
curl --request GET \
--url https://development.knotapi.com/accounts/get \
--header 'Authorization: Basic <encoded-value>'This endpoint allows you to retrieve an array of merchant accounts for a given user (specified in the request withDocumentation Index
Fetch the complete documentation index at: https://docs.knotapi.com/llms.txt
Use this file to discover all available pages before exploring further.
external_user_id) that are currently linked to Knot. If a user unlinked a merchant account with Unlink Merchant Account, it will not be returned.
You can choose to retrieve all merchant accounts for a user or a single merchant account by passing a specific merchant_id in the request.Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password. Use your client_id as the username and your secret as the password value.
Your unique identifier for the user.
Unique identifier for a merchant. Used to return a single merchant account object.
19
Product type for which you want to get the status of the most recent login attempt in lifecycle.status.
card_switcher, transaction_link, vault "card_switcher"
Successful request. If you pass a merchant_id in the request, the response will be a single object, instead of an array.
Was this page helpful?
Suggestions