Skip to main content
POST
Fulfill a refresh request

Authorizations

Authorization
string
header
required

Firebase Auth JWT issued by Google Identity Platform. Obtain a token by signing in at your app domain and calling firebase.auth().currentUser.getIdToken().

Path Parameters

subject_type
enum<string>
required

Subject type discriminator.

Available options:
individual,
organization
subject_id
string
required

Stable subject identifier within its type namespace.

request_id
string<uuid>
required

Body

application/json
snapshot_id
string<uuid>
required

The snapshot that satisfies this request.

Response

Request fulfilled.

refresh_request
object