{ "info": { "_postman_id": "ddfc6beb-80e5-4e03-b69e-06bb2f566dfd", "name": "Laravel Cloud Applications Server Credentials API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-ddfc6beb-80e5-4e03-b69e-06bb2f566dfd" }, "item": [ { "name": "orgs", "item": [ { "name": "{organization}", "item": [ { "name": "teams", "item": [ { "name": "{team}", "item": [ { "name": "server-credentials", "item": [ { "name": "{credential}", "item": [ { "name": "Delete a server credential share", "id": "900a8207-b3a3-488c-baaa-4899b946b13c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/server-credentials/:credential", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "server-credentials", ":credential" ], "variable": [ { "id": "b25a7d7e-f83f-4506-abae-4f9cab3d2be6", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "1212e77e-3671-4fbc-b104-f751120b5ce6", "key": "team", "value": "", "description": "(Required) The team ID" }, { "id": "a06d0cd5-fb54-4815-9249-a64d74598e2d", "key": "credential", "value": "", "description": "(Required) The credential ID" } ] }, "description": "Unshare a server credential with a team.\n\nProcessing mode: sync" }, "response": [ { "id": "14959b9a-40fa-4c3a-b0fc-0d8d7906dbb5", "name": "Server credential unshared successfully\n\n\n\nNo content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/server-credentials/:credential", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "server-credentials", ":credential" ], "variable": [ { "key": "organization" }, { "key": "team" }, { "key": "credential" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-14959b9a-40fa-4c3a-b0fc-0d8d7906dbb5" }, { "id": "7e59f2d1-5580-46be-9fc0-f91bfff56c9d", "name": "Authorization error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/server-credentials/:credential", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "server-credentials", ":credential" ], "variable": [ { "key": "organization" }, { "key": "team" }, { "key": "credential" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-7e59f2d1-5580-46be-9fc0-f91bfff56c9d" }, { "id": "86010add-3fee-4712-92c2-60f45396c109", "name": "Not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/server-credentials/:credential", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "server-credentials", ":credential" ], "variable": [ { "key": "organization" }, { "key": "team" }, { "key": "credential" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-86010add-3fee-4712-92c2-60f45396c109" } ], "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-900a8207-b3a3-488c-baaa-4899b946b13c" } ], "id": "61b94bbf-cf3e-4d76-a6a2-97229f6f14d5", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-61b94bbf-cf3e-4d76-a6a2-97229f6f14d5" }, { "name": "List team server credentials", "id": "91cb06f2-2cd7-477f-910c-ba86ffa9d368", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/server-credentials?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "server-credentials" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" } ], "variable": [ { "id": "107554cd-9640-4261-8f51-daf80e52ae1c", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "5630bc0b-f43a-40c5-af9e-ca511ce5ac68", "key": "team", "value": "", "description": "(Required) The team ID" } ] }, "description": "Show all server credentials for the team.\n\nProcessing mode: sync" }, "response": [ { "id": "86e96c57-6d04-4538-bea7-783d0248242d", "name": "Paginated set of `ServerCredentialResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/server-credentials?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "server-credentials" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"type\": \"serverCredentials\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"provider\": \"\",\n \"in_use\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"serverCredentials\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"provider\": \"\",\n \"in_use\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"path\": \"\",\n \"per_page\": \"\",\n \"next_cursor\": \"\",\n \"prev_cursor\": \"\"\n }\n}", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-86e96c57-6d04-4538-bea7-783d0248242d" }, { "id": "9f306f14-bb1d-440a-8c3b-9fb5e6dfec47", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/server-credentials?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "server-credentials" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-9f306f14-bb1d-440a-8c3b-9fb5e6dfec47" }, { "id": "1017b76e-b71e-496f-93f7-f25b55799b89", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/server-credentials?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "server-credentials" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-1017b76e-b71e-496f-93f7-f25b55799b89" } ], "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-91cb06f2-2cd7-477f-910c-ba86ffa9d368" }, { "name": "Create a new server credential share", "id": "041e636b-9797-4f84-a51e-fb9275a8506a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" } ], "body": { "mode": "raw", "raw": "{\n \"credential_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/server-credentials", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "server-credentials" ], "variable": [ { "id": "8c96c78b-77d8-46e4-a9c2-76e74866cca1", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "acec6e0a-2f2f-4daa-b86a-5cc491901b10", "key": "team", "value": "", "description": "(Required) The team ID" } ] }, "description": "Share a server credential with a team.\n\nProcessing mode: sync" }, "response": [ { "id": "f69f7857-8523-4e48-8a8d-b0a4cf1fb76b", "name": "`ServerCredentialResource`", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"credential_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/server-credentials", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "server-credentials" ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"serverCredentials\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"provider\": \"\",\n \"in_use\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-f69f7857-8523-4e48-8a8d-b0a4cf1fb76b" }, { "id": "473347cd-0ff1-4507-a180-64f68e4bfa25", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"credential_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/server-credentials", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "server-credentials" ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-473347cd-0ff1-4507-a180-64f68e4bfa25" }, { "id": "1ed54499-1ebe-425b-a969-6185fa0fe275", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"credential_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/server-credentials", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "server-credentials" ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-1ed54499-1ebe-425b-a969-6185fa0fe275" }, { "id": "2cd3bdba-5a94-4457-bf3b-29622f9926f9", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"credential_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/server-credentials", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "server-credentials" ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"reprehenderit_8b\": [\n \"\",\n \"\"\n ],\n \"ut5\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-2cd3bdba-5a94-4457-bf3b-29622f9926f9" } ], "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-041e636b-9797-4f84-a51e-fb9275a8506a" } ], "id": "0b6e0540-547b-40b7-a48d-36e051e064d4", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-0b6e0540-547b-40b7-a48d-36e051e064d4" } ], "id": "5c6a3403-79f6-4270-b089-dc6e1bec35d8", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-5c6a3403-79f6-4270-b089-dc6e1bec35d8" } ], "id": "dea5836b-bb1c-47b6-bcc5-a5d5df0e2f07", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-dea5836b-bb1c-47b6-bcc5-a5d5df0e2f07" } ], "id": "60c367a8-cf8f-49b4-817e-11230b05a2d1", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-60c367a8-cf8f-49b4-817e-11230b05a2d1" } ], "id": "1d31bb85-f6cb-48d1-a717-2c10dcc336d2", "createdAt": "2026-07-28T02:04:32.000Z", "updatedAt": "2026-07-28T02:04:32.000Z", "uid": "35240-1d31bb85-f6cb-48d1-a717-2c10dcc336d2" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://cloud.laravel.com/api" } ] }