Authentication
Using OAuth Access Tokens
const response = fetch('https://api.smatchly.com/...', {
headers: {
Authorization: 'Bearer ' + accessToken
}
});Last updated
const response = fetch('https://api.smatchly.com/...', {
headers: {
Authorization: 'Bearer ' + accessToken
}
});Last updated