Is there a different way I should be obtaining a token to make requests to the Search API?

Applies to
Symptoms
Answer

The &scope= string being sent  isn’t valid, which is why you receive an error message when you try to request that string. Get a token for the scope:  wcapi:view_institution_holdings

Additional information

A successful response for an Access Token will return a JSON document with a list of scopes for which the token is issued.  Most API keys have access to the ENTIRE API, which means all the scopes that are part of that API.

See the Client Credentials Grant (CCG) flow

Developer Network: Access Tokens

Page ID

54701