REST API issues

I’ve got a Python script that downloads the project so I can commit to source control and has been working fine last week and before.

I’ve just tried it again today and hit a 401 error:

curl -H "Authorization: Bearer jdlsfjdksfdklfjdkfdjsfkldjsfkds" -H "Content-Type: application/json" -X POST https://playcanvas.com/api/projects/475452/export
{"error": "401 Unauthorized"}

Are there any known issues with the REST API at the moment?

Old tokens have been deleted so you need to create a new one from the account page…

1 Like