Retrieve a Particular Service Broker
GET /v2/service_brokers/:guid
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Service Broker
|
|
|
Request
Headers
Route
GET /v2/service_brokers/30d9b8ce-8d0f-4925-97cc-bdd623217d87
cURL
curl "https://api.[your-domain.com]/v2/service_brokers/30d9b8ce-8d0f-4925-97cc-bdd623217d87" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE0MCIsImVtYWlsIjoiZW1haWwtMTAzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxMzd9.jxpC9C75LFczN8xJ_Yt7M38lZfahRW5sCwdFFMtA7XI" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
200 OK
Body
{
"metadata": {
"guid": "30d9b8ce-8d0f-4925-97cc-bdd623217d87",
"url": "/v2/service_brokers/30d9b8ce-8d0f-4925-97cc-bdd623217d87",
"created_at": "2014-11-05T01:02:17+00:00",
"updated_at": null
},
"entity": {
"name": "name-653",
"broker_url": "https://foo.com/url-34",
"auth_username": "auth_username-14"
}
}