Skip to main content

Secrets API

Secrets API allows to manage secrets used by different types od features in FastAuth. Currently, those secrete are only used for webhooks.

Secrets endpoints:

To create a new secret call:

In the response you will receive secret generated by our server.

It allows to send two properties in the body: expirationDate and feature. For now, only feature webhook is allowed. expirationDate can't be longer that 1 year.

If you create new secret with the same feature type then all existing secrets with this type will be disabled. You can have only one enabled secret of certain type at the same time.

Max allowed secrets count is 5. If you reach this threshold you can delete disabled secrets using below endpoint.