top of page
Events
Track and manage your events here.
No events at the moment.

dieterpoles55

More actions
bottom of page
/** * WoodYouCare Laravel PHP SDK */ return [ 'bearer_token' => '{YOUR_AUTH_KEY}', ]; /** * With headers */ [ 'headers' => [ 'Authorization' => 'Bearer {YOUR_AUTH_KEY}', 'Accept' => 'application/json', ], ]