GET
/
v2
/
teams
/
{team_nanoid}
/
settings
Get team settings
curl --request GET \
  --url https://b2b-api.dev-riseworks.io/v2/teams/{team_nanoid}/settings \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "payment_delay_in_minutes": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_nanoid
string
required

TeamNanoid

Required string length: 15

Response

200
application/json

Default Response

The response is of type object.