401 Client ID and OAuth token do not match Error

If you generated the token yourself using your own credentials, then usually a Client ID and OAuth token do not match error is from the client id header being incorrect (either missing, or incorrectly named) as a valid token but a missing, or misnamed, client id header will result in that do not match error. Ensure that the header you’re sending for client id is named Client-Id.

1 Like