---
title: "Index"
method: GET
path: "/v0/index"
tags: ["Navigation"]
---

# Index

`GET /v0/index`

Contains various global URL paths. Follow `api-key-url` to discover your `organization-url`.

## Response `200`

OK

- object
  - `organizations-url` string, required — Link to the [organization](#tag/Organizations).
  - `users-url` string, required
  - `roles-url` string, required
  - `session-url` union
    - string
    - string
  - `api-key-url` union — The resource path for the API key
    - string
    - string
  - `organization-url` string — Link to the [organization](#tag/Organizations).

## Other responses

- `401` — Requires an API key to continue

---

[API](https://skmtc.net/griffin/apis/the-griffin-api.md) · [All operations](https://skmtc.net/griffin/apis/the-griffin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griffin/the-griffin-api/revisions/178ed43d543b/schema)
