Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions docs/api/resources/examples/_abuse_reports_create_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

```json
{
"created_at": "2025-09-04T10:11:35Z",
"created_at": "2025-09-22T10:07:50Z",
"hostnames": [
{
"hostname": "legit-facebook-login.ngrok.io",
"status": "PENDING"
}
],
"id": "abrp_32ELHJ639BxAVSec1pqhO0vKmAv",
"id": "abrp_333B2nBvWwj2VgMFrsQRQcoyCn3",
"metadata": "{\"incident_id\":1233122}",
"status": "PENDING",
"uri": "https://api.ngrok.com/abuse_reports/abrp_32ELHJ639BxAVSec1pqhO0vKmAv",
"uri": "https://api.ngrok.com/abuse_reports/abrp_333B2nBvWwj2VgMFrsQRQcoyCn3",
"urls": [
"http://legit-facebook-login.ngrok.io/login"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/api/resources/examples/_abuse_reports_get_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ curl \
-X GET \
-H "Authorization: Bearer {API_KEY}" \
-H "Ngrok-Version: 2" \
https://api.ngrok.com/abuse_reports/abrp_32ELHJ639BxAVSec1pqhO0vKmAv
https://api.ngrok.com/abuse_reports/abrp_333B2nBvWwj2VgMFrsQRQcoyCn3
```
6 changes: 3 additions & 3 deletions docs/api/resources/examples/_abuse_reports_get_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

