To use the API Explorer:
- Go to https://auth.marqeta.com to log in to your Marqeta.com account.
- Go to https://www.marqeta.com/docs/api-explorer to open the API Explorer.
- Browse for an endpoint you want to try. For this example, we'll create a new user.
- Click on users.
- Click on POST /users.
- To make a request using the endpoint, click Try It Out in the upper-right corner of the endpoint widget.
- For this example, replace the contents of the Body field with "{ }" (an empty object). The
/users
endpoint does not require any body field data. - Click Execute. The response data appears below the request data.