anaplan api 401 Not Authorized using Postman

Using Postman: 

I can use Post and get an authorization token, but when I create the Get with Authorization = AnaplanAuthToken <token from Post>

Content-type=application/json

 

Basic Authentication

and workspace ID and Model Id in URL

https://api.anaplan.com/2/0/workspaces/<workspace id>/models/<model id>

 

I get:

{
"status": {
"code": 401,
"message": "Not Authorized."
}
}

 

Any ideas?

Answers