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:
7Hb2Kp9QvL3mNx0R8tZ4rolestring
Role held on this network
Possible values: [read_only, administrator]
Example:
read_onlynetwork_urlstring
Link to this network, so the key can navigate without constructing ids
Example:
https://api.adbridge.ai/external/v1/networks/7Hb2Kp9QvL3mNx0R8tZ4KeyScopeDto
{
"network_id": "7Hb2Kp9QvL3mNx0R8tZ4",
"role": "read_only",
"network_url": "https://api.adbridge.ai/external/v1/networks/7Hb2Kp9QvL3mNx0R8tZ4"
}