---
title: "Validate project credentials"
method: GET
path: "/api/projects/{projectId}/credentials/validate"
tags: ["Credentials"]
---

# Validate project credentials

`GET /api/projects/{projectId}/credentials/validate`

Validate project credentials. Returns the requested resource or collection for the authenticated caller.

## Path parameters

- `projectId` string, required

## Response `200`

Validation results

- CredentialsValidationResponse — credentials Validation Response payload returned by the API.
  - `results` CredentialValidationResult[] — Collection of result values.
    - `valid` boolean, required — Whether the value passed validation.
    - `error` string — Error message when the operation failed.
    - `provider` string — Provider name or key.

---

[API](https://skmtc.net/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.net/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/versions/4de3fcd6be56/schema)
