FIBUdataServiceStack

<back to all web services

EtsyGetAuthLinkRequest

The following routes are available for this service:
GET, POST/fibuscan/Onlinehandel/EtsyGetAuthLink
EtsyGetAuthLinkRequest Parameters:
NameParameterData TypeRequiredDescription
OAUTH_CONSUMER_KEYbodystringNo
OAUTH_CONSUMER_SECRETbodystringNo
oauth_tokenbodystringNo
oauth_verifierbodystringNo
bankindexbodylongNo
EtsyGetAuthLinkResponse Parameters:
NameParameterData TypeRequiredDescription
EtsyAuthorizationLinkformstringNo
errorformstringNo
request_tokenformstringNo
TokenformstringNo
TokenSecretformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /fibuscan/Onlinehandel/EtsyGetAuthLink HTTP/1.1 
Host: ws4.fibudata.net 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"OAUTH_CONSUMER_KEY":"String","OAUTH_CONSUMER_SECRET":"String","oauth_token":"String","oauth_verifier":"String","bankindex":0}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"EtsyAuthorizationLink":"String","error":"String","request_token":"String","Token":"String","TokenSecret":"String"}