Posted April 22Apr 22 I've been working on getting my API working on my site. I've been able to get oauth to work, but haven't been able to do much more from there. Everything seems to be returning 404./core/me - returning 404/downloads/categories - returning 404/downloads/ - returning 404/downloads/files - returning 404/downloads/files/{id} - returning 404/files/categories - this works but it's not via the api.Is there something that I've missed? Edited April 22Apr 22 by Dazz
April 22Apr 22 Community Expert Solution 1 minute ago, Dazz said:I've been working on getting my API working on my site. I've been able to get oauth to work, but haven't been able to do much more from there. Everything seems to be returning 404./core/me - returning 404/downloads/categories - returning 404/downloads/ - returning 404/downloads/files - returning 404/downloads/files/{id} - returning 404/files/categories - this works but it's not via the api.Is there something that I've missed?The full URL would be {your-base-url}/api/core/me