cURL
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 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
TeamNanoid
15
Default Response
The response is of type object.
object