Go from invite to your first payout in three steps. Access is provisioned by your Mighty admin. This guide keeps the focus on the Ghana payout flow and leaves the full request surface to the API reference pages.
Your Mighty admin provisions your account and emails an invite. Set a password, complete 2FA, and sign in to the dashboard. Need access? Contact your admin.
In the dashboard, provision your API credentials. You'll receive a clientId and clientSecret. Store the secret securely — rotate it anytime.
Exchange your credentials for a short-lived access token, then send it as a Bearer token on every request.
See Obtain token →Tokens expire. Watch expiresIn and refresh before it lapses — cache the token and only re-fetch when it's close to expiry.
Use the obtain-token endpoint once, cache the result, and reuse the bearer token until it nears expiry.