> ## Documentation Index
> Fetch the complete documentation index at: https://flipt-oci-manifest-version.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Self

<RequestExample>
  ```bash cURL
  curl --request GET \
    --url https://try.flipt.io/auth/v1/self \
    --header 'Accept: application/json' \
    --header 'Authorization: Bearer <token>'
  ```
</RequestExample>
