Check User Status

Last updated August 13th, 2025

get api.withmono.com/owo/v1/users/status
v1.0

This resource allows you to check the status of an Owo user account before initiating any other actions. It checks if a phone number is associated with an Owo account and retrieves its current status.

Possible status values

Possible status values

Possible status values for the user's Owo account are as follows::

active- The user has a fully active Owo account.

pending_activiation - Account sign-up is in progress but not activated..

not_found - No Owo account is associated with this phone number.

Query params
Headers

Request

123456789
curl --request GET \
     --url https://api.withmono.com/owo/v1/users/status?phone=9136923755 \
     --header 'accept: application/json' \
     --header 'mono-sec-key: string' \
     --header 'Content-Type: application/json' \
     --data '{
  }
}
'

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?