BubbaLovesCheese
Active member
Hi,
I'm having a some problems getting the
I am using postman.co to test the API response.
my URL is
my key is
my value is
description is
Is there something wrong with the syntax?
My error message is:
I'm having a some problems getting the
users/find-name
endpoint to work.I am using postman.co to test the API response.
my URL is
https://test.mywebsite.com/api/users/find-name
my key is
username
my value is
MyUserName
description is
What Do I put Here?
Is there something wrong with the syntax?
My error message is:
Code:
{
"errors": [
{
"code": "required_input_missing",
"message": "Required input missing: username",
"params": {
"missing": [
"username"
]
}
}
]
}
REST API endpoints (2.2)
This document assumes you have already created an API key and setup the necessary headers for your request. Learn more about using the API.
xenforo.com