GET /v2/service_auth_tokens
Name | Description | Valid Values | Example Values |
---|---|---|---|
q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: label, provider |
|
|
page | Page of results to fetch |
|
|
results-per-page | Number of results per page |
|
|
order-direction | Order of the results: asc (default) or desc |
|
|
inline-relations-depth | 0 - don't inline any relations and return URLs. Otherwise, inline to depth N. |
|
|
orphan-relations | 0 - de-duplicate object entries in response |
|
|
exclude-relations | comma-delimited list of relations to drop from response |
|
|
include-relations | comma-delimited list of the only relations to include in response |
|
|
q: label:Nic-Token
Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the service auth token. |
|
|
|
label | Human readable name for the auth token |
|
|
|
provider | Human readable name of service provider |
|
|
|
token | The secret auth token used for authenticating |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTc2IiwiZW1haWwiOiJlbWFpbC03NUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDM1MTAyODQ4fQ.u6rDHNq6pMbkq2v-c4CDfLEZ12TA9tI--TqtioRkyeQ Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_auth_tokens" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTc2IiwiZW1haWwiOiJlbWFpbC03NUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDM1MTAyODQ4fQ.u6rDHNq6pMbkq2v-c4CDfLEZ12TA9tI--TqtioRkyeQ" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "c08b8dc2-e2c2-4077-b323-56bfed3defc1", "url": "/v2/service_auth_tokens/c08b8dc2-e2c2-4077-b323-56bfed3defc1", "created_at": "2015-06-16T23:40:48Z", "updated_at": null }, "entity": { "label": "Nic-Token", "provider": "provider-7" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 732f7a5c-27a3-417f-8bb7-57cf9429a031 X-Cf-Warnings: Support+for+the+v1+Service+Broker+API+is+deprecated+and+will+re+removed+in+the+next+major+version+of+Cloud+Foundry.+Consider+upgrading+your+broker+to+implement+the+v2+Service+Broker+API. Content-Length: 444 X-Content-Type-Options: nosniff