get_user_meta
This endpoint is used to get user meta. JSON Web Token jwt can be sent via normal variable with POST request or sent via bearer authorization header
Sending JWT with header Authorization:
Resource URL
http://localhost/api/userplus/get_user_meta/
Method
POST
Required Parameters
- cookie or jwt (jwt can be also sent via bearer authorization header )
- key – get API key from Settings > User Plus
Optional Parameters
- meta_key
Sample Request URL
http://localhost/api/userplus/get_user_meta/?key=KEY-HERE&cookie=COOKIE-HERE&meta_key=KEY-HERE
Sample Response
{
"status": "ok",
"ihc_optin_accept": [
"yes"
]
}