Status check

Check status of the Frame.io API

Responses
200

OK

Response Headers
x-ratelimit-limit
number

The number of times you can make this call within the x-ratelimit-window

x-ratelimit-remaining
string

The number of remaining times you can make this API call in the x-ratelimit-window

x-ratelimit-window
string

The length in milliseconds of the rate limit window

Response Schema: application/json
status
required
string
Value: "ok"
429

Too Many Requests

500

Internal Server Error

502

Bad Gateway

503

Service Unavailable

get/health
Request samples
Response samples
application/json
{
  • "status": "ok"
}