auth
Poll an API auth session
Poll the status of an auth session. After approval, retries return the API key briefly until the client acknowledges delivery.
get/v1/api/auth/sessions/{sessionId}
Path parameters
sessionIdstring required
Session ID returned from create
Response
Current session status
Changes
Changed in 3 of the 61 revisions of this API.12
- ●
removed the optional property
errorfrom the response with the500statusresponse-optional-property-removed
- ●
- ○
added the optional property
oneOf[subschema #1]/callbackUrlto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○