diff --git a/content/en/cloud/reference/_index.md b/content/en/cloud/reference/_index.md index 93d7e0bf..7ea1287e 100644 --- a/content/en/cloud/reference/_index.md +++ b/content/en/cloud/reference/_index.md @@ -20,9 +20,23 @@ To authenticate with the API, pass the token as a bearer token in the `Authoriza ```bash +curl :/// \ +-H "Authorization: Bearer " ``` +{{< alert title="Note" >}} + +Replace `` with `http` or `https` depending on your Layer5 Cloud instance. + +Replace `` with the hostname or IP address of your hosted Layer5 Cloud instance. For example, [`https://cloud.layer5.io`](https://cloud.layer5.io). + +Replace `` with the API endpoint you want to access. For example, `/api/identity/users/profile`. + +Replace `` with the security token you generated. + +{{< /alert >}} + ### API Endpoints See all the API endpoints in the [API Reference](https://meshery.layer5.io/system/api/docs).