VapiAI / docs-archived

12 stars 33 forks source link

Issue on docs #129

Closed JeanEdern closed 1 month ago

JeanEdern commented 1 month ago

Path: /server-url/events

It's not very easy to know how to retrieve the secret token in the params. Right now I need to log the params, find out where the secret token is, etc.. It would be great if the documentation showed an example of a server url call, so that we know very easily how to retrieve the secret token.

sahilsuman933 commented 1 month ago

secret token are present in header as x-vapi-secret

JeanEdern commented 1 month ago

I think it'd be great to mention that in the documentation.