First time Postman user here… trying to get an Access Token and refresh token for Blackbaud
I am using a POST option with a /token call
my params are blank
in the “Authorize” section:
Header Prefix is "Bearer"
Token Name is "Access"
Grant Type = "client_Credentials"
ClientID is filled in
Client Secret is filled in
Scope is empty ... no sure what this is supposed to be
This the response i receive:
error is “Invalid_Scope”
“The Scope_Parameter was not included in the request”
You can find more information about scopes here. They are used to limit an application’s access to a user’s account. Different APIs use these in different ways, the link above will show you references to how other companies use these for their APIs.
Can you share the link to the Public documentation that you’re using please? This might help get you closer to a specific answer, for the API your using.