function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Edgars EvertsEdgars Everts 

access to REST API (does it requires SF licence) ?

Hi, 

Does REST API work for Person X, if Person X do not have any SalesForce user?
Is there any case of REST API use, which do not consumes (requires) SalesForce licence?

Thank you in advance.
Kind regards.
Best Answer chosen by Edgars Everts
Gordon EngelGordon Engel
REST API uses HTTP just like your browser.  You first need to authenticate before the request will get processed.  There has to be a user identity associated with the request to determine what sharing and access permissions the request will use.

All Answers

Gordon EngelGordon Engel
REST API uses HTTP just like your browser.  You first need to authenticate before the request will get processed.  There has to be a user identity associated with the request to determine what sharing and access permissions the request will use.
This was selected as the best answer
Edgars EvertsEdgars Everts
@Gordon, Thank you for quick replay ;)