Authentication

To get an authentication token, call AuthenticateClient in the RestLead web service with your client ID and Administrative API Key. This will return a defined token in the header under the name "ClientToken". This token should be added to the header under the same name for any subsequent API calls. The token is valid for 20 seconds, so a new token will need to be retrieved after that time period.