cURL
curl --request POST \ --url http://localhost:8000/api/v1/integration_account/check \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "integrationDefinitionId": "<string>", "config": {}, "authType": "<string>", "workspaceId": "<string>" } '
{}
Check credentials for a integration definition
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object