Skip to main content

KeyScopeDto

A network the calling API key can access, and the role it holds there.

network_idstring

The network this scope grants access to

Example: 7Hb2Kp9QvL3mNx0R8tZ4
rolestring

Role held on this network

Possible values: [read_only, administrator]

Example: read_only
network_urlstring

Link to this network, so the key can navigate without constructing ids

Example: https://api.adbridge.ai/external/v1/networks/7Hb2Kp9QvL3mNx0R8tZ4
KeyScopeDto
{
"network_id": "7Hb2Kp9QvL3mNx0R8tZ4",
"role": "read_only",
"network_url": "https://api.adbridge.ai/external/v1/networks/7Hb2Kp9QvL3mNx0R8tZ4"
}