GET Get user integration credentials by username
The Get users integration credentials by username API will fetch all the users of the company with information regarding external API credentials.
[ENDPOINT]/ToursysConnectionApi/api/users/integrationCredentials
Headers
X-API-KEY generatedToken
integrationUsername Integration username to be fetched from the platform.
Example Request
curl --location -g --request GET '[ENDPOINT]/ToursysConnectionApi/api/users/integrationCredentials' \
--header 'X-API-KEY: generatedToken', 'integrationUsername: info@toursys.net'
-- data '
{
"user_toursys_username": "user",
"user_integration_username": "info@toursys.net",
"user_integration_password": "weLoveToursys",
"user_integration_secret_key": "JDOSKDLK54dwp!",
"user_integration_account_id": "4878808dwaalxa5120"
}
'