The Client API is the interface through which front-end clients communicate with the server. It exposes a set of endpoints that allow clients to retrieve data, submit changes, and trigger actions — abstracting away the underlying business logic and data layer.
Making Your First API Call to the Client API
To authenticate and make your first calls towards the Client API, you need to have the same Acess Token as received in Platform API.
Next step is that you generate a User Auth Token with the API call in Generate User Auth Token.
Now you have all credentials needed to start testing!