Get the calling app
App
Get the calling app
GET
Get the calling app
Returns the calling application’s own record — its
flynet_merchant_id,
allowed_scopes, owning account, and status. The app is resolved from the
API key, so there is no ID in the path.
Use it to look up your flynet_merchant_id for
payment-intent creation without waiting on
the onboarding email.
Auth: API key in X-API-Key. The key must carry the read:app scope.
Example
Response
| Field | Type | Notes |
|---|---|---|
id | UUID | Your app’s client ID. |
flynet_merchant_id | UUID | Pass this when creating payment intents. |
allowed_scopes | array | Scopes this app may grant to its keys and tokens. |
account | object | The owning developer account: id, company_name, contact_email. |