DocsAPI ReferenceAbout
DocsAPI ReferenceAbout
  1. groups
  • Overview
  • Getting Started
  • Authentication
  • Permissions
  • API Reference
    • locations
      • List locations
      • Create a location
      • Get a location
      • Update a location by UUID
      • Delete a location
    • users
      • List users
      • Create a new user
      • Get a user
      • Delete a user
    • groups
      • List groups
        GET
      • Create a new group
        POST
      • Get a group
        GET
      • Update a group
        PATCH
      • Delete a group
        DELETE
    • assets
      • List assets
      • Get single asset
    • products
      • List products
  1. groups

Get a group

Production
https://api-v2.getmarvia.com
Production
https://api-v2.getmarvia.com
GET
https://api-v2.getmarvia.com
/v1/groups/{uuid}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-v2.getmarvia.com/v1/groups/' \
--header 'Authorization: '
Response Response Example
200 - Example 1
{
    "data": {
        "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
        "name": "Marketing Team",
        "createdAt": "2019-08-24T14:15:22Z",
        "editedAt": "2019-08-24T14:15:22Z"
    }
}

Request

Path Params

Header Params

Responses

🟢200OK
application/json
Group fetched successfully
Body

🟠404Record Not Found
🔴500Server Error
Modified at 2025-07-25 04:54:55
Previous
Create a new group
Next
Update a group
Built with