All URIs are relative to https://api.clerk.dev/v1
| Method | HTTP request | Description |
|---|---|---|
| create_redirect_url | POST /redirect_urls | |
| delete_redirect_url | DELETE /redirect_urls/{id} | Delete a redirect URL |
| get_redirect_url | GET /redirect_urls/{id} | Retrieve a redirect URL |
| list_redirect_urls | GET /redirect_urls | List all redirect URLs |
crate::models::RedirectUrl create_redirect_url(create_redirect_url_request)
Create a redirect URL
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| create_redirect_url_request | Option<CreateRedirectUrlRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::DeletedObject delete_redirect_url(id) Delete a redirect URL
Remove the selected redirect URL from the whitelist of the instance
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | String | The ID of the redirect URL | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::RedirectUrl get_redirect_url(id) Retrieve a redirect URL
Retrieve the details of the redirect URL with the given ID
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | String | The ID of the redirect URL | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Veccrate::models::RedirectUrl list_redirect_urls() List all redirect URLs
Lists all whitelisted redirect_urls for the instance
This endpoint does not need any parameter.
Veccrate::models::RedirectUrl
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]