POST /1/keys/{key}/restore
Restores a deleted API key.
Restoring resets the validity attribute to 0.
Algolia stores up to 1,000 API keys per application. If you create more, the oldest API keys are deleted and can't be restored.
Servers
- https://{appId}.algolia.net
- https://{appId}-1.algolianet.com
- https://{appId}-2.algolianet.com
- https://{appId}-3.algolianet.com
- https://{appId}-dsn.algolia.net
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
key |
String | Yes |
API key. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.