Discussions

Ask a Question
Back to all

Token works but i cant initialize session! [404 NOT FOUND]

  const response = await fetch(`${this.config.apiUrl}/sessions`, {
    method: 'POST',
    headers: {
      'accept': 'application/json',
      'authorization': `Bearer ${sessionToken}`,
    },
  });

Cant make this to work, it is sending the sessionToken correctly, do i need to have Pro plan to test it?