List of Redirect URLs
Field | Type | Required | Description | Example |
---|---|---|---|---|
object |
models.RedirectURLObject | ✔️ | N/A | redirect_url |
id |
str | ✔️ | N/A | red_12345 |
url |
str | ✔️ | N/A | https://my-app.com/oauth-callback |
created_at |
int | ✔️ | Unix timestamp of creation. |
1610000000 |
updated_at |
int | ✔️ | Unix timestamp of last update. |
1620000000 |