Retrieve a Particular Service Broker
GET /v2/service_brokers/:guid
Request
Route
GET /v2/service_brokers/87a612d6-62ff-4318-8783-8314fe2abe3c
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_brokers/87a612d6-62ff-4318-8783-8314fe2abe3c" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE4IiwiZW1haWwiOiJlbWFpbC0xOEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI5MDM4Njk2fQ.dzZgjXHZMa4_GDQgKKAYCmKhNkht6zMvp7NlfpCJaLI" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "87a612d6-62ff-4318-8783-8314fe2abe3c",
"url": "/v2/service_brokers/87a612d6-62ff-4318-8783-8314fe2abe3c",
"created_at": "2015-04-07T19:11:36Z",
"updated_at": null
},
"entity": {
"name": "name-59",
"broker_url": "https://foo.com/url-15",
"auth_username": "auth_username-15"
}
}
Headers