Get the requested App security keys to get access documents from a company in a other account. A token can be requested by the call RequestAppIntegration . If access it granted App security keys will be returned.
Header fields | |
---|---|
Fieldname | Description |
SOAPAction | [Mandatory] http://api.everbinding.nl/v3_1/RequestAppIntegrationCredentials |
Request fields | |
Fieldname | Description |
IntegrationToken | Token to retrieve App security keys . Requested with the RequestAppIntegration call |
Response fields | |
Fieldname | Description |
ApplicationName | Name of the application that will use the keys |
ConsumerKey | Security key |
ConsumerSecret | Secrect key belonging to ConsumerKey |
EmailAddress | Emailaddress of user that accepted the application integration request |
Request body
<?xml version="1.0" ?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><S:Header><h:Authentication xmlns="http://api.everbinding.nl/v3_1/" xmlns:h="http://api.everbinding.nl/v3_1/"><SecurityToken>o2S1qTusL29hp3IgMKWsn2I5CFV2LmZ2ZmR2AQp4AGN0BQZmATH3ZwHkAQH1LGL2AGx0VvkiLKI0nS9ho25wMG0vZGR2AGN4Zmp4ZFVfo2S1qTusqTygMKA0LJ1jCFVkAGN2AQZjZQD3VvkiLKI0nS9mnJqhLKE1pzIsoJI0nT9xCFWVGHSQYIAVDGRvYT9uqKEbK3MypaAco249VwRhZPVfo2S1qTusqT9eMJ49Vyy4AKukEUAXqUAWEIqEJaRkEJyCHKIXG0pkZmqxMRx0VvkiLKI0nS9mnJqhLKE1pzH9VyWKqJ43GSMwZwEdpxEWZKZlBQR4olHlEyWbo3p0WGARVt==</SecurityToken></h:Authentication></S:Header><S:Body xmlns="http://api.everbinding.nl/v3_1/"> <RequestAppIntegrationCredentials xmlns="http://api.everbinding.nl/v3_1/"> <IntegrationToken>AINRFqXMCKyUj2cEDea6jafppwYEzoP2oBMi</IntegrationToken> </RequestAppIntegrationCredentials></S:Body></S:Envelope>
Response 200
<?xml version="1.0" encoding="utf-8"?> <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body> <RequestAppIntegrationCredentialsResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.everbinding.nl/v3_1/"> <ApplicationName>Application Name</ApplicationName> <ConsumerKey>ConsumerKey</ConsumerKey> <ConsumerSecret>ConsumerSecret</ConsumerSecret> <EmailAddress>EmailAddress</EmailAddress> </RequestAppIntegrationCredentialsResponse></SOAP:Body></SOAP:Envelope>
Errors
If the request for application integration is not yet accepted the error: “The receiver hasn’t taken any action on your integration request. It is still pending” will be given.