Hi David,
Yes, an application can use more than one developer token. But please note that
rate limit across Account rate scope is metered on all requests to a single AdWords account - no matter which developer token was used to make the request. If the combined QPS across tokens exceeds the limit, then the clients will receive RateExceededError in the Account rate scope. You can use a single developer token to make parallel API requests against your account. You may risk encountering
CONCURRENT_MODIFICATION_ERROR if you're mutating AdWords objects in parallel using multiple threads for better throughput. This
blog post provides more details on concurrency management in AdWords API.
A legal entity is granted one approved developer token. Please get in touch with the
AdWords API compliance team to check if you can get a second developer token.
Regards,
Shwetha, AdWords API Team.