---
title: "fetchClientProfile"
method: GET
path: "/apps/{app}"
tags: ["API App"]
---

# fetchClientProfile

`GET /apps/{app}`

Show the Profile for a given Client

## Path parameters

- `app` string, required

## Response `200`

Success

- ApiApp
  - `associated_app` 'amply' | 'chariot' | 'double_the_donation' | 'mittun' | 'nuclavis' | 'omatic' | 'rally_corp' | 'salesforce' | 'salesforce_fundraising' | 'zapier', nullable — Integration or partner app associated with this app
  - `client_id` string — Primary identifier of associated Client
  - `client_secret` string — Secret related to associated Client
  - `developer_id` integer — Primary identifier of associated Developer
  - `name` string — Name of associated App
  - `redirect_uri` string — URI an internet user must be redirected to after granting permissions to this App
  - `url` string, nullable — App Url

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Client not found

---

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