All URIs are relative to https://api.clerk.dev/v1
| Method | HTTP request | Description |
|---|---|---|
| create_svix_app | POST /webhooks/svix | Create a Svix app |
| delete_svix_app | DELETE /webhooks/svix | Delete a Svix app |
| generate_svix_auth_url | POST /webhooks/svix_url | Create a Svix Dashboard URL |
crate::models::SvixUrl create_svix_app() Create a Svix app
Create a Svix app and associate it with the current instance
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
delete_svix_app() Delete a Svix app
Delete a Svix app and disassociate it from the current instance
This endpoint does not need any parameter.
(empty response body)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::SvixUrl generate_svix_auth_url() Create a Svix Dashboard URL
Generate a new url for accessing the Svix's management dashboard for that particular instance
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]