1. Teams
PRAEMUNIO API
  • AUTHENTICATION
    • API KEY Authentification
      POST
  • CORE
    • Teams
      • Members
        • Get Team Members
        • Add Team Member
        • Add Team Member Copy
      • Get Account Teams
        GET
      • Create Team
        POST
      • Get Team Details
        GET
      • Update Team Data
        PUT
      • Delete Team
        DELETE
      • Get Team Data
        GET
      • Get Team workspaces
        GET
      • Get Team logs
        GET
    • Workspaces
      • Get Account Drive
      • Get Workspaces By Team
      • Create New Workspace
      • Get Workspace Details
      • Get Team Workspaces
      • Update workspace
      • Delete workspace
    • Folders
      • Get Folders
      • Create Folder
      • Get Folder Details
      • Get Folder Content
      • Update Folder
      • Delete Folder
      • Move Folder
    • Documents
      • Get Document Info
      • Get Document By Workspace
      • Update Document
      • Delete Document
      • Archive Document
      • Restore Document
      • Move Document
      • Stream Document
      • Stream Document Copy
      • Upload Document
  1. Teams

Get Team Details

Developing
GET
/teams/info

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/teams/info?team_id=a3f8e9d2-1a4b-4c7e-9f3a-2b8c6d4e1f0a' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
Response Response Example
Unauthorized
{"success":false,"message":"Invalid token","result":null,"errors":null,"except":null}
Modified at 2026-05-15 20:01:28
Previous
Create Team
Next
Update Team Data
Built with