Getting 403 error when trying to get a specific contact or contact list

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

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.

ok, thanks, will check that

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.