Integration Account
Check if credentials are valid
API Documentation
User
Integration Account
Integration Definition
Integration Account
Check if credentials are valid
POST
/
v1
/
integration_account
/
check
curl --request POST \
--url http://localhost:8000/api/v1/integration_account/check \
--header 'Content-Type: application/json' \
--data '{
"integrationDefinitionId": "<string>",
"config": {},
"authType": "<string>",
"workspaceId": "<string>"
}'
{}
Body
application/json
Response
201
application/json
The response is of type object
.
curl --request POST \
--url http://localhost:8000/api/v1/integration_account/check \
--header 'Content-Type: application/json' \
--data '{
"integrationDefinitionId": "<string>",
"config": {},
"authType": "<string>",
"workspaceId": "<string>"
}'
{}