Skip to content

Commit 39052cc

Browse files
alber70gKianNH
andauthored
[Fundamentals] Aside about client filtering and Verify Token endpoint (#16450)
* Inform client-filtering doesn't apply to test-command * Apply hyperlint suggestions * Update src/content/docs/fundamentals/api/how-to/restrict-tokens.mdx --------- Co-authored-by: Kian <[email protected]>
1 parent eb73e7e commit 39052cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/content/docs/fundamentals/api/how-to/restrict-tokens.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ Client IP address restrictions control which IP addresses can make API requests
1717

1818
![IP Address filtering options](~/assets/images/fundamentals/api/ip-filter.png)
1919

20+
:::note
21+
22+
Client IP address range filtering is not applied to the [Verify Token](https://developers.cloudflare.com/api/operations/user-api-tokens-verify-token) endpoint.
23+
24+
:::
25+
26+
2027
## Time to live (TTL) constraints
2128

2229
By default, tokens do not expire and are long lived. Defining a TTL sets when a token starts being valid and when a token is no longer valid. This is often referred to as `notBefore` and `notAfter`. Setting these timestamps limits the lifetime of the token to the defined period. Not setting the start date or `notBefore` means the token is active as soon as it is created. Not setting the end date or `notAfter` means the token does not expire.

0 commit comments

Comments
 (0)