Frequently asked questions (with answers)
Q: When I send a POST request to the AOP API, why do I get a 301 redirect?
A: Check that the API endpoint you are using is correct. For example, we have seen this when the URL contains //, where it should be /.
Q: I am trying to query a user account based on their email address, which contains a + sign. But I don’t get the account information.
A: Make sure URL parameters are URL encoded.