Headers
-
API client version to use
Minimum value is
1
, maximum value is2
.
Responses
-
Successful response
-
Forbidden
Minimum length is
3
, maximum length is30
. Format should match the following pattern:^[A-Za-z0-9.!\s]{3,30}$
. -
Unauthorized
Minimum length is
3
, maximum length is30
. Format should match the following pattern:^[A-Za-z0-9.!\s]{3,30}$
. -
Unauthorized
Minimum length is
3
, maximum length is30
. Format should match the following pattern:^[A-Za-z0-9.!\s]{3,30}$
. -
Not found
Minimum length is
3
, maximum length is30
. Format should match the following pattern:^[A-Za-z0-9.!\s]{3,30}$
. -
Not acceptable
Minimum length is
3
, maximum length is30
. Format should match the following pattern:^[A-Za-z0-9.!\s]{3,30}$
. -
Too many requests
Minimum length is
3
, maximum length is30
. Format should match the following pattern:^[A-Za-z0-9.!\s]{3,30}$
.
curl \
-X GET https://RANDOM.execute-api.REGION.amazonaws.com/shared/fakeUser \
-H "Authorization: string" \
-H "X-Client-Version: 42"
{
"name": "string",
"image": "string",
"id": "string",
"email": "string"
}
{
"name": "string",
"image": "string",
"id": "string",
"email": "string"
}
"Forbidden"
Forbidden
"Unauthorized"
Unauthorized
"Unauthorized"
Unauthorized
"Not found"
Not found
"Not acceptable"
Not acceptable
"Too many requests"
Too many requests