Retrieve a Particular Service Plan Visibility
GET /v2/service_plan_visibilities/:guid
Request
Route
GET /v2/service_plan_visibilities/deb937b9-ae00-4354-a21f-470dbda23fe7
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_plan_visibilities/deb937b9-ae00-4354-a21f-470dbda23fe7" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQxMiIsImVtYWlsIjoiZW1haWwtMjgzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTE0MTM2OTl9.ktU0Jk0RJkHOKAIyK05G_8DBIMWq7FJu8-doEYHt-fY" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "deb937b9-ae00-4354-a21f-470dbda23fe7",
"url": "/v2/service_plan_visibilities/deb937b9-ae00-4354-a21f-470dbda23fe7",
"created_at": "2015-12-22T18:28:19Z",
"updated_at": null
},
"entity": {
"service_plan_guid": "baf7d774-c472-46ef-a7db-826ce04ec596",
"organization_guid": "e68a1479-a08d-4987-8e20-6936961bc667",
"service_plan_url": "/v2/service_plans/baf7d774-c472-46ef-a7db-826ce04ec596",
"organization_url": "/v2/organizations/e68a1479-a08d-4987-8e20-6936961bc667"
}
}
Headers