```json
{
"created_at": "2025-09-04T10:11:35Z",
"created_at": "2025-09-22T10:07:50Z",
"hostnames": [
{
"hostname": "legit-facebook-login.ngrok.io",
"status": "PENDING"
}
],
"id": "abrp_32ELHJ639BxAVSec1pqhO0vKmAv",
"id": "abrp_333B2nBvWwj2VgMFrsQRQcoyCn3",
"metadata": "{\"incident_id\":1233122}",
"status": "PENDING",
"uri": "https://api.ngrok.com/abuse_reports/abrp_32ELHJ639BxAVSec1pqhO0vKmAv",
"uri": "https://api.ngrok.com/abuse_reports/abrp_333B2nBvWwj2VgMFrsQRQcoyCn3",
"urls": [
"http://legit-facebook-login.ngrok.io/login"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
{
"certificate_management_policy": null,
"certificate_management_status": null,
"created_at": "2025-09-04T10:11:37Z",
"created_at": "2025-09-22T10:07:51Z",
"description": "acme devices",
"domain": "connect.acme.com",
"id": "agin_32ELHcC7y5A5ZDbW5prn13UplVf",
"id": "agin_333B2w6EdcYcXgIBvwOCmIrcmPr",
"ns_targets": [
"1.kube-dns.kube-system.svc.cluster.local.",
"2.kube-dns.kube-system.svc.cluster.local.",
Expand All @@ -19,6 +19,6 @@
"region_domains": [
"tunnel.us.connect.acme.com"
],
"uri": "/agent_ingresses/agin_32ELHcC7y5A5ZDbW5prn13UplVf"
"uri": "/agent_ingresses/agin_333B2w6EdcYcXgIBvwOCmIrcmPr"
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ curl \
-X DELETE \
-H "Authorization: Bearer {API_KEY}" \
-H "Ngrok-Version: 2" \
https://api.ngrok.com/agent_ingresses/agin_32ELHcC7y5A5ZDbW5prn13UplVf
https://api.ngrok.com/agent_ingresses/agin_333B2w6EdcYcXgIBvwOCmIrcmPr
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ curl \
-X GET \
-H "Authorization: Bearer {API_KEY}" \
-H "Ngrok-Version: 2" \
https://api.ngrok.com/agent_ingresses/agin_32ELHcC7y5A5ZDbW5prn13UplVf
https://api.ngrok.com/agent_ingresses/agin_333B2w6EdcYcXgIBvwOCmIrcmPr
```
6 changes: 3 additions & 3 deletions docs/api/resources/examples/_agent_ingresses_get_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
{
"certificate_management_policy": null,
"certificate_management_status": null,
"created_at": "2025-09-04T10:11:37Z",
"created_at": "2025-09-22T10:07:51Z",
"description": "ACME Co. Device Ingress",
"domain": "connect.acme.com",
"id": "agin_32ELHcC7y5A5ZDbW5prn13UplVf",
"id": "agin_333B2w6EdcYcXgIBvwOCmIrcmPr",
"metadata": "{\"device_sku\": \"824JS4RZ1F8X\"}",
"ns_targets": [
"1.kube-dns.kube-system.svc.cluster.local.",
Expand All @@ -20,6 +20,6 @@
"region_domains": [
"tunnel.us.connect.acme.com"
],
"uri": "/agent_ingresses/agin_32ELHcC7y5A5ZDbW5prn13UplVf"
"uri": "/agent_ingresses/agin_333B2w6EdcYcXgIBvwOCmIrcmPr"
}
```
6 changes: 3 additions & 3 deletions docs/api/resources/examples/_agent_ingresses_list_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
{
"certificate_management_policy": null,
"certificate_management_status": null,
"created_at": "2025-09-04T10:11:37Z",
"created_at": "2025-09-22T10:07:51Z",
"description": "acme devices",
"domain": "connect.acme.com",
"id": "agin_32ELHcC7y5A5ZDbW5prn13UplVf",
"id": "agin_333B2w6EdcYcXgIBvwOCmIrcmPr",
"ns_targets": [
"1.kube-dns.kube-system.svc.cluster.local.",
"2.kube-dns.kube-system.svc.cluster.local.",
Expand All @@ -21,7 +21,7 @@
"region_domains": [
"tunnel.us.connect.acme.com"
],
"uri": "/agent_ingresses/agin_32ELHcC7y5A5ZDbW5prn13UplVf"
"uri": "/agent_ingresses/agin_333B2w6EdcYcXgIBvwOCmIrcmPr"
}
],
"next_page_uri": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ curl \
-H "Content-Type: application/json" \
-H "Ngrok-Version: 2" \
-d '{"description":"ACME Co. Device Ingress","metadata":"{\"device_sku\": \"824JS4RZ1F8X\"}"}' \
https://api.ngrok.com/agent_ingresses/agin_32ELHcC7y5A5ZDbW5prn13UplVf
https://api.ngrok.com/agent_ingresses/agin_333B2w6EdcYcXgIBvwOCmIrcmPr
```
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
{
"certificate_management_policy": null,
"certificate_management_status": null,
"created_at": "2025-09-04T10:11:37Z",
"created_at": "2025-09-22T10:07:51Z",
"description": "ACME Co. Device Ingress",
"domain": "connect.acme.com",
"id": "agin_32ELHcC7y5A5ZDbW5prn13UplVf",
"id": "agin_333B2w6EdcYcXgIBvwOCmIrcmPr",
"metadata": "{\"device_sku\": \"824JS4RZ1F8X\"}",
"ns_targets": [
"1.kube-dns.kube-system.svc.cluster.local.",
Expand All @@ -20,6 +20,6 @@
"region_domains": [
"tunnel.us.connect.acme.com"
],
"uri": "/agent_ingresses/agin_32ELHcC7y5A5ZDbW5prn13UplVf"
"uri": "/agent_ingresses/agin_333B2w6EdcYcXgIBvwOCmIrcmPr"
}
```
10 changes: 5 additions & 5 deletions docs/api/resources/examples/_api_keys_create_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

```json
{
"created_at": "2025-09-04T10:11:14Z",
"created_at": "2025-09-22T10:07:28Z",
"description": "ad-hoc dev testing",
"id": "ak_32ELEgPmoXjxGJ3MXfoPBbZKrfD",
"id": "ak_333B0520A6dzA2JYr0YckEq98OP",
"metadata": "{\"environment\":\"dev\"}",
"owner_id": "usr_32ELAUA7XkJHRP2DgH2JjDRLp81",
"token": "32ELEgPmoXjxGJ3MXfoPBbZKrfD_59G1nFjCYtpoGt8Fp41Fm",
"uri": "https://api.ngrok.com/api_keys/ak_32ELEgPmoXjxGJ3MXfoPBbZKrfD"
"owner_id": "usr_333AvsmXZfVtNVNaf7GLBrchhiL",
"token": "333B0520A6dzA2JYr0YckEq98OP_6fQBMsq3XtfcZRz6oRaUk",
"uri": "https://api.ngrok.com/api_keys/ak_333B0520A6dzA2JYr0YckEq98OP"
}
```
2 changes: 1 addition & 1 deletion docs/api/resources/examples/_api_keys_delete_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ curl \
-X DELETE \
-H "Authorization: Bearer {API_KEY}" \
-H "Ngrok-Version: 2" \
https://api.ngrok.com/api_keys/ak_32ELEgPmoXjxGJ3MXfoPBbZKrfD
https://api.ngrok.com/api_keys/ak_333B0520A6dzA2JYr0YckEq98OP
```
2 changes: 1 addition & 1 deletion docs/api/resources/examples/_api_keys_get_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ curl \
-X GET \
-H "Authorization: Bearer {API_KEY}" \
-H "Ngrok-Version: 2" \
https://api.ngrok.com/api_keys/ak_32ELEgPmoXjxGJ3MXfoPBbZKrfD
https://api.ngrok.com/api_keys/ak_333B0520A6dzA2JYr0YckEq98OP
```
8 changes: 4 additions & 4 deletions docs/api/resources/examples/_api_keys_get_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

```json
{
"created_at": "2025-09-04T10:11:14Z",
"created_at": "2025-09-22T10:07:28Z",
"description": "ad-hoc dev testing",
"id": "ak_32ELEgPmoXjxGJ3MXfoPBbZKrfD",
"id": "ak_333B0520A6dzA2JYr0YckEq98OP",
"metadata": "{\"environment\":\"dev\", \"owner_id\": 123}",
"owner_id": "usr_32ELAUA7XkJHRP2DgH2JjDRLp81",
"owner_id": "usr_333AvsmXZfVtNVNaf7GLBrchhiL",
"token": null,
"uri": "https://api.ngrok.com/api_keys/ak_32ELEgPmoXjxGJ3MXfoPBbZKrfD"
"uri": "https://api.ngrok.com/api_keys/ak_333B0520A6dzA2JYr0YckEq98OP"
}
```
16 changes: 8 additions & 8 deletions docs/api/resources/examples/_api_keys_list_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
{
"keys": [
{
"created_at": "2025-09-04T10:11:14Z",
"created_at": "2025-09-22T10:07:28Z",
"description": "api key for example generation",
"id": "ak_32ELEdtpgKaoc4HMgmUGOMB7mVm",
"owner_id": "usr_32ELAUA7XkJHRP2DgH2JjDRLp81",
"id": "ak_333B02HhhzaGTlq0G1wMHiTycwq",
"owner_id": "usr_333AvsmXZfVtNVNaf7GLBrchhiL",
"token": null,
"uri": "https://api.ngrok.com/api_keys/ak_32ELEdtpgKaoc4HMgmUGOMB7mVm"
"uri": "https://api.ngrok.com/api_keys/ak_333B02HhhzaGTlq0G1wMHiTycwq"
},
{
"created_at": "2025-09-04T10:11:14Z",
"created_at": "2025-09-22T10:07:28Z",
"description": "ad-hoc dev testing",
"id": "ak_32ELEgPmoXjxGJ3MXfoPBbZKrfD",
"id": "ak_333B0520A6dzA2JYr0YckEq98OP",
"metadata": "{\"environment\":\"dev\"}",
"owner_id": "usr_32ELAUA7XkJHRP2DgH2JjDRLp81",
"owner_id": "usr_333AvsmXZfVtNVNaf7GLBrchhiL",
"token": null,
"uri": "https://api.ngrok.com/api_keys/ak_32ELEgPmoXjxGJ3MXfoPBbZKrfD"
"uri": "https://api.ngrok.com/api_keys/ak_333B0520A6dzA2JYr0YckEq98OP"
}
],
"next_page_uri": null,
Expand Down
2 changes: 1 addition & 1 deletion docs/api/resources/examples/_api_keys_update_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ curl \
-H "Content-Type: application/json" \
-H "Ngrok-Version: 2" \
-d '{"metadata":"{\"environment\":\"dev\", \"owner_id\": 123}"}' \
https://api.ngrok.com/api_keys/ak_32ELEgPmoXjxGJ3MXfoPBbZKrfD
https://api.ngrok.com/api_keys/ak_333B0520A6dzA2JYr0YckEq98OP
```
8 changes: 4 additions & 4 deletions docs/api/resources/examples/_api_keys_update_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

```json
{
"created_at": "2025-09-04T10:11:14Z",
"created_at": "2025-09-22T10:07:28Z",
"description": "ad-hoc dev testing",
"id": "ak_32ELEgPmoXjxGJ3MXfoPBbZKrfD",
"id": "ak_333B0520A6dzA2JYr0YckEq98OP",
"metadata": "{\"environment\":\"dev\", \"owner_id\": 123}",
"owner_id": "usr_32ELAUA7XkJHRP2DgH2JjDRLp81",
"owner_id": "usr_333AvsmXZfVtNVNaf7GLBrchhiL",
"token": null,
"uri": "https://api.ngrok.com/api_keys/ak_32ELEgPmoXjxGJ3MXfoPBbZKrfD"
"uri": "https://api.ngrok.com/api_keys/ak_333B0520A6dzA2JYr0YckEq98OP"
}
```
6 changes: 3 additions & 3 deletions docs/api/resources/examples/_bot_users_create_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
```json
{
"active": true,
"created_at": "2025-09-04T10:11:43Z",
"id": "bot_32ELIFubEAAGUeRtreNW6kr94Od",
"created_at": "2025-09-22T10:07:57Z",
"id": "bot_333B3jVsBo3lyoudeZDUPCvtUAZ",
"name": "new bot user from API",
"uri": "https://api.ngrok.com/bot_users/bot_32ELIFubEAAGUeRtreNW6kr94Od"
"uri": "https://api.ngrok.com/bot_users/bot_333B3jVsBo3lyoudeZDUPCvtUAZ"
}
```
2 changes: 1 addition & 1 deletion docs/api/resources/examples/_bot_users_delete_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ curl \
-X DELETE \
-H "Authorization: Bearer {API_KEY}" \
-H "Ngrok-Version: 2" \
https://api.ngrok.com/bot_users/bot_32ELIFubEAAGUeRtreNW6kr94Od
https://api.ngrok.com/bot_users/bot_333B3jVsBo3lyoudeZDUPCvtUAZ
```
2 changes: 1 addition & 1 deletion docs/api/resources/examples/_bot_users_get_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ curl \
-X GET \
-H "Authorization: Bearer {API_KEY}" \
-H "Ngrok-Version: 2" \
https://api.ngrok.com/bot_users/bot_32ELIFubEAAGUeRtreNW6kr94Od
https://api.ngrok.com/bot_users/bot_333B3jVsBo3lyoudeZDUPCvtUAZ
```
6 changes: 3 additions & 3 deletions docs/api/resources/examples/_bot_users_get_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
```json
{
"active": true,
"created_at": "2025-09-04T10:11:43Z",
"id": "bot_32ELIFubEAAGUeRtreNW6kr94Od",
"created_at": "2025-09-22T10:07:57Z",
"id": "bot_333B3jVsBo3lyoudeZDUPCvtUAZ",
"name": "new bot user from API",
"uri": "https://api.ngrok.com/bot_users/bot_32ELIFubEAAGUeRtreNW6kr94Od"
"uri": "https://api.ngrok.com/bot_users/bot_333B3jVsBo3lyoudeZDUPCvtUAZ"
}
```
12 changes: 6 additions & 6 deletions docs/api/resources/examples/_bot_users_list_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"bot_users": [
{
"active": true,
"created_at": "2025-09-04T10:11:43Z",
"id": "bot_32ELIKFMeMYDQm0tERqc5MmICl4",
"name": "API example bot user",
"uri": "https://api.ngrok.com/bot_users/bot_32ELIKFMeMYDQm0tERqc5MmICl4"
"active": false,
"created_at": "2025-09-22T10:07:57Z",
"id": "bot_333B3jVsBo3lyoudeZDUPCvtUAZ",
"name": "inactive bot user from API",
"uri": "https://api.ngrok.com/bot_users/bot_333B3jVsBo3lyoudeZDUPCvtUAZ"
}
],
"next_page_uri": "https://api.ngrok.com/bot_users?before_id=bot_32ELIKFMeMYDQm0tERqc5MmICl4&limit=1",
"next_page_uri": "https://api.ngrok.com/bot_users?before_id=bot_333B3jVsBo3lyoudeZDUPCvtUAZ&limit=1",
"uri": "https://api.ngrok.com/bot_users"
}
```
2 changes: 1 addition & 1 deletion docs/api/resources/examples/_bot_users_update_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ curl \
-H "Content-Type: application/json" \
-H "Ngrok-Version: 2" \
-d '{"active":false,"name":"inactive bot user from API"}' \
https://api.ngrok.com/bot_users/bot_32ELIFubEAAGUeRtreNW6kr94Od
https://api.ngrok.com/bot_users/bot_333B3jVsBo3lyoudeZDUPCvtUAZ
```
6 changes: 3 additions & 3 deletions docs/api/resources/examples/_bot_users_update_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
```json
{
"active": false,
"created_at": "2025-09-04T10:11:43Z",
"id": "bot_32ELIFubEAAGUeRtreNW6kr94Od",
"created_at": "2025-09-22T10:07:57Z",
"id": "bot_333B3jVsBo3lyoudeZDUPCvtUAZ",
"name": "inactive bot user from API",
"uri": "https://api.ngrok.com/bot_users/bot_32ELIFubEAAGUeRtreNW6kr94Od"
"uri": "https://api.ngrok.com/bot_users/bot_333B3jVsBo3lyoudeZDUPCvtUAZ"
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
```json
{
"ca_pem": "-----BEGIN CERTIFICATE-----\nMIIEETCCAvmgAwIBAgIUU3N6lNzPqar4400cLQMcVHFl+mEwDQYJKoZIhvcNAQEL\nBQAwgZcxCzAJBgNVBAYTAkFVMQwwCgYDVQQIDANOU1cxDzANBgNVBAcMBlN5ZG5l\neTEZMBcGA1UECgwQRHJvcGJlYXIgUHR5IEx0ZDEkMCIGA1UEAwwbSW50cmFuZXQg\nU2VydmljZXMgQXV0aG9yaXR5MSgwJgYJKoZIhvcNAQkBFhlzZWN1cml0eUBkcm9w\nYmVhci5leGFtcGxlMB4XDTIwMDUwMTE2Mjc1OVoXDTIxMDUwMTE2Mjc1OVowgZcx\nCzAJBgNVBAYTAkFVMQwwCgYDVQQIDANOU1cxDzANBgNVBAcMBlN5ZG5leTEZMBcG\nA1UECgwQRHJvcGJlYXIgUHR5IEx0ZDEkMCIGA1UEAwwbSW50cmFuZXQgU2Vydmlj\nZXMgQXV0aG9yaXR5MSgwJgYJKoZIhvcNAQkBFhlzZWN1cml0eUBkcm9wYmVhci5l\neGFtcGxlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7y/EAN0yZkA0\nnRpMBfomnnS8KMWHb90kvGfhkCDR8WCQz5mX7eDEYDthRQrEgp63qtJ7IoCM5f0A\nUD6J2m/mZecP7SfA8OuTAZ7UyRixpZh0zJQSgj24Sh1LQuYci0DNXrei+R1qBvd+\npmpZwkKygNrbZYe3oY1PZ3jEYPSAQzIObDF7LhdhLLrcfWa9BHOGMLnALNMY558b\nvoijTCEmRrSavdvrAS9LDRipEXT8EQOWZZT9VbPtgSBalvStdoupAptmPIWjXftf\nWi1kry+P0xVFZG9iZwUeAT6fSJ+gJD8M1UXWaQbocYrctESP0sZEFM3rzdWqrZb7\n3cH3K5OCvwIDAQABo1MwUTAdBgNVHQ4EFgQUsZdchgUimRHLiPRWw51+DGBmlfMw\nHwYDVR0jBBgwFoAUsZdchgUimRHLiPRWw51+DGBmlfMwDwYDVR0TAQH/BAUwAwEB\n/zANBgkqhkiG9w0BAQsFAAOCAQEANk25tt8sSfn6Qu1bbhWRbjKgS5z+j9LqyCna\nv3fbSchMthaQR7w0vL69ayroeYdqDZkRMmHjuYKY4NyqyXkkaqVO63wEicCo55d9\npIKuPzc/7xwdRephosjGTQ4QaQ4OnrdpJZieI92m9ODexgsab84AYmwNpbGOI/tK\nnPsQr8x1RfLs2gbBwQ4MYVM3tQQbX0o+yve5nz/NCOq4vdG+eKON5u6VYMkOOg9F\nVyNY1iISQkpNk/AF6Vi9BGuDb5Hg0phEl1Q0ntCO7ZHAUHjy0ucqXZiXoXdXZcs3\n3zKKLUKva59EDBZ5TUucvXh8VemBtNc6hd1mX4Tq7lAreG9pjQ==\n-----END CERTIFICATE-----\n",
"created_at": "2025-09-04T10:11:36Z",
"created_at": "2025-09-22T10:07:51Z",
"description": "Internal Coprorates Services Authority",
"extended_key_usages": [],
"id": "ca_32ELHSbO2srCjN25hCC43tMKvbe",
"id": "ca_333B2trb9QAvye9bQQS4LWvnjHt",
"key_usages": [],
"metadata": "{\"internal_id\": \"7d2caeee-cdc3-4b26-b2c2-b280b8287552\"}",
"not_after": "2021-05-01T16:27:59Z",
"not_before": "2020-05-01T16:27:59Z",
"subject_common_name": "Intranet Services Authority",
"uri": "https://api.ngrok.com/certificate_authorities/ca_32ELHSbO2srCjN25hCC43tMKvbe"
"uri": "https://api.ngrok.com/certificate_authorities/ca_333B2trb9QAvye9bQQS4LWvnjHt"
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ curl \
-X DELETE \
-H "Authorization: Bearer {API_KEY}" \
-H "Ngrok-Version: 2" \
https://api.ngrok.com/certificate_authorities/ca_32ELHSbO2srCjN25hCC43tMKvbe
https://api.ngrok.com/certificate_authorities/ca_333B2trb9QAvye9bQQS4LWvnjHt
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ curl \
-X GET \
-H "Authorization: Bearer {API_KEY}" \
-H "Ngrok-Version: 2" \
https://api.ngrok.com/certificate_authorities/ca_32ELHSbO2srCjN25hCC43tMKvbe
https://api.ngrok.com/certificate_authorities/ca_333B2trb9QAvye9bQQS4LWvnjHt
```
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
```json
{
"ca_pem": "-----BEGIN CERTIFICATE-----\nMIIEETCCAvmgAwIBAgIUU3N6lNzPqar4400cLQMcVHFl+mEwDQYJKoZIhvcNAQEL\nBQAwgZcxCzAJBgNVBAYTAkFVMQwwCgYDVQQIDANOU1cxDzANBgNVBAcMBlN5ZG5l\neTEZMBcGA1UECgwQRHJvcGJlYXIgUHR5IEx0ZDEkMCIGA1UEAwwbSW50cmFuZXQg\nU2VydmljZXMgQXV0aG9yaXR5MSgwJgYJKoZIhvcNAQkBFhlzZWN1cml0eUBkcm9w\nYmVhci5leGFtcGxlMB4XDTIwMDUwMTE2Mjc1OVoXDTIxMDUwMTE2Mjc1OVowgZcx\nCzAJBgNVBAYTAkFVMQwwCgYDVQQIDANOU1cxDzANBgNVBAcMBlN5ZG5leTEZMBcG\nA1UECgwQRHJvcGJlYXIgUHR5IEx0ZDEkMCIGA1UEAwwbSW50cmFuZXQgU2Vydmlj\nZXMgQXV0aG9yaXR5MSgwJgYJKoZIhvcNAQkBFhlzZWN1cml0eUBkcm9wYmVhci5l\neGFtcGxlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7y/EAN0yZkA0\nnRpMBfomnnS8KMWHb90kvGfhkCDR8WCQz5mX7eDEYDthRQrEgp63qtJ7IoCM5f0A\nUD6J2m/mZecP7SfA8OuTAZ7UyRixpZh0zJQSgj24Sh1LQuYci0DNXrei+R1qBvd+\npmpZwkKygNrbZYe3oY1PZ3jEYPSAQzIObDF7LhdhLLrcfWa9BHOGMLnALNMY558b\nvoijTCEmRrSavdvrAS9LDRipEXT8EQOWZZT9VbPtgSBalvStdoupAptmPIWjXftf\nWi1kry+P0xVFZG9iZwUeAT6fSJ+gJD8M1UXWaQbocYrctESP0sZEFM3rzdWqrZb7\n3cH3K5OCvwIDAQABo1MwUTAdBgNVHQ4EFgQUsZdchgUimRHLiPRWw51+DGBmlfMw\nHwYDVR0jBBgwFoAUsZdchgUimRHLiPRWw51+DGBmlfMwDwYDVR0TAQH/BAUwAwEB\n/zANBgkqhkiG9w0BAQsFAAOCAQEANk25tt8sSfn6Qu1bbhWRbjKgS5z+j9LqyCna\nv3fbSchMthaQR7w0vL69ayroeYdqDZkRMmHjuYKY4NyqyXkkaqVO63wEicCo55d9\npIKuPzc/7xwdRephosjGTQ4QaQ4OnrdpJZieI92m9ODexgsab84AYmwNpbGOI/tK\nnPsQr8x1RfLs2gbBwQ4MYVM3tQQbX0o+yve5nz/NCOq4vdG+eKON5u6VYMkOOg9F\nVyNY1iISQkpNk/AF6Vi9BGuDb5Hg0phEl1Q0ntCO7ZHAUHjy0ucqXZiXoXdXZcs3\n3zKKLUKva59EDBZ5TUucvXh8VemBtNc6hd1mX4Tq7lAreG9pjQ==\n-----END CERTIFICATE-----\n",
"created_at": "2025-09-04T10:11:36Z",
"created_at": "2025-09-22T10:07:51Z",
"description": "Internal Corporate Services Authority (Legacy)",
"extended_key_usages": [],
"id": "ca_32ELHSbO2srCjN25hCC43tMKvbe",
"id": "ca_333B2trb9QAvye9bQQS4LWvnjHt",
"key_usages": [],
"metadata": "{\"internal_id\": \"7d2caeee-cdc3-4b26-b2c2-b280b8287552\"}",
"not_after": "2021-05-01T16:27:59Z",
"not_before": "2020-05-01T16:27:59Z",
"subject_common_name": "Intranet Services Authority",
"uri": "https://api.ngrok.com/certificate_authorities/ca_32ELHSbO2srCjN25hCC43tMKvbe"
"uri": "https://api.ngrok.com/certificate_authorities/ca_333B2trb9QAvye9bQQS4LWvnjHt"
}
```
Loading