Error pulling table schema - Confirm API endpoint

djohnson10
Community Explorer

I'm attempting to pull the current schema for a table and receive the following error: 

** ' not a valid key=value pair (missing equal-sign) in Authorization header: 'Bearer *** which seems to indicate the endpoint I'm hitting is not valid.  
 
Below is the command I'm running, please confirm this is the proper endpoint to pull a tables schema?
 
curl --location --request GET 'https://dap.insk8s.net/query/canvas/table/accounts/schema' --header 'Authorization: Bearer XXXXXXX'
0 Likes