Better Auth in Rust
OpenAPI Reference

Api key

API Key plugin endpoints for creating, managing, and verifying API keys.

api key create

POST
/api-key/create

Response Body

curl -X POST "https://loading/api-key/create"
Empty

api key get

GET
/api-key/get

Response Body

curl -X GET "https://loading/api-key/get"
Empty

api key update

POST
/api-key/update

Response Body

curl -X POST "https://loading/api-key/update"
Empty

api key delete

POST
/api-key/delete

Response Body

curl -X POST "https://loading/api-key/delete"
Empty

api key list

GET
/api-key/list

Response Body

curl -X GET "https://loading/api-key/list"
Empty