top of page

CONTACT US

Vereniging AIM
PPLE College – AIM Study Association
Roetersstraat 11 - Room E1.16
1018 WB Amsterdam

  • LinkedIn
  • Instagram
  • Facebook

CONTACT FORM

Thanks for submitting!

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