---
title: "Scopes Are Current Controller"
method: GET
path: "/slack/credentials/scopes-are-current/{owner_id}"
tags: ["Slack App"]
---

# Scopes Are Current Controller

`GET /slack/credentials/scopes-are-current/{owner_id}`

Determine whether the scopes we have on file for the given owner are valid. The frontend takes our return for this and changes the button to an "reauthentication required" button or similar. If no credentials are found at all, we return 4xx. If credentials are found, we return true/false based on whether they're current.

## Path parameters

- `owner_id` string, required

## Response `200`

Successful Response

- boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akk/apis/fastapi.md) · [All operations](https://skmtc.net/akk/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akk/fastapi/versions/6662a407c637/schema)
