chrux | 2019-05-14 16:42:24 UTC | #1
Howdy!
When trying to request /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}, obviously contactListId and contactId are variables that holds the value of those, I got
Error: Request failed with status code 403
I am using client credentials for this.
Best
tim.smith | 2019-05-14 18:35:52 UTC | #2
The body of a 403 response generally indicates which permission is required, and GET /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId} is documented as requiring outbound:contact:view. Please verify that the role assigned to the oauth client has appropriate permissions.
chrux | 2019-05-15 17:57:55 UTC | #3
ok, thanks, will check that
system | 2019-06-15 17:57:59 UTC | #4
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 5146