v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
API App

fetchClientProfile

Show the Profile for a given Client

get/apps/{app}

Path parameters

appstring required
Example:aSn3uWmolgnEnasT

The specified Client ID

Response

Success

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_idstring

Primary identifier of associated Client

client_secretstring

Secret related to associated Client

developer_idinteger

Primary identifier of associated Developer

namestring

Name of associated App

redirect_uristring

URI an internet user must be redirected to after granting permissions to this App

urlstring nullable

App Url

Example response

{
  "associated_app": "salesforce",
  "client_id": "aSn3uWmolgnEnasT",
  "client_secret": "w65Nh4nUu7aOP9Jh",
  "developer_id": 9634,
  "name": "My App",
  "redirect_uri": "http://domain.tld",
  "url": "https://www.gofundme.com"
}