Authentication Context

Authentication context is information about who is calling an API.

Calling Velo APIs with authentication context allows you to use functions that return different responses based on who calls them, such as getCurrentMember().

Calling the HTTP Functions API using access tokens or API Keys sends authentication context to your site’s HTTP functions.

Did this help?