Setup Koywe integration.
curl --request PUT \
--url https://sandbox-api.borderless.xyz/v1/organizations/integrations/koywe \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"clientId": "22f123af4d0a9800dfb22bf5",
"clientSecret": "kjJ1c2VyX2lkIjoiNjcwNjU0YjkwN2FmNjE1MmZhNmJkNGE2IiwiY3JlYXRlZF9hdCI61234MjQtMTAtMjFUMTQ6NDg6NTIuMjc5WiJ9.f268821a8eae0a86c4f3ad904a0be4c28f0771613e90e31884aa99a6827c123g"
}
'Integrations Config
Setup Koywe integration.
deprecated
Create Koywe integration to configure the connection with the Koywe account.
PUT
/
v1
/
organizations
/
integrations
/
koywe
Setup Koywe integration.
curl --request PUT \
--url https://sandbox-api.borderless.xyz/v1/organizations/integrations/koywe \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"clientId": "22f123af4d0a9800dfb22bf5",
"clientSecret": "kjJ1c2VyX2lkIjoiNjcwNjU0YjkwN2FmNjE1MmZhNmJkNGE2IiwiY3JlYXRlZF9hdCI61234MjQtMTAtMjFUMTQ6NDg6NTIuMjc5WiJ9.f268821a8eae0a86c4f3ad904a0be4c28f0771613e90e31884aa99a6827c123g"
}
'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The Koywe client ID for authentication.
Example:
"22f123af4d0a9800dfb22bf5"
The Koywe client secret for authentication.
Example:
"kjJ1c2VyX2lkIjoiNjcwNjU0YjkwN2FmNjE1MmZhNmJkNGE2IiwiY3JlYXRlZF9hdCI61234MjQtMTAtMjFUMTQ6NDg6NTIuMjc5WiJ9.f268821a8eae0a86c4f3ad904a0be4c28f0771613e90e31884aa99a6827c123g"
Response
202
Organization Koywe integration data
Was this page helpful?
⌘I