Skip to main content
GET
/
authorize
/
{request_id}
Poll the status of a device authorization request
curl --request GET \
  --url https://api.juicer.io/v1/authorize/{request_id}
{
  "status": "issued",
  "api_key": "<string>",
  "expires_at": "2023-11-07T05:31:56Z",
  "key_preview": "<string>",
  "rate_limit": {
    "requests_per_hour": 300,
    "burst_per_minute": 60
  },
  "upgrade_hint": "Visit the Juicer dashboard to upgrade your plan for higher limits.",
  "upgrade_url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.juicer.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

request_id
string
required

Response

Approved; 12-hour temporary API key delivered

status
string
Example:

"issued"

api_key
string
expires_at
string<date-time>

12 hours from issuance

key_preview
string
rate_limit
object

The rate limit tier applied to this confirmed-session key

upgrade_hint
string
Example:

"Visit the Juicer dashboard to upgrade your plan for higher limits."

upgrade_url
string<uri>