The api_key needs to be in the query string rather than the URL path. So, something like this:
POST https://apps.lulu.com/api/account/v1/create_account?api_key=<api key>&auth_token=<auth token>
POST body:
account={"email":"email.address@example.com","username":"tommy_toolsmith","password":"s3c#r3PW", remit: {...} }
Hi,
i have the same problem of Spiro (403 Developer Inactive), and I read the documentation and I followed the advices of Josiah but the problem is not solved.
Can I get a more detailed explanation or an example, please?
Thanks
Your account is not currently enabled for the create account API. Please send an e-mail to API@lulu.com with an example of what you are planning to use this API for. We are currently working on releasing an OAuth solution, which will become our preferred solution for authentication and registration. If you can't wait for the OAuth solution, I can enable your account for the accounts API.
I'm trying to create an account following the doc. instructions but I keep getting the following:
403 Developer Inactive
Before I send the request I get a valid token from Lulu and the I do the POST with the following data:
URI: https://apps.lulu.com/api/account/v1/create_account/api_key/[api_key]
POST: auth_user: [email] auth_token: [A valid token retrieved from lulu] account: {"email":"test@mysite.com","username":"test","password":"Test1234.","remit":{"first_name":"Test","last_name":"User","organization":"","street1":"Av. Santa Fe #24","street2":"","city":"Santa Fe","state":"","country":"MX","postal_code":"53100","telephone":"5555555555","ein":"qwertyu12345","taxation_country":"MX","pay_method":"paypal","email":"test@mcgraw-hill.com","currency_code":"USD","min_royalty_amount":"20"}}
Can you help me with this? It's the only thing I'm missing to finish my development.
Message edited by Spiro 11 months ago
Tags
Josiah Gore – 2 years ago
The api_key needs to be in the query string rather than the URL path. So, something like this:
Frankino – 1 year ago
Hi, i have the same problem of Spiro (403 Developer Inactive), and I read the documentation and I followed the advices of Josiah but the problem is not solved. Can I get a more detailed explanation or an example, please? Thanks
Ryan Bloom – 1 year ago
Your account is not currently enabled for the create account API. Please send an e-mail to API@lulu.com with an example of what you are planning to use this API for. We are currently working on releasing an OAuth solution, which will become our preferred solution for authentication and registration. If you can't wait for the OAuth solution, I can enable your account for the accounts API.
Ryan
stalklinds – 11 months ago
hello?