curl --location --request GET 'https://app.launchdarkly.com/api/v2/account/relay-auto-configs'
{
"items": [
{
"_creator": {
"_id": "5a580a01b4ff89217bdf9dc1",
"_lastSeen": 1469326565348,
"_lastSeenMetadata": {
"tokenId": "5fd2a1ee05600316d5cb3e96"
},
"_links": {
"next": {
"href": "/api/v2/endpoint",
"type": "application/json"
},
"self": {
"href": "/api/v2/endpoint",
"type": "application/json"
}
},
"_pendingInvite": true,
"_verified": true,
"customRoles": [
"5a580a01b4ff89217bdf9dc1"
],
"email": "user@launchdarkly.com",
"firstName": "Alan",
"isBeta": true,
"lastName": "Turing",
"role": "writer"
},
"_id": "5a580a01b4ff89217bdf9dc1",
"creationDate": 1443652232590,
"displayKey": "66eo",
"fullKey": "rel-8a3a773d-b75e-48eb-a850-492cda9266eo",
"lastModified": 1469326565348,
"name": "My relay proxy config",
"policy": [
{
"actions": [
"updateOn"
],
"effect": "deny",
"notActions": [
"updateOn"
],
"notResources": [
"proj/*:env/*:flag/my-flag"
],
"resources": [
"proj/*:env/*:flag/my-flag"
]
}
]
}
]
}