Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Using Any API Method (e.g. ./remarkable.php list) Post register is Failing with 401 #30

Description

@funkeyfreak

As the title suggests, I am unable to successfully call any endpoint - even after I call remarkable.php register <valid-registration-code>.

This may even be an issue with the overall usage of remarkable's endpoints, as I have been unable to call their endpoints directly.

Steps to reproduce:

  1. Query for a new token:
    	GET: https://webapp-production-dot-remarkable-production.appspot.com/token/json/2/device/new`
    
    	 { 
    	      "code": "fuzzbuzz",
    	      "deviceDesc": "desktop-windows",
    	      "deviceID": "160022F6-EA84-42C7-B413-C1F5C6C3112F"
    	 }
  2. Fetch a refresh token:
    	POST: https://webapp-production-dot-remarkable-production.appspot.com/token/json/2/user/new
    	--header 'Authorization: Bearer eyJ...'
    
  3. Take the token from step 2, and validate the document endpoint:
    	GET: https://service-manager-production-dot-remarkable-production.appspot.com/service/json/1/document-storage?environment=production&group=auth0%7C5a68dc51cb30df3877a1d7c4&apiVer=2
    	--header 'Authorization: Bearer eyJ...'
    
    Which returns
    	{
    	      "Status": "OK",
    	      "Host": "document-storage-production-dot-remarkable-production.appspot.com"
    	}
  4. Take this endpoint, and query the docs endpoint
    	GET: https://document-storage-production-dot-remarkable-production.appspot.com/document-storage/json/2/docs
    	--header 'Authorization: Bearer eyJ...'
    
    Which returns a 401: Unauthorized status code. What am I missing?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions