You are on page 1of 1

1.

GetIdentifierExpiration

Once created, each authentification token is valid for 20 minutes. This method lets you find out, how
much longer a given token remains to be valid.
SOAP URL: https://api.affili.net/V2.0/Logon.svc?wsdl
1.1. Parameters

CredentialToken
Parameter

Type

Description

CredentialToken *

String

The authentification token you receive from the method Logon

1.2. Return Types

ExpirationDate
Property

Type

Description

ExpirationDate

DateTime

The exact timestamp when the given token will


expire. Format:
YYYY-MM-DDTHH:MM:SS.mm
e.g. 2010-09-14T12:45:32.62

Publisher Webservices

Page 1

You might also like