12.19.2024
|Products
|FAQs
|1 Min Read
What is an API Token?
An API token is an alphanumeric code, unique to your QUODD account, which can be used from any system to validate your API calls. API tokens are passed in the username field of any SOAP code. For REST, the URL can be appended with "&_token=CLIENTTOKEN".
For example, an API Token can be used in a multi-server configuration without following up to add each IP address to your account. If load balancing switches the call to originate/execute from another server, this is seamless when using an API Token. This allows for a more dynamic and error-free configuration.
To add an API Token to your account, follow these steps:
Go to My Account --> API -->API Tokens: https://www.quodd.com/MyAccount/#/api/tokens
Click blue 'Add a new token' button and it will randomly generate a token for your account.
Other Question Frequently Asked

05.31.2024
|FAQ
|Customer-FAQs
|3
How do I add IP addresses to my account?

05.31.2024
|Products
|FAQs
|1
Is there an option to return QUODD data in JSONP format?
All QUODD APIs support both JSON and JSONP formats. To return data using the JSON format, use "json" as the extension for the service on the URL call.

05.31.2024
|Products
|FAQs
|1
Is it possible to point to an QUODD IP address instead of an URL?
No. Pointing to our IP address is not permitted because our services are hosted on a virtual environment across multiple servers and availability zones