Query User Membership Expiration Date
Query the expiration date of the membership.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request POST 'https://api.ohmygpt.com/api/v1/user/admin/get-membership-expire-date'
Responses
application/json {
"statusCode": 200,
"message": "Success",
"data": {
"vipExpireDate": "2024-08-03T16:00:00.000Z",
"premiumExpireDate": "2023-09-08T16:00:00.000Z"
}
}
Modified at 2023-10-22 08:15:03