Check API availabilityAsk AIget https://{hostname}/v1/pingUse this endpoint to check if the Oneflow API is available and to authenticate a Oneflow user.Headersx-oneflow-api-tokenstringrequiredlength between 40 and 40The API key of your Oneflow account.x-oneflow-user-emailstringThe email address of a registered Oneflow user.Responses 200The service is up, and the API token is valid. 401The API token or the user email is invalid.Updated 7 months ago