OAuth Signed URI

This s a documentation page for our shiny new REST API - you weren't meant to find it. This API isn't ready for public use yet. We're chopping and changing it a LOT as we grow it. So if you build something that uses it then it's very likely to break in a future update. Don't say you weren't warned!

URL:

https://api.kashflow.com/v2/oauthsigneduri?url={url}&endpoint={endpoint}&method={method}

Method(s):

get

Response Formats:

String

Description:

This method allow you to get OAuth signed URI for the specified endpoint.

[url] in the url would be replaced by encoded Uri to be signed
[endpoint] would be with external application name that system supports
[method] is any HTTP method(GET, POST, PUT, DELETE).

Parameters

NameDescription
urlThe URI to sign
endpointSupported external applications
1) DROPBOX
2) TRADESHIFT
3) TRADESHIFT_SANDBOX
method1) GET
2) POST
3) PUT
4) DELETE

GET Operation

Returns OAuth signed URL for the end point passed.

To GET OAuth signed url.

URL : /oauthsigneduri?url={url}&endpoint={endpoint}&method={method}

Example response for GET of OAuth signed url


https://api.dropbox.com/1/metadata/sandbox/Invoices/1?oauth_consumer_key=&oauth_nonce=13558257074A2EDF4FC3C64D14AABD60444562EA7A&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1355825707&oauth_token=&oauth_signature=JfzWR26%2F6kjk4Hobx670q71CUnQ%3D&

See how IRIS KashFlow works with your business and your books