Tasuku
ReferenceAPI referenceSecrets

Read a Codex device authorization started by the current user

GET/organizations/{organization_id}/codex-device-authorizations/{authorization_id}

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128
authorization_id*string
Length1 <= length <= 128

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/organizations/string/codex-device-authorizations/string"
{  "data": {    "id": "string",    "status": "PENDING",    "verification_url": "http://example.com",    "user_code": "string",    "plan_type": "string",    "error": "string",    "expires_at": "2019-08-24T14:15:22Z"  }}