Frequently Asked Questions
•What is the API endpoint used for account synchronization?
The specific API endpoint depends on the Reef's backend architecture. Inspect the network traffic using a proxy tool (e.g., Charles Proxy) during synchronization to identify the endpoint.
•What is the expected JSON schema for the account status response?
The JSON schema should contain fields such as 'account_status', 'subscription_expiry', and 'payment_due'. Exact field names will depend on Reef's implementation. Again, Inspect the network traffic.
•How does the Reef app handle token refresh?
Token refresh mechanisms vary. Typically, a refresh token is used to obtain a new access token without requiring the user to re-enter credentials. This process should be transparent to the user.