---
title: "Get solution for project"
method: GET
path: "/v1/projects/{projectId}/whatsapp/solutions/{solutionId}"
tags: ["WhatsApp Solutions"]
---

# Get solution for project

`GET /v1/projects/{projectId}/whatsapp/solutions/{solutionId}`

Returns a solution for a project.

## Path parameters

- `projectId` string, required
- `solutionId` string, required

## Response `200`

Solution

- WhatsappSolutionDto
  - `id` string, required — The unique ID of the solution
  - `details` WhatsappSolutionDetailsDto, required
    - `name` string, required — The name of the solution.
  - `partnerApp` WhatsappSolutionMetaAppDto
    - `id` number, required — The unique ID of the Meta App.
    - `name` string, required — The name of the Meta App.
  - `ownerApp` WhatsappSolutionMetaAppDto
    - `id` number, required — The unique ID of the Meta App.
    - `name` string, required — The name of the Meta App.
  - `assigned` boolean, required — If project has been assigned to this solution.

## Other responses

- `401` — Unauthorized
- `404` — NotFound
- `500` — InternalServerError

---

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