Radio WorkflowRadio Workflow ยท Console
Live API

Build real, powerful products on the Radio Workflow API.

The Radio Workflow Console is where you sign up for API access: register once, get OAuth credentials on the spot, trade them for a token, and make your first call in minutes โ€” with live logs for every request.

Hi โ€” I'm Buddy! ๐Ÿ‘‹
Broadcast Buddy
your first token
# trade your credentials for a token
curl -X POST https://api.radioworkflow.com/token \
  -u "$PARTNER_KEY:$PARTNER_SECRET" \
  -d '{"grant_type":"authorization_code", ...}'

# then you're live
curl https://api.radioworkflow.com/accounts \
  -H "Authorization: Bearer $ACCESS_TOKEN"

Get a token in three steps

1

Sign up

Create a partner account โ€” your OAuth client key and secret are minted the moment you register. No waiting on a human.

2

Grab a token

Send users through /authorize, then swap the code for an access token at /token using your credentials.

3

Make your first call

Call the API with your Bearer token and watch every request land in your live console logs.

OAuth 2.0 credentials

Client id and secret the moment you register, redirect URI management, and one-click secret rotation.

Live request logs

Every call your apps make: status, latency, redacted payloads โ€” and AI triage when something goes sideways.

Playground

Hit real endpoints from your browser to see exactly how the API responds before you write a line of code.

Guided documentation

The full OAuth flow with copy-paste examples for the token exchange and every partner endpoint.