allied 0 Posted January 27 Report Share Posted January 27 When testing api authentication I receive the following. I am able to create a contact when testing with postman, however when using legacy code samples I receive the error "message": "No user credentials provided.", "error": true, "status": 401 apache error logs show [authz_core:debug] [pid 42994] mod_authz_core.c(809): [client : hidden:] AH01626: authorization result of <RequireAny>: granted, referer: https:// hidden /crm/index.php/contacts and more of this [authz_core:debug] [pid 46190] mod_authz_core.c(809): [client hidden ] AH01626: authorization result of <RequireAny>: granted, referer: https:// hidden /crm/index.php/admin/manageFields [:error] [pid 48212] [client hidden ] script '/var/www/html/index.php' not found or unable to stat, referer: hidden /crm/index.php/admin/index Quote Link to post Share on other sites
jack 7 Posted January 27 Report Share Posted January 27 For this you need to base64 encode an api key plus username.Here is a link to our wiki that gives more info.http://wiki.x2crm.com/wiki/REST_API_Reference-Jack Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.