You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using json_encode instead of http_build_query works nicely with Basic Auth with both POST and GET but for Oauth2 only GET works.. so if you tried to create a contact using Oauth you will get this error
errors: { 0: { code: "401", message: "The response has unexpected status code (401)." }
The text was updated successfully, but these errors were encountered:
Using json_encode instead of http_build_query works nicely with Basic Auth with both POST and GET but for Oauth2 only GET works.. so if you tried to create a contact using Oauth you will get this error
errors: { 0: { code: "401", message: "The response has unexpected status code (401)." }
The text was updated successfully, but these errors were encountered: