Retrieve a Particular Service Plan Visibility
GET /v2/service_plan_visibilities/:guid
Request
Route
GET /v2/service_plan_visibilities/b477757b-60d6-41bc-91b4-eea44ba68d32
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_plan_visibilities/b477757b-60d6-41bc-91b4-eea44ba68d32" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ1OCIsImVtYWlsIjoiZW1haWwtMzMwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTM4MzcyODd9.VEvYZIxbSqA5yrsJLPmAPzwL32pYrC8tVsFQmHNmccM" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "b477757b-60d6-41bc-91b4-eea44ba68d32",
"url": "/v2/service_plan_visibilities/b477757b-60d6-41bc-91b4-eea44ba68d32",
"created_at": "2016-01-19T19:41:27Z",
"updated_at": null
},
"entity": {
"service_plan_guid": "e06dc0d6-2c4b-4cf4-af8c-cfa57ea772c3",
"organization_guid": "de9744d5-8f8c-484f-8543-1270a401794e",
"service_plan_url": "/v2/service_plans/e06dc0d6-2c4b-4cf4-af8c-cfa57ea772c3",
"organization_url": "/v2/organizations/de9744d5-8f8c-484f-8543-1270a401794e"
}
}
Headers