mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
Fix FLEXIAPI-322 Api Keys documentation
This commit is contained in:
parent
e6d2b8ee9a
commit
9b58c3b0b1
1 changed files with 3 additions and 1 deletions
|
|
@ -58,7 +58,9 @@ Currently supported languages: @php
|
|||
|
||||
You can retrieve an API Key from your account panel or using <a href="#get-accountsmeapikey">the dedicated API endpoint</a>.
|
||||
|
||||
**The generated API Key will be restricted to the IP that generates it and will be destroyed if not used after some times.**
|
||||
**When generated by a User account the generated API Key will be restricted to the IP that generates it and will be destroyed if not used after some times.**
|
||||
|
||||
**If you want a stable API Key, to integrate with another server component for example, you can generate one in the Administration Panel.**
|
||||
|
||||
You can then use your freshly generated key by adding a new `x-api-key` header to your API requests:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue