Just a few simple steps to get started with Apitally.
prod
and dev
) for your app, or simply accept the defaults.
Take a note of the client ID displayed after submitting. You will need it in the next step.
Program.cs
file and provide the ClientId
for your app.
You’ll find the ClientId
on the Setup instructions page for your app in the Apitally dashboard, which is displayed immediately after creating the app.
You can also configure Apitally in your appsettings.json
file, if you prefer.
ApitallyConsumer
item in the request context. You can do this in middleware, for example: