We're delighted to present you with the comprehensive API documentation for PEAX. This all-in-one workspace for API design offers you a clear, concise, and interactive exploration of our API functionalities.
Authorization: Bearer ********************
{ "applicationClientReferenceId": "an-xyz-client-id", "accountId": "678.6323.9110.59", "startDate": "2023-11-12" }
curl --location --request POST 'https://proxy-stage.peax.ch/onboarding/agent-api/v1/integrator-applications//client-account-links' \ --header 'Authorization: Bearer {{JWT}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "applicationClientReferenceId": "an-xyz-client-id", "accountId": "678.6323.9110.59", "startDate": "2023-11-12" }'
{}