Skip to content

Latest commit

 

History

History
92 lines (49 loc) · 2.23 KB

File metadata and controls

92 lines (49 loc) · 2.23 KB

\WebhooksApi

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

create_svix_app

crate::models::SvixUrl create_svix_app() Create a Svix app

Create a Svix app and associate it with the current instance

Parameters

This endpoint does not need any parameter.

Return type

crate::models::SvixUrl

Authorization

bearerAuth

HTTP request headers

  • 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_svix_app() Delete a Svix app

Delete a Svix app and disassociate it from the current instance

Parameters

This endpoint does not need any parameter.

Return type

(empty response body)

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

generate_svix_auth_url

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

Parameters

This endpoint does not need any parameter.

Return type

crate::models::SvixUrl

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]