-
Notifications
You must be signed in to change notification settings - Fork 1
API Reference
Yashar Hosseinpour edited this page Feb 5, 2024
·
2 revisions
All endpoints require OAuth 2.0 authorization.
-
GET
https://{{api_gateway_id}}.execute-api.{{region}}.amazonaws.com/{{stage_name}}/users
-
POST
https://{{api_gateway_id}}.execute-api.{{region}}.amazonaws.com/{{stage_name}}/users
-
Body - raw (json)
{ "given_name": "<GIVEN_NAME>", "family_name": "<FAMILY_NAME>", "email": "<EMAIL_ADDRESS>" }
-
Body - raw (json)
-
GET
https://{{api_gateway_id}}.execute-api.{{region}}.amazonaws.com/{{stage_name}}/users/:user_id
-
Path Variables
user_id
-
Path Variables
-
PATCH
https://{{api_gateway_id}}.execute-api.{{region}}.amazonaws.com/{{stage_name}}/users/:user_id
-
Path Variables
user_id
-
Path Variables
-
DELETE
https://{{api_gateway_id}}.execute-api.{{region}}.amazonaws.com/{{stage_name}}/users/:user_id
-
Path Variables
user_id
-
Path Variables
-
GET
https://{{api_gateway_id}}.execute-api.{{region}}.amazonaws.com/{{stage_name}}/request-upload