Service Registry
Retrieve the attributes of service registries
Retrieve the attributes of given service registries.
Permissions required: Only Connect apps can make this request and the servicesIds belong to the tenant you are requesting
get/rest/atlassian-connect/1/service-registry
Query parameters
serviceIdsstring[] required
The ID of the services (the strings starting with "b:" need to be decoded in Base64).
Response
Returned if the request is successful.
Example response
[
{
"serviceTier": {
"nameKey": "service-registry.tier1.name"
}
}
]