Retrieve a Particular Service Plan Visibility
GET /v2/service_plan_visibilities/:guid
Request
Route
GET /v2/service_plan_visibilities/dc487f0c-5a01-43d1-a5b3-c41a558ec3aa
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_plan_visibilities/dc487f0c-5a01-43d1-a5b3-c41a558ec3aa" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ1NiIsImVtYWlsIjoiZW1haWwtMzI0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDQyNjA2NjR9.8b0yts9UONRzudz_K55odaT_XpF5pUW6WAdNk63pr4k" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "dc487f0c-5a01-43d1-a5b3-c41a558ec3aa",
"url": "/v2/service_plan_visibilities/dc487f0c-5a01-43d1-a5b3-c41a558ec3aa",
"created_at": "2015-09-30T23:31:04Z",
"updated_at": null
},
"entity": {
"service_plan_guid": "1f6ba0c3-9374-425a-a675-0802a1cb3e49",
"organization_guid": "027c3c1c-fb64-4abf-9f5d-68b266007a2d",
"service_plan_url": "/v2/service_plans/1f6ba0c3-9374-425a-a675-0802a1cb3e49",
"organization_url": "/v2/organizations/027c3c1c-fb64-4abf-9f5d-68b266007a2d"
}
}
Headers