Authorization

Check Authorization Status

Checks the status of an ongoing authorization process for a specific tool. If 'wait' param is present, does not respond until either the auth status becomes completed or the timeout is reached.

get/v1/auth/status

Query parameters

idstring required

Authorization ID

waitinteger

Timeout in seconds (max 59)

Response

OK

idstring
provider_idstring
scopesstring[]
status'not_started' | 'pending' | 'completed' | 'failed'
urlstring
user_idstring

Changes