---
title: "Get a callback configuration by project id."
method: GET
path: "/v1/projects/{projectId}/callback-configuration"
tags: ["callback-configuration"]
---

# Get a callback configuration by project id.

`GET /v1/projects/{projectId}/callback-configuration`

The endpoint receives as path param project id. If the project exists, the details of the callback configuration are returned.

## Path parameters

- `projectId` string, required

## Response `200`

OK

- CallbackConfigurationResponse
  - `hmacSecret` string — The HMAC secret used for hashing the callback body using the HMAC-SHA1 algorithm - and for creating the X-Sinch-Signature header.
  - `projectId` string

## Other responses

- `404` — NOT_FOUND: The project id introduced does not exist.
- `500` — INTERNAL: Internal server error. Typically, a server bug.

---

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