Skip to content

Personas

This example assumes using Anam; is in scope and apiKey contains your Anam API key.

1
2
3
4
5
var client = new AnamClient(apiKey);

var response = await client.Personas.ListPersonasAsync(
    page: 1,
    perPage: 10);